> For the complete documentation index, see [llms.txt](https://docs.jetadmin.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jetadmin.io/user-guide/localization/account-settings.md).

# Account Settings

{% hint style="info" %}
Changes will be applied only to the user mode - the part that the end-users of your app will be interacting with. The builder mode will remain in English.
{% endhint %}

### Setting up the language

#### Step 1: Go to Profile Settings

Inside the app builder, go to the top left corner and click on your account logo:

<figure><img src="/files/JSJ4jdTW9g23DKJcm3gL" alt=""><figcaption></figcaption></figure>

Then **scroll down** to the bottom of the page and find the Language dropdown menu. Choose your language from the dropdown:

<figure><img src="/files/jmfcICeXCJVUCRI2cJJX" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
If your language is **not on the list**, please follow the instructions provided on

[Adding Language to Jet Admin](/user-guide/localization/adding-language-to-jet-admin.md) to request its addition.
{% endhint %}

#### Step 2: Pick your language and save the changes

After this, when you view your app, it will appear in the language that you selected. However, the App Builder will remain in English.

**List of supported languages:**

* English
* Danish
* French
* Hungarian
* Italian
* Japanese
* Portugese (Brazil)
* Portugese (Portugal)
* Spanish

### Setting up the timezone

#### Step 1: Go to Profile Settings

Inside the app builder, go to the top left corner and click on your account logo:

<figure><img src="/files/JSJ4jdTW9g23DKJcm3gL" alt=""><figcaption></figcaption></figure>

Then **scroll down** to the bottom of the page and find the Timezone dropdown menu. Choose the preferred timezone for your app using the dropdown:

<figure><img src="/files/4GgNhP71NmtvjdyFtIBY" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/qdAtVQ2TRrvk1VnN2Lyg" alt=""><figcaption></figcaption></figure>

#### Step 2: Pick the timezone of your choice

Once you save the changes, your account will display date and time based on your chosen time zone.


---

# 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://docs.jetadmin.io/user-guide/localization/account-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.
