# Enabling Telegram Notifications

You can receive real-time payment notifications directly in your Telegram account.\
To enable Telegram notifications, go to **«Settings» → «Notifications»** in your dashboard.

<figure><img src="/files/kCiKvdjYMTMhcasPYLXl" alt="" width="563"><figcaption></figcaption></figure>

Turning them on is very straightforward:

{% stepper %}
{% step %}
Click **«Connect Telegram»** – a modal window will appear with setup instructions.
{% endstep %}

{% step %}
Click **«Open in Telegram»** to navigate to the bot.
{% endstep %}

{% step %}
Start the bot with the **/start** command.
{% endstep %}
{% endstepper %}

Once the bot is activated, your Telegram account will automatically receive alerts about:

* Balance changes
* Account logins
* Outgoing transfers
* Invoices and incoming payments

If you ever want to stop receiving notifications, you can disable them at any time in the same **«Settings» → «Notifications»** section. Simply click **«Disconnect Telegram»** and confirm the action in the modal window.


---

# 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://goodpayments.gitbook.io/docs/getting-started/account-settings/enabling-telegram-notifications.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.
