> For the complete documentation index, see [llms.txt](https://doc.nextbot.ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.nextbot.ru/functional/functions/reaction-to-execution.md).

# Реакция на выполнение

### **Отправить сообщение**

Выберите эту опцию, если хотите, чтобы после выполнения функции ИИ-агент отправил пользователю заранее подготовленный ответ. Это позволяет завершить взаимодействие с чётким сообщением.

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

**Пример:**

После сохранения данных о пользователе агент отправляет сообщение: "Спасибо за предоставленные данные."

### **Инструкция для AI**

Используйте эту опцию, чтобы передать дальнейшие инструкции для AI: что и как должен делать ИИ-агент после выполнения данной функции.

<figure><img src="/files/88M2K5almajXQpTdNWQz" alt=""><figcaption></figcaption></figure>

**Пример:**

"Поблагодари за обращение и сообщи пользователю, что с ним свяжется наш специалист в течение 30 минут".

### **Позволить AI ответить самому**

В этом режиме ИИ-агент самостоятельно генерирует ответ, основываясь на результате выполненной функции, основной инструкции (промпте) и контексте диалога.

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

### **Промолчать**

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

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


---

# 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://doc.nextbot.ru/functional/functions/reaction-to-execution.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.
