# Блоки "Задержка" и "Таймер"

{% hint style="info" %}
Блок "Таймер"
{% endhint %}

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

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

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

{% hint style="info" %}
Блок "Задержка"
{% endhint %}

Аналогичный блоку "Таймер", но без возможности отправки второй ветви сценария мгновенно.

{% hint style="warning" %}
Важно, при настройке задержек на данный момент недоступны секундные паузы. Добавление планируется в ближайшем будущем, но при необходимости - обратись в поддержку и мы предложим временный вариант.
{% 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://help.onebot.tech/onebot-help/bloki-konstruktora/prostye/bloki-zaderzhka-i-taimer.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.
