> For the complete documentation index, see [llms.txt](https://docs.airwavy.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.airwavy.xyz/arabic/ahla-wshla.md).

# أهلا وسهلا

## &#x20;أهلا وسهلا في الوثائق الرسمية لـ Airwavy!

Airwavy هو بوت مصمم لتحسين سيرفرك بمجموعة واسعة من الميزات القوية وسهلة الاستخدام. سواء كنت تدير مجتمعًا، أو تقوم بأتمتة المهام، أو تبحث عن أدوات ممتعة، Airwavy يغطي احتياجاتك.

## شو ممكن يعمل Airwavy؟

* **إدارة السيرفر:** سهّل عمليات السيرفر بميزات زي AutoMod، AutoRole، والإعدادات القابلة للتخصيص.
* **التخصيص:** اضبط البريفكس، اللغات، وسجلات الإدارة بما يتناسب مع احتياجات مجتمعك.
* **تكامل ChatBot:** تفاعل مع ChatBot مدعوم بالذكاء الصناعي لتجارب ممتعة وتفاعلية.
* **أنظمة النسخ الاحتياطي:** أنشئ، أدير، واسترجع النسخ الاحتياطية لأدوار السيرفر، القنوات، والأذونات.
* **والمزيد:** استكشف مجموعة ميزات Airwavy كاملة لاستكشاف إمكانياتها!

## البدء

مستعد لضبط Airwavy؟ استخدم قائمة التنقل لاستكشاف الوثائق الخاصة بكل ميزة، بما في ذلك تعليمات الإعداد وشرح الأوامر بالتفصيل.

## الدعم

بحاجة للمساعدة أو عندك أسئلة؟ [انضم لسيرفر الدعم الخاص بنا للمساعدة والتحديثات](https://discord.com/invite/8PPMTS5HVe)

شكرًا لاختيارك Airwavy لتحسين سيرفرك! 🎉


---

# 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://docs.airwavy.xyz/arabic/ahla-wshla.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.
