# Как работать с таймером

Когда сообщение запускается по таймеру, другие сообщения на основе таймера отменяются. Чтобы предотвратить это, перейдите в настройки подключения и отключите **"Отменять сообщения таймера"** переключатель у подключения.

<div data-with-frame="true"><figure><img src="/files/8fd690aede31f83fa0c83ecb9df2d94d413a8bca" alt=""><figcaption></figcaption></figure></div>

Сценарий чат-бота, который наглядно демонстрирует, как блок «Fallback» работает внутри воронки:

<div data-with-frame="true"><figure><img src="/files/f50d28fe6d5f7a52b2a539e11c82b3a9d7a76adb" alt=""><figcaption></figcaption></figure></div>

Человек пишет «hello» и навсегда помещается в **Chat** блок, потому что цикл не позволяет ему выйти из него. Между тем параллельно запускается рассылка, которая не выводит его из этого блока. Даже если клиент отправит любое сообщение, ответ всегда отправляется по петле, но клиент не переходит в **Fallback** .


---

# 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.mavibot.ai/doc/ru/chatbot/builder/setting/types/timer.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.
