# Cómo trabajar con un temporizador

Cuando un mensaje es activado por un temporizador, otros mensajes basados en temporizadores se cancelan. Para evitar esto, ve a la configuración de la conexión y desactiva el **"Cancelar mensajes del temporizador"** interruptor de la conexión.

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

Un flujo de chatbot que demuestra claramente cómo funciona el bloque "Fallback" dentro del embudo:

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

Una persona escribe "hola" y queda colocada permanentemente en el **Chat** bloque porque el bucle les impide salir. Mientras tanto, una difusión se ejecuta en paralelo y no los saca de este bloque. Incluso si el cliente envía cualquier mensaje, siempre se envía una respuesta a través de la flecha de bucle, pero el cliente no transiciona al **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/es/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.
