# How to work with a timer

When a message is triggered by a timer, other timer-based messages are canceled. To prevent this, go to the connection settings and turn off the **"Cancel timer messages"** toggle on the connection.

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

A chatbot flow that clearly demonstrates how the "Fallback" block works within the funnel:

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

A person writes "hello" and is permanently placed in the **Chat** block because the loop prevents them from exiting. Meanwhile, a broadcast runs in parallel that does not move them out of this block. Even if the client sends any message, a response is always sent via the looping arrow, but the client does not transition into the **Fallback** block.


---

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