# Languages

{% hint style="warning" %}
The *default language* must be set during the setup of the project. You cannot change the default language later!
{% endhint %}

## Adding a new language

Any number of languages can be added

<figure><img src="/files/3IqydTGtlNwmdtC4PLO7" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="254">Field</th><th>Description</th></tr></thead><tbody><tr><td>Language (english)</td><td>The language in the English language (e.g. French)</td></tr><tr><td>Language (in its language)</td><td>The language within the language that is captured (e.g. François)</td></tr><tr><td>ISO code</td><td>The ISO code of the language in two digits (e.g. fr)</td></tr><tr><td>Chooseable</td><td>Choose whether the language can be used by the customer</td></tr></tbody></table>

You can then translate the content in the menu [Translations](/fundementals/administration/system/translations.md).


---

# 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.saaster.io/fundementals/administration/system/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.
