> 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/chatlayer-documentation-pt-br/nlp/languages.md).

# Idiomas

Gerenciar vários idiomas em um único bot é fácil no Chatlayer.

<figure><img src="https://181262846-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>A página de Traduções.</p></figcaption></figure>

## Artigos relacionados

<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>Idiomas suportados</strong></td><td>Todos os idiomas disponíveis no Chatlayer.</td><td><a href="/chatlayer-documentation-pt-br/nlp/languages/supported-languages.md">Idiomas suportados</a></td><td><a href="https://181262846-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>Torne seu bot multilíngue</strong></td><td>Adicione e gerencie vários idiomas.</td><td><a href="/chatlayer-documentation-pt-br/nlp/languages/multilanguage-bots.md">Torne seu bot multilíngue</a></td><td><a href="https://181262846-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 o idioma preferido do usuário</strong></td><td>Altere o idioma de acordo com a preferência do usuário.</td><td><a href="/chatlayer-documentation-pt-br/nlp/languages/change-language-within-the-conversation.md">Mudar de idioma durante a conversa</a></td><td><a href="https://181262846-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>Traduções</strong></td><td>Traduza o que o bot diz em uma única aba.</td><td></td><td><a href="/chatlayer-documentation-pt-br/navegacao/bot-builder/translations.md">Traduções</a></td><td><a href="https://181262846-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>Voicebots multilíngues</strong></td><td>Gerencie voicebots em diferentes idiomas.</td><td></td><td><a href="broken://pages/a14ff44127ec1d572c53064ac2dd3a42915af7f3">Broken link</a></td><td><a href="https://181262846-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/chatlayer-documentation-pt-br/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.
