# كيفية العمل مع المؤقت

عندما يتم تشغيل رسالة بواسطة مؤقّت، يتم إلغاء الرسائل الأخرى القائمة على المؤقّت. ولمنع ذلك، انتقل إلى إعدادات الاتصال وأوقف **"إلغاء رسائل المؤقّت"** المفتاح في الاتصال.

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

تدفق روبوت محادثة يوضّح بوضوح كيف تعمل كتلة "Fallback" داخل القمع:

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

يكتب شخص "hello" ويتم وضعه بشكل دائم في **الدردشة** كتلة لأن الحلقة تمنعه من الخروج. وفي الوقت نفسه، يتم تشغيل بثّ بالتوازي لا يخرجه من هذه الكتلة. حتى إذا أرسل العميل أي رسالة، يتم دائمًا إرسال رد عبر السهم الحلقي، لكن العميل لا ينتقل إلى **البديل** الكتلة.


---

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