> For the complete documentation index, see [llms.txt](https://docs.scopechat.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scopechat.ai/how-to-use/token-alerts/get-telegram-chatid.md).

# Get Telegram ChatID

There are two ways to enable the Scopescan bot on Telegram and get the required ‘chat\_id’

\
**For Individuals**

1. Got to the Token Alerts page and find out the bot's Telegram handle in the upper right corner.

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

2. &#x20;Go to Telegram, talk to your bot, and press `/start`

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

\
3\. Users can get their ‘chat\_id’ anytime by typing `/start` (again) or just `/chat_id`

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

\
4\. Copy the chat\_id number and paste it into the Telegram ChatID field.

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

**For Groups**

1. Got to the Token Alerts page and find out the bot's Telegram handle in the upper right corner.

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

2. Invite the bot to your Telegram group.
3. Once the bot is inside the group, just follow the steps above to get the ‘chat\_id’
4. Submit the ‘chat\_id’ to our website.

&#x20;


---

# 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.scopechat.ai/how-to-use/token-alerts/get-telegram-chatid.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.
