> For the complete documentation index, see [llms.txt](https://help.cleverapp.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.cleverapp.pro/sozdanie-chat-botov-bloki-scenariya/prostye-bloki/blok-taimer.md).

# Блок “Таймер”

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

Блок “Таймер” используется для установки задержки перед отправкой следующего сообщения пользователю бота.

У блока есть две кнопки:

По таймеру – цепочка действий, которая соединена с этой кнопкой выполняется с задержкой, установленной в настройках блока (задержку можно установить в минутах, часах или днях)

Продолжить – цепочка действий, которая соединена с этой кнопкой выполняется сразу, при достижении пользователем блока “Таймер”

<figure><img src="/files/cUnQpLQG9jjvtAGgEMQs" 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:

```
GET https://help.cleverapp.pro/sozdanie-chat-botov-bloki-scenariya/prostye-bloki/blok-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.
