> For the complete documentation index, see [llms.txt](https://help.autorply.sa/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.autorply.sa/start.md).

# البداية

- [إنشاء حساب في اوتوربلاي](https://help.autorply.sa/start/create-account.md): كيفية إنشاء حساب في منصة Autorply
- [ربط حساب واتساب](https://help.autorply.sa/start/quickstart.md)
- [اكمال معلومات النشاط التجاري](https://help.autorply.sa/start/quickstart/business_info.md)
- [اضافة وسيلة دفع](https://help.autorply.sa/start/quickstart/add_payment_method.md): اضافة وسيلة الدفع هي متطلب اساسي من شركة ميتا لأي حساب تجاري , لايمكن بأي حال من الأحوال بدء استخدام خدمات واتساب التجاري بدون اضافة وسيلة الدفع , ننصح بأن تكون وسيلة الدفع هي بطاقة مسبقة الدفع.
- [اضافة الرقم الضريبي](https://help.autorply.sa/start/quickstart/add_vat.md)
- [مشكلة تقييد الحساب](https://help.autorply.sa/start/quickstart/account_restriction_issue.md)
- [نظرة عامة على أوتوربلاي](https://help.autorply.sa/start/overview.md): Autorply: الحل الأمثل لإدارة خدمات واتساب ووسائل التواصل الاجتماعي  تقدم منصة "أوتوربلاي" حلولاً مبتكرة وشاملة لإدارة خدمات واتساب للأعمال ووسائل التواصل الاجتماعي بطريقة احترافية وسلسة. تم تصميم خدم
- [الصفحة الرئيسية](https://help.autorply.sa/start/overview/home_page.md): بعد تسجيل الدخول
- [بدء مراسلة العملاء](https://help.autorply.sa/start/start_sending_messags.md): \*يخضع هذا الإجراء لسياسة ميتا
- [إدارة البوت](https://help.autorply.sa/start/bot_manage.md)
- [شات بوت](https://help.autorply.sa/start/bot_manage/chat-bot.md)
- [اضافة جهات الاتصال](https://help.autorply.sa/start/add_contacts.md): مقدمة
- [الرسالة الترحيبية](https://help.autorply.sa/start/welcome_message.md): نقوم بإعداد رد على اول رسالة يرسلها العميل اياً كانت الرسالة :مرحبا , او طلب او استفسار او اي كلمة يكتبها العميل ثم نقوم بربط هذه الرسالة الترحيبية مع "بوت" تم إنشاؤه سابقاً عن طريق "إدارة البوت".


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.autorply.sa/start.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
