# Create Channel

{% hint style="warning" %}
Before create Channel, make sure you have a agent. You can see this section for [Create Agent](/guidance-for-individual/deka-claw/detail-deka-claw/agent/create-agent.md).&#x20;
{% endhint %}

The **Create Channel** feature is used to set up a new connection between Deka Claw and a communication platform (such as Telegram), allowing bots or agents to interact with users through that channel.

To create a Channel, click the **+ Create Channel** button

<figure><img src="/files/OolsmGPQfd1o0AM1SJjj" alt=""><figcaption></figcaption></figure>

After clicking the **Create Channel** button, the system will display a channel creation form consisting of several sections. These sections include **Basic Information** to enter the channel’s basic information, **Channel Type** to select the Channel type to be used, and **Agent** to specify the agent that will be connected to the Channel.

<figure><img src="/files/NrumTtnCH3n68Uxx8QcF" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="147.8333740234375">Column</th><th>Description</th></tr></thead><tbody><tr><td>Name</td><td>The unique name used to identify the Channel within the system.</td></tr><tr><td>Display Name</td><td>The display name shown for the Channel in the user interface.</td></tr><tr><td>Channel Type</td><td>The communication platform used by the Channel, such as Telegram.</td></tr><tr><td>Enabled</td><td>Enables or disables the Channel after it is created.</td></tr><tr><td>Agent</td><td>The Agent that will be connected to and used by the Channel.</td></tr><tr><td>Bot Token</td><td>The authentication token used to connect the Channel with the messaging platform.</td></tr></tbody></table>

Enter the Channel name in the **Name** field. In the **Display Name** field, enter the Channel display name as needed.

<figure><img src="/files/2nWjJStQzoPnBigWJ1sE" alt=""><figcaption></figcaption></figure>

In the **Channel Type** section, select the channel type to be used, then enable the **Enabled** toggle if the Channel should be activated immediately.

<figure><img src="/files/BgyfQSoKCSsOfevdJ0Jt" alt=""><figcaption></figcaption></figure>

Next, in the **Agent** field, select the Agent to be connected to the Channel.&#x20;

<figure><img src="/files/0TuCWsY9WFI5BdPDrBZK" alt=""><figcaption></figcaption></figure>

In the **Bot Token** section, enter the bot token for channel authentication. After all data has been filled in, click the **Create** button to create the Channel.

<figure><img src="/files/Ly0Vp1UbT5tHzU8iyVsg" alt=""><figcaption></figcaption></figure>

After the create process is completed successfully, the system will display the notification message **"Channel has successfully created"**

<figure><img src="/files/Qfp3tv8akBXhG4RKvvE0" alt=""><figcaption></figcaption></figure>


---

# 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.cloudeka.ai/guidance-for-individual/deka-claw/detail-deka-claw/channel/create-channel.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.
