> For the complete documentation index, see [llms.txt](https://ayakaleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ayakaleaf-pro.ayaka.space/on-premises/ar/readme.md).

# مرحبًا

### نظرة عامة على Overleaf

Overleaf هو محرر LaTeX تعاوني يحبه الباحثون وفرق التقنية. النسخة السحابية متاحة على [overleaf.com](https://www.overleaf.com/). وهو يوفر محرر LaTeX عبر الإنترنت كامل الميزات. ومع ذلك، فإن Overleaf Common (نسخة SaaS) لديه العديد من القيود على الميزات، وعليك أن تتحمل *<mark style="color:أحمر;">**حد زمن التجميع البالغ 10 ثوانٍ**</mark>* ورسوم عضوية باهظة.

على الرغم من أن Overleaf توفر نسخة مجتمعية مفتوحة المصدر (متاحة على [GitHub: Overleaf](https://github.com/overleaf/overleaf))، إلا أنها تحتوي أيضًا على العديد من القيود، على سبيل المثال:

{% hint style="warning" %}
تم تصميم Overleaf Community Edition للاستخدام في البيئات التي يكون فيها **all** المستخدمون موثوقين. وCommunity Edition هي **ليست** مناسبة للسيناريوهات التي تتطلب عزل المستخدمين لأن عمليات التجميع في Sandbox غير متاحة.

بدون وضع الحماية، تعمل تجميعات LaTeX بنفس امتيازات الحاوية، مما يتيح الوصول إلى نظام الملفات والشبكة ومتغيرات البيئة الخاصة بها. وهذا يخلق خطرًا لكشف البيانات أو اختراق النظام. يجب ألا تُستخدم التجميعات غير المعزولة إلا في البيئات الموثوقة تمامًا؛ أما في النشر متعدد المستخدمين أو بيئات الإنتاج، فيوصى بشدة باستخدام Sandbox Compiles.

لمزيد من المعلومات حول Sandbox Compiles، راجع: [عمليات التجميع المعزولة](/on-premises/ar/althyeh/overleaf-toolkit/sandboxed-compiles.md)
{% endhint %}

### معلومات حول Server Pro

لا يوفر موقع Overleaf الإلكتروني سوى مدخلًا للتواصل مع دعم Server Pro، لذا فإن المعلومات حول Server Pro محدودة جدًا. ولكن استنادًا إلى المعلومات التي جمعناها في المجتمع، فإن **حصة Server Pro هي**:

* تحتاج إلى شراء تراخيص لـ *ما لا يقل عن* 10 أشخاص.
* تبلغ تكلفة ترخيص لـ10 أشخاص حوالي €3,477.61. (2024)
* للتعليم، 20 مستخدمًا 2640 يورو سنويًا، 50 مستخدمًا 6050 يورو، 100 مستخدم 9963 يورو.
* Server Pro متاح فقط في مناطق محددة (مثلًا، باستثناء الصين القارية).

### لماذا Ayakaleaf Pro؟

{% hint style="info" %}
Overleaf Pro هو ***ليست*** منتسب إلى Overleaf, Inc. أو الشركة الأم لها، Digital Science. كما أنه *ليس Server Pro* إصدار، وهو منتج تجاري تقدمه Overleaf, Inc. Overleaf Pro هو مشروع مستقل تم تطويره وصيانته بواسطة [ayaka-notes](https://github.com/ayaka-notes).
{% endhint %}

Ayakaleaf Pro هو تطبيق محسّن لـ Overleaf Community Edition، ويقدم *<mark style="color:أخضر;">**all**</mark>* *<mark style="color:أخضر;">**ميزات مميزة مجانية**</mark>* من server pro. وعلى عكس Overleaf Common المتاح على <https://www.overleaf.com/>، أو الإصدار التجاري server pro، لدينا

* ***لا توجد قيود*** على وقت التجميع
* ***لا توجد متطلبات ترخيص*** على عدد المستخدمين
* ***جميع الميزات*** مفتوحة من server pro

ويمكنك استضافة بياناتك بنفسك بالكامل، مما يضمن أمانًا مطلقًا! لمعرفة المزيد، راجع:

{% content-ref url="/pages/8913808445692b86c947e446357ac74fc5d314e9" %}
[الميزات وحقوق النشر](/on-premises/ar/readme/features-and-copyright.md)
{% endcontent-ref %}


---

# 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://ayakaleaf-pro.ayaka.space/on-premises/ar/readme.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.
