# Como trabalhar com um temporizador

Quando uma mensagem é acionada por um timer, outras mensagens baseadas em timer são canceladas. Para evitar isso, vá para as configurações da conexão e desative o **"Cancelar mensagens de timer"** alternador na conexão.

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

Um fluxo de chatbot que demonstra claramente como o bloco "Fallback" funciona dentro do funil:

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

Uma pessoa escreve "olá" e é colocada permanentemente no **Chat** bloco porque o loop impede que ela saia. Enquanto isso, uma transmissão é executada em paralelo e não a move para fora desse bloco. Mesmo que o cliente envie qualquer mensagem, uma resposta é sempre enviada pela seta de loop, mas o cliente não faz a transição para o **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/pt/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.
