# Channels Overview

## Supported Channels

BotDistrikt supports the following channels currently and to provide a seamless and user-centric experience, we continue to onboard a broader range of communication channels for maximum scalability.

&#x20;Channels Summary

The table below summarizes the channels you can launch your bot on, and additional requirements needed.

| **Facebook Messenger** | Facebook Page                                   |
| ---------------------: | ----------------------------------------------- |
|          **Instagram** | Instagram Business Account                      |
|           **WhatsApp** | WhatsApp Business API                           |
|           **Telegram** | Telegram Bot                                    |
|            **Twitter** | Twitter Account                                 |
|              **Skype** | Microsoft Azure Bot Channels Registration       |
|       **Website Chat** | Ability to add custom scripts to website's HTML |
|   **Google Assistant** | Action on Google                                |
|             **WeChat** | WeChat Account                                  |


---

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