> 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/channels.md).

# configurar canais

- [Adicione um canal ao seu bot](https://docs.chatlayer.ai/chatlayer-documentation-pt-br/channels/add-a-channel-to-your-bot.md): Aprenda como adicionar um canal ao seu bot.
- [Todos os canais](https://docs.chatlayer.ai/chatlayer-documentation-pt-br/channels/all-channels.md): Aqui está a lista dos canais disponíveis no Chatlayer para conectar ao seu bot.
- [Facebook Messenger \[Em breve descontinuado\]](https://docs.chatlayer.ai/chatlayer-documentation-pt-br/channels/all-channels/facebook.md)
- [Remoção de administrador do Facebook](https://docs.chatlayer.ai/chatlayer-documentation-pt-br/channels/all-channels/facebook/facebook-admin-removal.md)
- [Lista de permissões do Webview do Facebook](https://docs.chatlayer.ai/chatlayer-documentation-pt-br/channels/all-channels/facebook/facebook-webview-whitelisting.md)
- [Atualizações da API do Facebook Messenger para a Europa](https://docs.chatlayer.ai/chatlayer-documentation-pt-br/channels/all-channels/facebook/facebook-messenger-api-updates-for-europe.md)
- [Google Assistant \[Em breve descontinuado\]](https://docs.chatlayer.ai/chatlayer-documentation-pt-br/channels/all-channels/google-assistant.md)
- [Webhook](https://docs.chatlayer.ai/chatlayer-documentation-pt-br/channels/all-channels/webhook-api.md): O canal Webhook oferece uma maneira de criar uma integração personalizada com o Chatlayer que atua como um canal.
- [Web](https://docs.chatlayer.ai/chatlayer-documentation-pt-br/channels/all-channels/web.md): Recentemente mudamos para a V2 do nosso canal Web. Todos os bots criados a partir de agora estão automaticamente no Web V2.
- [Web V1 \[Encerrado\]](https://docs.chatlayer.ai/chatlayer-documentation-pt-br/channels/all-channels/web/webwidget.md)
- [Personalizar widget da web](https://docs.chatlayer.ai/chatlayer-documentation-pt-br/channels/all-channels/web/webwidget/customize-web-widget.md)
- [Widget da web com exemplo ao vivo](https://docs.chatlayer.ai/chatlayer-documentation-pt-br/channels/all-channels/web/webwidget/live-example-web-widget.md)
- [Web V2](https://docs.chatlayer.ai/chatlayer-documentation-pt-br/channels/all-channels/web/web-v2.md): O novo widget do Chatlayer com uma aparência mais moderna e desempenho móvel otimizado. Abaixo você pode descobrir tudo sobre ele!
- [Da Web V1 para V2](https://docs.chatlayer.ai/chatlayer-documentation-pt-br/channels/all-channels/web/web-v2/from-web-v1-to-v2.md): Este artigo mostra os motivos pelos quais deixamos o antigo widget Web para trás e adotamos o novo.
- [Métodos e opções do Web V2](https://docs.chatlayer.ai/chatlayer-documentation-pt-br/channels/all-channels/web/web-v2/web-v2-methods-and-options.md): O artigo abaixo fará uma análise aprofundada das possibilidades técnicas do nosso novo widget Web (V2).
- [Sinch Conversation API](https://docs.chatlayer.ai/chatlayer-documentation-pt-br/channels/sinch-conversation-api-beta.md): A Sinch Conversation API permite conectar o Chatlayer.ai a vários canais ao mesmo tempo.
- [Configure sua Sinch Conversation API](https://docs.chatlayer.ai/chatlayer-documentation-pt-br/channels/sinch-conversation-api-beta/configure-your-sinch-conversation-api.md): Para configurar sua Sinch Conversation API, você precisará manter abertos tanto o Painel do Cliente da Sinch quanto o Chatlayer.
- [Aproveite ao máximo o RCS com Carrosséis](https://docs.chatlayer.ai/chatlayer-documentation-pt-br/channels/sinch-conversation-api-beta/make-the-most-of-rcs-with-carousels.md): Sua Sinch Conversation API é aprimorada com recursos melhorados de Rich Communication Services.
- [WhatsApp Business API](https://docs.chatlayer.ai/chatlayer-documentation-pt-br/channels/sinch-conversation-api-beta/whatsapp.md): O WhatsApp é um serviço de mensagens pertencente ao Facebook com mais de 1,5 bilhão de usuários ativos mensais. O Chatlayer oferece integração com a WhatsApp Business API por meio da Sinch Conversation API.


---

# 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/channels.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.
