# How to get Telegram chat, group and channel identifiers

To deliver event notifications to Back Office users through Telegram, you must specify a user’s personal Telegram identifier or the identifier of a group or channel to which notifications will be sent.

To get a user’s Telegram identifier, the user should do the following:

{% stepper %}
{% step %}
In Telegram, send a message to [@getidsbot](https://t.me/getidsbot?do=open_link) and get the response containing the user’s Telegram identifier.
{% endstep %}

{% step %}
Copy the obtained identifier and paste it to the **Telegram chat Id** field available on the[ Back Office user details page](https://docs.b2core.b2broker.com/back-office-guide/system/users/users#details).
{% endstep %}
{% endstepper %}

To get the identifier of a Telegram group or channel in which a user is the admin, the user should do the following:

{% stepper %}
{% step %}
Navigate to a Telegram group or channel whose identifier the user wants to get.
{% endstep %}

{% step %}
Add [@getidsbot](https://t.me/getidsbot?do=open_link) to the selected group or channel and get the response containing the group or channel identifier.
{% endstep %}

{% step %}
Copy the obtained identifier and paste it to the **Group Id** field displayed under the enabled **Telegram** option when configuring event notifications.
{% endstep %}
{% endstepper %}

{% hint style="success" %}
**See also**

[How to set up event notifications](https://docs.b2core.b2broker.com/how-to-articles/manage-system-settings/how-to-set-up-event-notifications)
{% endhint %}


---

# 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.b2core.b2broker.com/how-to-articles/manage-communication-platforms/how-to-get-telegram-chat-group-and-channel-identifiers.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.
