# Як працювати з таймером

Коли повідомлення запускається таймером, інші повідомлення на основі таймера скасовуються. Щоб запобігти цьому, перейдіть до налаштувань підключення та вимкніть **«Скасовувати повідомлення таймера»** перемикач у підключенні.

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

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

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

Людина пише «привіт» і назавжди потрапляє в **Чат** блок, оскільки цикл не дає їй вийти з нього. Тим часом паралельно запускається розсилка, яка не виводить її з цього блоку. Навіть якщо клієнт надсилає будь-яке повідомлення, відповідь завжди надсилається через стрілку циклу, але клієнт не переходить до **Запасний варіант** .


---

# 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/uk/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.
