# Multi Languages

You have the ability to provide a multiple language chatbot experience. It is very easy to set up as well.

### How to add a new language <a href="#how-to-add-a-new-language" id="how-to-add-a-new-language"></a>

To add a new language just go to **Tools** from the left-hand menu, then select the **Multiple languages** tab.

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

From here just press the button in the top-right corner named **+ New language**. Once pressed a popup window will appear where you can select a new language.

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


---

# 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://help.flochat.ai/tools/multi-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.
