# General Settings

General Settings allow you to configure your app's basic information and appearance. From here, you can manage your app's name, description, logos, and other organizational details that define how your app presents itself to users.

### **Managing Your App Information**

To update your app's general settings:

1. Navigate to **Settings** in your app dashboard
2. Select **General Settings** from the settings menu
3. Update your app's name, description, or other details
4. Save your changes to apply them across your app

{% hint style="info" %}
For workspace-level changes like your workspace name, visit the [Workspaces](/account/workspaces.md) section. To update your app's logos, see [Custom Logos](/settings/general-settings/custom-logos.md).
{% endhint %}

### Related Settings

* [Custom Logos](/settings/general-settings/custom-logos.md) - Upload and customize logos for your app
* [Theme & Design](/settings/theme-and-design.md) - Personalize your app's colors and appearance
* [Workspaces](/account/workspaces.md) - Manage workspace name and collaboration settings


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guides.noloco.io/settings/general-settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
