# Connect Your Telegram Bot

After completing the **Channel Type** configuration, scroll down to the lower section of the page to continue the bot configuration process in the **Connect Your Telegram Bot** section. Next, to connect your bot to Telegram, follow these steps:

Open the Telegram application and search for **@BotFather**.

<figure><img src="/files/6ouK3zqmGn46A9TnoTkj" alt=""><figcaption></figcaption></figure>

Then click the **Start** button or run the **/start** command in the BotFather chat.

<figure><img src="/files/8dl8Gtc4HJp41gNjvZci" alt=""><figcaption></figcaption></figure>

After the **/start** command is executed, BotFather will display several available commands. To create a new bot, click the **/newbot** command, then follow the instructions provided by BotFather until the bot creation process is successfully completed.

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

Next, enter the bot name you want to use, then send the name in the BotFather chat to continue the bot creation process.

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

After the bot name is successfully created, BotFather will ask the user to define the bot’s **username**. The bot username must end with the word **bot**, for example **TetrisBot** or **tetris\_bot**.

Enter the desired bot username, then send the username to continue the bot creation process.

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

If the bot username is successfully created, BotFather will display a notification confirming that the bot has been successfully created along with the bot username information and the **bot token** used for Telegram Bot integration.

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

Click the **Open** button to open your newly created Telegram bot and continue the setup process to get the bot token.

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

A confirmation notification will appear before opening the bot. Click the **Launch** button to open the bot and view the list of bots you have created.

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

The system will display a list of bots that have been created. Click the bot you want to configure to continue the setup process.

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

Copy the generated **bot token**.

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

Finally, enter the **Telegram Bot Token** in the provided field to connect your bot to Telegram.

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

After all data and configurations have been completed, click the **Create** button to create the bot.

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

After the instance is successfully created, the newly created data will automatically be displayed in the instance table.

<figure><img src="/files/1EG0BhpjPDnzypyeoiAC" alt=""><figcaption></figcaption></figure>

After the instance has been successfully created, the newly created data will automatically be displayed in the instance table.

You can then continue to the[ **Open GoClaw**](/guidance-for-individual/deka-claw/open-goclaw.md) guide to access the GoClaw dashboard and manage your bot configuration.


---

# 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/create-deka-claw/connect-your-telegram-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.
