> 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/channels/add-a-channel-to-your-bot.md).

# Add a channel to your bot

{% hint style="warning" %}
The [DRAFT and LIVE ](/publish/publishing-your-bot.md)versions of your bot use each their own channels. It means that if you add a channel to your DRAFT version for testing, you will need to add another channel to your LIVE version after you [published](/publish/publishing-your-bot.md) your bot for the first time.
{% endhint %}

To add a channel to your bot:

1. Go to your [**Channels**](/navigation/multi-channel.md) tab.

<figure><img src="/files/eGUmsEbo88XDFZ1wKB8m" alt=""><figcaption><p>The empty Channels tab.</p></figcaption></figure>

2. Click on the **Add channel** button at the top-right corner.

<figure><img src="/files/5ZtsSLzWV3oTcf98c4Mw" alt="" width="375"><figcaption></figcaption></figure>

3. Search for a channel or select one.
4. Click **Next**.
5. Follow the steps depending on the [channel that you chose](#available-channels).


---

# 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:

```
GET https://docs.chatlayer.ai/channels/add-a-channel-to-your-bot.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.
