# Запрос данных у подписчика

{% hint style="info" %}
Блок "Запрос номера телефона"
{% endhint %}

Данный блок используется для запроса номера телефона у подписчика бота.

<figure><img src="/files/47wiBqnbZ1ED59Vg8Hpg" alt=""><figcaption></figcaption></figure>

Блок можно настроить так, чтобы не спрашивать номер, если он уже есть в карточке клиента.

{% hint style="info" %}
Блок "Запрос Email"
{% endhint %}

Данный блок используется для запроса Email у подписчика бота.

<figure><img src="/files/7bVZtE710oISxquOsUgp" alt=""><figcaption></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://help.onebot.tech/onebot-help/bloki-konstruktora/prostye/zapros-dannykh-u-podpischika.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.
