# Channels

- [Channels Overview](https://docs.botdistrikt.com/messaging-channels/channels-overview.md)
- [Website Chat](https://docs.botdistrikt.com/messaging-channels/website.md)
- [Website Chat Quick Start](https://docs.botdistrikt.com/messaging-channels/website/quick-start.md)
- [Guest Users](https://docs.botdistrikt.com/messaging-channels/website/guest-users.md)
- [Facebook Messenger](https://docs.botdistrikt.com/messaging-channels/facebook-messenger.md)
- [Import Existing Users](https://docs.botdistrikt.com/messaging-channels/facebook-messenger/unique-messenger-features.md)
- [Facebook Chat Plugin](https://docs.botdistrikt.com/messaging-channels/facebook-messenger/facebook-chat-plugin.md)
- [Facebook Checkbox Plugin](https://docs.botdistrikt.com/messaging-channels/facebook-messenger/facebook-checkbox-plugin.md)
- [Facebook Private Replies](https://docs.botdistrikt.com/messaging-channels/facebook-messenger/facebook-private-replies.md)
- [Facebook Ads Manager](https://docs.botdistrikt.com/messaging-channels/facebook-messenger/facebook-ads-manager.md)
- [Instagram](https://docs.botdistrikt.com/messaging-channels/instagram.md)
- [Import Existing Users](https://docs.botdistrikt.com/messaging-channels/instagram/import-existing-users.md)
- [Instagram Story Mentions](https://docs.botdistrikt.com/messaging-channels/instagram/instagram-story-mentions.md)
- [Twitter](https://docs.botdistrikt.com/messaging-channels/twitter.md)
- [Skype](https://docs.botdistrikt.com/messaging-channels/skype.md)
- [WhatsApp](https://docs.botdistrikt.com/messaging-channels/whatsapp.md)
- [Twilio WhatsApp Integration](https://docs.botdistrikt.com/messaging-channels/whatsapp/twilio.md)
- [Telegram](https://docs.botdistrikt.com/messaging-channels/telegram.md)
- [Telegram Commands](https://docs.botdistrikt.com/messaging-channels/telegram/telegram-commands.md)
- [Telegram Groups](https://docs.botdistrikt.com/messaging-channels/telegram/telegram-groups.md)
- [Telegram Channels](https://docs.botdistrikt.com/messaging-channels/telegram/telegram-channels.md)
- [SMS](https://docs.botdistrikt.com/messaging-channels/sms.md)
- [Google Assistant](https://docs.botdistrikt.com/messaging-channels/google-assistant.md)
- [WeChat](https://docs.botdistrikt.com/messaging-channels/wechat.md)
- [Other Channels](https://docs.botdistrikt.com/messaging-channels/webchat-api.md)


---

# 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.botdistrikt.com/messaging-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.
