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

# Languages

Managing multiple languages in a single bot is easy on Chatlayer.

<figure><img src="https://2786867680-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LLTwFwbOqJj4dDhg8Ju%2Fuploads%2Flc06JNLdlRvZhA8UQ5Tv%2FScreenshot%202024-06-07%20at%2013.54.41.png?alt=media&amp;token=94c159b9-b8a7-4597-9dac-e57a41db09ab" alt=""><figcaption><p>The Translations page.</p></figcaption></figure>

## Related articles

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td></td><td><strong>Supported languages</strong></td><td>All languages available on Chatlayer.</td><td><a href="/nlp/languages/supported-languages.md">Supported languages</a></td><td><a href="https://2786867680-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LLTwFwbOqJj4dDhg8Ju%2Fuploads%2F1NiNXAzHOiCWhyYdAdFR%2FScreenshot%202024-09-03%20at%2011.58.03.png?alt=media&amp;token=dafee2c6-ef4e-4614-a706-b4ca0a7a453a">Screenshot 2024-09-03 at 11.58.03.png</a></td></tr><tr><td></td><td><strong>Make your bot multilingual</strong></td><td>Add and manage multiple languages.</td><td><a href="/nlp/languages/multilanguage-bots.md">Make your bot multilingual</a></td><td><a href="https://2786867680-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LLTwFwbOqJj4dDhg8Ju%2Fuploads%2FFdFh1lfZRPp5hr5B42L8%2FScreenshot%202024-09-03%20at%2011.58.54.png?alt=media&amp;token=ea5ed667-7239-4ba3-b63f-a09246c54992">Screenshot 2024-09-03 at 11.58.54.png</a></td></tr><tr><td></td><td><strong>Determine the user's preferred language</strong></td><td>Switch language for the user's preference.</td><td><a href="/nlp/languages/change-language-within-the-conversation.md">Change language within the conversation</a></td><td><a href="https://2786867680-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LLTwFwbOqJj4dDhg8Ju%2Fuploads%2FSIkYngfVRX8hBub89Ur6%2FScreenshot%202024-09-03%20at%2011.59.36.png?alt=media&amp;token=0b30e397-1f61-488a-a9a0-4cc9205cf427">Screenshot 2024-09-03 at 11.59.36.png</a></td></tr><tr><td><strong>Translations</strong></td><td>Translate what the bot says inside a single tab.</td><td></td><td><a href="/navigation/bot-builder/translations.md">Translations</a></td><td><a href="https://2786867680-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LLTwFwbOqJj4dDhg8Ju%2Fuploads%2FhsbNO97CiKunpAw881Xo%2FScreenshot%202024-09-03%20at%2012.00.20.png?alt=media&amp;token=287a8116-bdec-4ff8-9984-98dc0dfda649">Screenshot 2024-09-03 at 12.00.20.png</a></td></tr><tr><td><strong>Multilingual voicebots</strong></td><td>Manage voice bots in different tongues.</td><td></td><td><a href="broken://pages/BuAkxRko0cr85qa1zXlu">Broken link</a></td><td><a href="https://2786867680-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LLTwFwbOqJj4dDhg8Ju%2Fuploads%2FtBQMlaR38qYI5H0EZ1L2%2FScreenshot%202024-09-03%20at%2012.01.48.png?alt=media&amp;token=73914bd5-87bf-4a54-a39d-b87a986fbd72">Screenshot 2024-09-03 at 12.01.48.png</a></td></tr></tbody></table>


---

# 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.chatlayer.ai/nlp/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.
