# Написать админу

{% hint style="info" %}
Шаг **"написать админу"** позволяет отправить сообщение выбранным администраторам в ЛС из сценария бота.
{% endhint %}

Бот может отправить сообщение выбранным админам в ЛС, находясь в сценарии диалога с пользователем. Например, вы можете собирать заявки через бота с помощью сценария-цепочки ([Цепочка диалога](/sozdanie-scenariev/cepochka-dialoga.md)), а в конце сценария все собранные данные переслать себе в ЛС. Для этого вам понадобится этот шаг.

![](/files/-M0iEEH3WBNXzauzHJDi)

В поле сообщения вы можете использовать любые [Переменные](/sozdanie-scenariev/peremennye.md), например, собранные данные заявки :star\_struck:&#x20;


---

# 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.smartbot-vk.ru/sozdanie-scenariev/shagi/napisat-adminu.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.
