> For the complete documentation index, see [llms.txt](https://docs.3dolphins.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.3dolphins.ai/integration/channel-connector/telegram-bot/create-new-channel-telegram-bot.md).

# Create New Telegram Bot Channel

This section describes how to create a new Telegram bot channel by doing the following steps:

Go to the **Integration** menu and click the **Channel Connector** menu, then you will see a channel connector page as shown below.

![Channel Connector](/files/kvfcLmuHpafarYDw32nc)

On the channel connector page, click the **'Plus'** button in the channel telegram bot. You will see a pop-up channel setting, fill in the fields as needed. Then, click the **'Save'** button, as shown below.

![Channel Setting Telegram Bot](/files/fFcm6O8vk8sGDlVpMxOk)

**Component Explanation:**

| Name      | Description                                           |
| --------- | ----------------------------------------------------- |
| Bot Name  | Your created telegram bot channel name.               |
| Bot Token | The token is obtained when you create a telegram bot. |

The telegram bot channel that was successfully added will appear according to the example image below.

![Channel Created](/files/kvvChYoZfBvPp0CDd3ze)

**Component Explanation:**

<table><thead><tr><th width="76.66666666666669" data-type="number">No.</th><th width="257">Name</th><th>Description</th></tr></thead><tbody><tr><td>1</td><td>Channel Name</td><td>Name of the telegram bot channel.</td></tr><tr><td>2</td><td>Channel ID</td><td>Each channel registered in 3Dolphins has a different ID.</td></tr><tr><td>3</td><td>Channel Config Button</td><td>Click to edit LOB that can access this telegram bot channel.</td></tr><tr><td>4</td><td>Delete Button</td><td>Allows you to delete telegram bot channels.</td></tr><tr><td>5</td><td>Online/Offline Button</td><td>Click to turn on or off the channel. Red means offline and Green means online.</td></tr><tr><td>6</td><td>Refresh Button</td><td>Refresh your channel at any time to ensure you are always up to date with the refresh button.</td></tr></tbody></table>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.3dolphins.ai/integration/channel-connector/telegram-bot/create-new-channel-telegram-bot.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
