# Zamanlayıcı ile nasıl çalışılır

Bir mesaj bir zamanlayıcı tarafından tetiklendiğinde, diğer zamanlayıcı tabanlı mesajlar iptal edilir. Bunu önlemek için bağlantı ayarlarına gidin ve kapatın **"Zamanlayıcı mesajlarını iptal et"** bağlantı üzerindeki anahtarını.

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

"Fallback" bloğunun huninin içinde nasıl çalıştığını açıkça gösteren bir chatbot akışı:

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

Bir kişi "hello" yazar ve kalıcı olarak **Sohbet** bloğuna yerleştirilir çünkü döngü onların çıkmasını engeller. Bu sırada, onları bu bloktan çıkarmayan bir yayın paralel olarak çalışır. İstemci herhangi bir mesaj gönderse bile, yanıt her zaman döngü oku üzerinden gönderilir, ancak istemci **Yedek** bloğunun belirtmeniz durumunda da aynı şekilde çalışır.


---

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