> For the complete documentation index, see [llms.txt](https://docs.hexabot.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hexabot.ai/localization/languages.md).

# Languages

Use **Languages** to define which languages your workspace supports.

Hexabot can serve users in their preferred language when it is available. If no language is detected, Hexabot uses the default language.

<figure><img src="/files/JevJyJSVRBfuTily9rcR" alt="" width="563"><figcaption></figcaption></figure>

### What you manage here

In this page, you can:

* Add supported languages for your workflows
* Choose the default fallback language
* Enable right-to-left layout for languages like Arabic

### Add a language

1. Open **Localization** → **Languages**.
2. Click **Add Language**.
3. Enter:
   * **Title** — the language name, such as English or French
   * **Code** — the language code, such as `en`, `fr`, or `ar`
   * **RTL** — enable this for right-to-left languages
4. Click **Save**.

### Update a language

1. Open **Localization** → **Languages**.
2. Select the language you want to edit.
3. Update the **Title**, **Code**, or **RTL** setting.
4. Click **Save**.

### Set the default language

The default language is used when no user language is available.

1. Open **Localization** → **Languages**.
2. Select the language you want to use as default.
3. Save your changes.

### Delete a language

1. Open **Localization** → **Languages**.
2. Click the delete icon next to the language.
3. Confirm the deletion.

{% hint style="warning" %}
Deleting a language also removes its translations. You must keep at least one language in the workspace.
{% endhint %}

### Related page

Use [Translations](/localization/translations.md) to manage user-facing text for each supported language.


---

# 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.hexabot.ai/localization/languages.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.
