> For the complete documentation index, see [llms.txt](https://manual.bubble.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.bubble.io/~/changes/1175/core-resources/application-settings.md).

# Application Settings

{% tabs %}
{% tab title="Experience level" %}
This core reference entry is suited for all experience levels<mark style="color:green;">**.**</mark>&#x20;

[Learn more about experience levels.](#user-content-fn-1)[^1]
{% endtab %}

{% tab title="In-depth articles (7)" %}
To learn about this topic more in-depth, we recommend reading the suggested articles below:

#### The Bubble editor

* Article series: [The Bubble editor](/~/changes/1175/help-guides/getting-started/navigating-the-bubble-editor.md)
  * Article: [The Settings tab](/~/changes/1175/help-guides/getting-started/navigating-the-bubble-editor/tabs-and-sections/settings-tab.md)
  * Article: [Setting up a custom domain](broken://pages/Sfb2EVgX6WfgYIibQCNa)

***

#### Translating your app

* Article: [Translating your app's text strings](/~/changes/1175/help-guides/data/static-data/app-texts-translations.md)

***

#### Collaborations and version control

* Article: [Managing collaborators](/~/changes/1175/help-guides/maintaining-an-application/collaboration.md)\
  You can invite Bubble builders into your app as collaborators[^2] and tweak their [access levels](#user-content-fn-3)[^3] to facilitate collaboration.
* Article series: [Version control](/~/changes/1175/help-guides/maintaining-an-application/version-control.md)\
  Version control lets you set up separate environments where different builders/teams can add features and fix bugs in isolation.

***

#### APIs

APIs let you connect to third-party external apps and systems, or invite other apps and systems to access your app's database and workflows.

* Article series: [APIs](/~/changes/1175/help-guides/integrations/api.md)
  {% endtab %}
  {% endtabs %}

Application settings enable you to customize your app even further. Here are all of them.

{% content-ref url="/pages/-MU9dVZTB5WE0hgaPE1i" %}
[My plan](/~/changes/1175/core-resources/application-settings/app-plan.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MU9dkY3IASVZTioscEP" %}
[General](/~/changes/1175/core-resources/application-settings/general.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MU9dm11aE2kTZGdnR9i" %}
[Domain / email](/~/changes/1175/core-resources/application-settings/domain-email.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MU9doeYfeaD7t1YYlGf" %}
[Languages](/~/changes/1175/core-resources/application-settings/languages.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MU9dqsGhbSTRaSTyD0v" %}
[SEO / metatags](/~/changes/1175/core-resources/application-settings/seo-metatags.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MU9dssoc-8pTLMESEQT" %}
[API](/~/changes/1175/core-resources/application-settings/api.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MU9dudcFnOoPcsuwTA3" %}
[Collaboration](/~/changes/1175/core-resources/application-settings/collaboration.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MU9e17oycSkR5rRhTKB" %}
[Sub-apps](/~/changes/1175/core-resources/application-settings/sub-apps.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MU9e2YBAxi5C-07h-D8" %}
[Versions](/~/changes/1175/core-resources/application-settings/versions.md)
{% endcontent-ref %}

[^1]: In the Bubble docs, experience levels are categorized into beginner, intermediate, and advanced.

    To assist with learning, especially for more complex topics, we'll recommend prerequisite reading where it could be beneficial.&#x20;

[^2]: Any Bubble user that you invite to view and/or edit your app and/or database is considered a *collaborator*.

[^3]: You can control what each individual collaborator has access to.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://manual.bubble.io/~/changes/1175/core-resources/application-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
