> For the complete documentation index, see [llms.txt](https://docs.dapta.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dapta.ai/ai-text-agents/channels.md).

# Channels

Channels let you deploy your Text Agent to the platforms where your customers communicate. Once connected, your agent will handle conversations automatically using the instructions and knowledge you've configured.

You can access channels in two ways:

* **From the sidebar** — Expand **Text Agents** in the left sidebar and click **Channels**. This opens a centralized view where you can manage all your WhatsApp lines and widget connections across agents.
* **From inside an agent** — Open any Text Agent and navigate to the **Channels** tab at the top of the page.

<figure><img src="/files/5QRjoyh5Ojs73vGEByE3" alt="Text Agent Channels panel showing WhatsApp Business and Dapta Widget cards"><figcaption></figcaption></figure>

## Available Channels

{% content-ref url="/pages/anfdTczN1uZyNz5LkS0L" %}
[Connect your Agent with WhatsApp](/ai-text-agents/channels/connect-your-agent-with-whatsapp.md)
{% endcontent-ref %}

{% content-ref url="/pages/NiShBdKnxaN2f4JCSTnQ" %}
[Widget: Embed your Text Agent on a Website](/ai-text-agents/channels/widget-embed-your-text-agent-on-a-website.md)
{% endcontent-ref %}


---

# 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.dapta.ai/ai-text-agents/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.
