# Telegram Bot

## How to enable Telegram notifications

1. Follow the [link](https://t.me/SmVendBot) and click <kbd>Start</kbd> (the `/start` command will be sent automatically in the chat).
2. You'll receive a message with your <kbd>chat ID</kbd>.

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

3. Then open your [SmVend account](https://app.smvend.io/) on the <kbd>Profile</kbd> page and:

* enable <kbd>Telegram</kbd> notifications
* enter your <kbd>chat ID</kbd>&#x20;
* click <kbd>Save</kbd>.

{% hint style="info" %}
If you do not see the Telegram checkbox on your <kbd>Profile</kbd> page, please contact our support team at **<support@smvend.io>**, via the chat in the bottom-right corner of the app, or on **WhatsApp at +371 28 701 129**.
{% endhint %}

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


---

# 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://help.smvend.io/additional-guides/telegram-bot.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.
