> 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/5.1.x/integration/channel-connector/telegram-bot/create-new-channel-telegram-bot.md).

# Create a New Channel of Telegram Bot

Go to the **Integration** menu and click the channel connector menus, then you will see a channel connector page such images below.

![Channel Connector](/files/-MSlU8jpbJpaxCgWfH0-)

On the channel connector page, click the 'plus' button in the channel telegram bot, and then you will see a pop-up channel setting, fill in the fields as needed, and click the ‘Save‘ button, like the images below.

![Create New Telegram Bot Channel](/files/-MSlViAKXRj81DRmAlSP)

**Component Explanation:**

| Field     | Description                                           |
| --------- | ----------------------------------------------------- |
| Bot Name  | The channel name of the telegram bot to be created.   |
| 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/-MSlWFFqsv2badwLT6W6)

**Component Explanation:**

| No | Component             | Description                                                                                                                                                                     |
| -- | --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 1  | Channel Name          | Name of the telegram bot channel.                                                                                                                                               |
| 2  | Channel ID            | An ID, you register with 3Dolphins. Each channel registered in 3Dolphins has a different ID.                                                                                    |
| 3  | Delete Button         | Allows you to delete telegram bot channels.                                                                                                                                     |
| 4  | Online/Offline Button | Allows you to online or offline the telegram bot channel. The offline button indicates that the channel is offline, and the online button indicates that the channel is online. |
| 5  | Refresh Button        | Refresh your channel at any time to ensure you are always up to date with the refresh button.                                                                                   |


---

# 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/5.1.x/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.
