# إدارة البوت

#### ادارة بوت واتساب

**بوت الرد التلقائي:**

<figure><img src="/files/15BV4N5tiZMUKSO5sEYB" alt=""><figcaption></figcaption></figure>

\
هذه ابسط صورة لعمل بوت يقوم بالرد على كلمة أو مجموعة كلمات.

<figure><img src="/files/bOmhzUiwMHfd60N1PIA9" alt=""><figcaption></figcaption></figure>

في الخانة الاولى يتم ادخال الكلمات المتوقعه والتي سوف يجيب عليها البوت&#x20;

**توجد طريقتين لعمل البوت :**

Exact keyword match مطابقة تامة: سيجيب البوت فقط على نفس الكلمة اذا كتبت بدون اي اضافات (الأفضل)

String match: :وجود الكلمة ضمن جملة: سيجيب البوت على اي كلمة من هذه الكلمات اياً كان ترتيبها في الجملة

<figure><img src="/files/APeLCYemsUMDrT36eilb" alt=""><figcaption></figcaption></figure>

يمكنك الان التقدم واختيار تصنيفات فرعية مع مراعاة أنه : يمكن إنشاء ثلاث ازرار لكل اختيار كحد اقصى&#x20;

{% embed url="<https://www.youtube.com/watch?v=5CJqAzD4Z6I>" %}

<figure><img src="/files/pAR7J2Uua7a6DfhaqwZh" alt="" width="153"><figcaption></figcaption></figure>

<figure><img src="/files/QQZlSBdplcfhozVXrkHs" alt=""><figcaption></figcaption></figure>

&#x20;ملاحظة : النص فوق الزر يجب ان لا يتجاوز عدد الحروف بما فيها المسافات والارقام عن 20 حرف

يمكن استخدام هذه الأداة لعد الحروف <https://autorply.sa/Counter/>


---

# 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://help.autorply.sa/start/bot_manage.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.
