# Setting up Telegram Output

This guide will walk you through creating a Telegram channel or group for Brist alerts and obtaining the Chat ID from the Brist Bot.&#x20;

Adding Brist to a Telegram Group is slightly different from adding it to a Telegram channel; here, we cover both processes.

### Setting up a Telegram Group

1. Create a **New Group.**
2. Name the group and add the users you'd like to join, then confirm the group's creation.
3. Click on the three dots on the top right corner of the screent, select **Info,** then click **Add Members**

![Navigating to group info](/files/wQBS9tf4dEaqrjDJ4IAM)

4\. Invite `@brist_alerts_bot` to your new group (its name is BristBot).

![Be sure to choose "BristBot"](/files/YBQ7FLJ1zmGnJZOdSoE1)

5\. Message the group with `/chat_id`; BristBot will respond with this chat's Telegram ChatID.&#x20;

![](/files/qb6crUoIHH4FlZUsxq02)

6\. Finally, paste the Chat ID (including the "-" sign, if present) into the Chat ID field in the Brist alert UI.&#x20;

![](/files/QLg8TCKsFRoozoMaGxah)

### Setting up a Telegram Channel&#x20;

{% hint style="info" %}
You'll need to use the Telegram Desktop client to create a new channel
{% endhint %}

1. Select **New Channel**, and follow the instructions to complete creation of the channel.
2. Click on the three dots on the top-right corner, then click **Info**
3. Go to **Administrators->Add Admin**, and look for `brist_alert_bot`

![Be sure to choose BristBot](/files/DWvHbMoVj7VnAItGlSO1)

4\. Message the group with `/chat_id`; BristBot will respond with this chat's Telegram ChatID.&#x20;

![](/files/qb6crUoIHH4FlZUsxq02)

6\. Finally, paste the Chat ID (including the "-" sign, if present) into the Chat ID field in the Brist alert UI.&#x20;

![](/files/QLg8TCKsFRoozoMaGxah)


---

# Agent Instructions: 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.usebrist.com/guides/setting-up-telegram-output.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.
