# How to add a new language

#### Add new language

* Go to **Application Settings** >> **Languages**
* Click **Add New Language** button
* Fill the form by entering a name and code
* Save the form

#### Manage the language translations

* Go to **Application Settings** >> **Translation**
* Click the button **Import groups**
* Choose a group to display the group translations
* For example, choose menu from the dropdown. This will display the translation keys at the bottom of the page.
* Click the text you want to change and save it
* After you are done with your translation, click the button **Publish translations**
* *Note - Translations are not visible until they are published*&#x20;

#### Add a new locale

* Go to **Application Settings** >> **Translation**
* Add the local key in the text field **Enter new locale key (**&#x54;he key must be same as the language code)
* Click the **Add new locale** button
* Choose a group to display the group translations
* For example, choose menu from the dropdown. This will display the translation keys at the bottom of the page.
* Click the text you want to change and save it
* After you are done with your translation, click the button **Publish translations**
* *Note - Translations are not visible until they are published*&#x20;


---

# 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://cedextech.gitbook.io/delta-quizy/faqs/how-to-add-a-new-language.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.
