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