> For the complete documentation index, see [llms.txt](https://wiki.revolgc.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.revolgc.pro/en/getting-to-know-the-site/poleznoe/telegram-bot.md).

# Telegram bot

How to activate the bot:

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

Open a dialogue with the NPS, in the window that opens, click the Activate Telegram-bot button, after clicking the NPC will give you a command with your character's unique codes in order to bind the bot to the character

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

Open chat with bot <https://t.me/RGCR2_BOT>

enter the /start command in the chat, then select the server from which you want to bind the character

Send the command that the NPC told you to the bot chat

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

After sending this command to the bot, your character will be associated with it

You can bind several characters to one bot, you can open the character menu, each character has a separate menu

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

In the menu that opens, you can enable or disable the functions of the bot, you can kick your character from the game by pressing the Kick button, or open the advanced notification settings menu by pressing the Notifications button, or return to the main menu of the bot with the Back to Characters button

<figure><img src="/files/3CinRgVjh8vcxo1TjJ55" alt=""><figcaption></figcaption></figure>

Let's take a closer look at the Notification settings:

* <mark style="color:orange;">**Merchant**</mark> includes a notification about your purchases/sales in your personal store

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

* <mark style="color:orange;">**Auction**</mark> includes auction sales notifications

<figure><img src="/files/9YwvFDmWUqllZQFn6TMw" alt=""><figcaption></figcaption></figure>

* <mark style="color:orange;">**R2 day**</mark> signals the start of R2 day
* <mark style="color:orange;">**Private messages**</mark> will allow you to duplicate all private messages in the bot's chat, even if your character is offline
* You can reply to a private message using the bot, to do this, right-click on the message in the bot's chat, then press the button <mark style="color:orange;">**Reply**</mark>

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

{% hint style="info" %}
You can chat even if your character is out of the game
{% endhint %}

* <mark style="color:orange;">**Sound**</mark> enable or disable the sound of the corresponding notification
* <mark style="color:orange;">**Apply to all characters**</mark> applies these settings to all characters bound to the bot

{% hint style="danger" %}
In order to unbind the bot from the character, click the NPC Activate Telegram-bot again, and then click the unbind button
{% endhint %}


---

# 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://wiki.revolgc.pro/en/getting-to-know-the-site/poleznoe/telegram-bot.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.
