# Пользователь вводит данные

**Пользователь вводит данные:** при включении данного переключателя, появляется дополнительное поле "Вводимые данные". В него нужно внести название переменной, в которую запишется ответ пользователя. Название переменной вводится одним словом. Переменная чувствительна к регистру. В примере ответ пользователя запишется в переменную "ответ\_пользователя":

<figure><img src="https://4216716816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LxKl4rC_EcwBAz40Qn_%2Fuploads%2F8viPQ8FWcAljUMVl3aBT%2F%D0%A1%D0%BD%D0%B8%D0%BC%D0%BE%D0%BA%20%D1%8D%D0%BA%D1%80%D0%B0%D0%BD%D0%B0%202025-06-16%20%D0%B2%2019.37.21.png?alt=media&#x26;token=9a41917f-cebf-454e-8a7b-27870cb4c948" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}
ВАЖНО!&#x20;

Стрелка со сбором данных  работает БЕЗ ЗАДЕРЖКИ в настройках данной стрелки. Это значит, что бот будет ждать пока пользователь ответит на этот вопрос.\
Чтобы пользователи не останавливались на долго в блоке перед ответом на вопрос, продумайте логику воронки и [добавьте догоняющее сообщение ](https://docs.salebot.pro/chat-boty/tipy-blokov/bloki-ne-sostoyanie#blok-ne-sostoyanie)(например, с помощью блока не состояние), если нужно напомнить о себе. &#x20;
{% endhint %}

<figure><img src="https://4216716816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LxKl4rC_EcwBAz40Qn_%2Fuploads%2FXZKStcgJWwvxBTgylW1o%2F%D0%A1%D0%BD%D0%B8%D0%BC%D0%BE%D0%BA%20%D1%8D%D0%BA%D1%80%D0%B0%D0%BD%D0%B0%202025-06-16%20%D0%B2%2019.38.07.png?alt=media&#x26;token=14cab6a1-e85a-4e6b-a8e2-97f36398ddf3" alt=""><figcaption><p>Верно</p></figcaption></figure>

<figure><img src="https://4216716816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LxKl4rC_EcwBAz40Qn_%2Fuploads%2FguuFAMSf0IU5FXtchxmd%2F%D0%A1%D0%BD%D0%B8%D0%BC%D0%BE%D0%BA%20%D1%8D%D0%BA%D1%80%D0%B0%D0%BD%D0%B0%202025-06-16%20%D0%B2%2019.39.01.png?alt=media&#x26;token=00a1d2e4-f425-4bca-88ce-97988a11c8b3" alt=""><figcaption><p>Неверно: Нельзя ставить задержку в стрелке со сбором данных</p></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://docs.salebot.pro/chat-boty/kak-sozdat-chat-bot-dlya-biznesa/strelki-soedineniya/polzovatel-vvodit-dannye.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.
