> For the complete documentation index, see [llms.txt](https://docs.klink.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.klink.cloud/getting-started/setup-channels/telegram.md).

# Telegram

{% embed url="<https://www.loom.com/share/651ee350c9e749579cfff52de59d0330?sid=e404a23d-ebe6-47a1-a97d-03a2a24ed69a>" %}

### Step 1 - Go to Setting -> Message integration -> Available Channels. Click "Telegram"

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

After that, you will be seen like this

<figure><img src="/files/7fRezMapQ9eTNAFGZKhF" alt=""><figcaption></figcaption></figure>

### Step 2 - Go to the Telegram app and then search for "Botfather"&#x20;

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

Send the command /newbot and follow the instructions.

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

### Step 3 - Once the bot is created, you will receive a message with the token. Copy the token and paste it into Klink.cloud

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

<figure><img src="/files/07Gl6SSPSRHZMZENKs8V" alt=""><figcaption></figcaption></figure>

After that Choose your channel name and click Complete Setup. It will appear in "Your Channel"&#x20;

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

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

### Step 4 - After the channel is connected, you can send a message to your Telegram channel, which will appear in the klink.cloud Inbox.

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

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

That's it! You've successfully connected your Telegram channel to Klink.Cloud. Now you can effortlessly manage all your Telegram messages in one place.


---

# 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.klink.cloud/getting-started/setup-channels/telegram.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.
