# FAQ

## Как получать сообщения в боте?

Для получения сообщений пользователей, заказов, запросов на подтверждения и других административный действий необходимо зарегистрироваться в боте как администратор. Для этого необходимо:

1. Задать пароль администратора в интерфейсе управления в меню ***Общие настройки/Общие:***

![задать пароль администратора](/files/-MNYa_Tgtx4Vm3AskwnN)

2\. В боте, отправить ему текст:&#x20;

{% hint style="info" %}
/auth adminPassword
{% endhint %}

Для отмены авторизации достаточно отправить боту текст:

{% hint style="info" %}
/deauth
{% 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://doc.botboom.ru/faq.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.
