# set up channels

- [Add a channel to your bot](https://docs.chatlayer.ai/channels/add-a-channel-to-your-bot.md): Learn how to add a channel to your bot.
- [All channels](https://docs.chatlayer.ai/channels/all-channels.md): Here is the list of the available channels on Chatlayer to connect your bot with.
- [Facebook Messenger \[Deprecated soon\]](https://docs.chatlayer.ai/channels/all-channels/facebook.md)
- [Facebook Admin Removal](https://docs.chatlayer.ai/channels/all-channels/facebook/facebook-admin-removal.md)
- [Facebook Webview Whitelisting](https://docs.chatlayer.ai/channels/all-channels/facebook/facebook-webview-whitelisting.md)
- [Facebook Messenger API updates for Europe](https://docs.chatlayer.ai/channels/all-channels/facebook/facebook-messenger-api-updates-for-europe.md)
- [Google Assistant \[Deprecated soon\]](https://docs.chatlayer.ai/channels/all-channels/google-assistant.md)
- [Webhook](https://docs.chatlayer.ai/channels/all-channels/webhook-api.md): The Webhook channel provides a way to build a custom integration with Chatlayer that acts as a channel.
- [Web](https://docs.chatlayer.ai/channels/all-channels/web.md): We recently switched to a V2 of our Web channel. All bots created from now on are automatically on Web V2.
- [Web V1 \[Sunset\]](https://docs.chatlayer.ai/channels/all-channels/web/webwidget.md)
- [Customize web widget](https://docs.chatlayer.ai/channels/all-channels/web/webwidget/customize-web-widget.md)
- [Live example web widget](https://docs.chatlayer.ai/channels/all-channels/web/webwidget/live-example-web-widget.md)
- [Web V2](https://docs.chatlayer.ai/channels/all-channels/web/web-v2.md): Chatlaye's new widget with a more modern feel and optimized mobile performance. Below you can find out all about it!
- [From Web V1 to V2](https://docs.chatlayer.ai/channels/all-channels/web/web-v2/from-web-v1-to-v2.md): This article depicts the reasons why we moved away from the old Web widget to the new one.
- [Web V2 methods and options](https://docs.chatlayer.ai/channels/all-channels/web/web-v2/web-v2-methods-and-options.md): The article below will deep dive in technical possibilities of our new Web widget (V2).
- [Sinch Conversation API](https://docs.chatlayer.ai/channels/sinch-conversation-api-beta.md): The Sinch Conversation API allows you to connect Chatlayer.ai to multiple channels at the same time.
- [Configure your Sinch Conversation API](https://docs.chatlayer.ai/channels/sinch-conversation-api-beta/configure-your-sinch-conversation-api.md): To configure your Sinch Conversation API, you'll need both your Sinch Customer Dashboard and Chatlayer open.
- [Make the most of RCS with Carousels](https://docs.chatlayer.ai/channels/sinch-conversation-api-beta/make-the-most-of-rcs-with-carousels.md): Your Sinch Conversation API is enhanced for improved Rich Communication Services features.
- [WhatsApp Business API](https://docs.chatlayer.ai/channels/sinch-conversation-api-beta/whatsapp.md): WhatsApp is a messaging service owned by Facebook with over 1.5 billion monthly active users. Chatlayer supports an integration with WhatsApp Business API through the Sinch Conversation API.


---

# 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://docs.chatlayer.ai/channels.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.
