> For the complete documentation index, see [llms.txt](https://overleaf-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://overleaf-pro.ayaka.space/on-premises/ar/albda/before-you-start.md).

# قبل أن تبدأ

قبل أن تقوم بتثبيت Overleaf، من المهم أن تتعرف على متطلبات هذا المستند، وعملية التثبيت، وخيارات التهيئة، وأقسام الترقية. ومن الضروري أيضًا أن تكون لديك معرفة جيدة بمتطلبات مؤسستك لاستخدام Overleaf والبنية التحتية الأساسية اللازمة لنجاح تشغيله.

### ماذا يمكنني أن أفعل للاستعداد؟ <a href="#what-can-i-do-to-prepare" id="what-can-i-do-to-prepare"></a>

افهم المتطلبات اللازمة لتشغيل Overleaf. ويتضمن ذلك تقييم بيئة الخوادم الحالية في مؤسستك، وقدرات الشبكة، وموارد التخزين. تأكد من أن بنيتك التحتية تفي بالمتطلبات المحددة الواردة في هذا المستند أو تتجاوزها.

قبل البدء في عملية التثبيت، تأكد من أن لديك وصولًا إداريًا إلى الخادم الذي تنوي نشر Overleaf عليه. قد يتطلب ذلك التنسيق مع فريق تقنية المعلومات لديك أو مسؤولي النظام للحصول على الأذونات والموارد اللازمة. بالإضافة إلى ذلك، راجع أي اعتبارات أمنية أو سياسات شبكة قد تؤثر في عملية التثبيت.

{% content-ref url="/spaces/X3HLvwDr0DrRmyeXKs0P/pages/abe4ccb8a5a34926d0ef2e4013f09f5aa7c883f0" %}
[المتطلبات](/on-premises/ar/albda/requirements.md)
{% endcontent-ref %}

### ماذا لو واجهت مشكلة؟ <a href="#what-if-i-have-a-problem" id="what-if-i-have-a-problem"></a>

{% hint style="info" %}
يرجى ملاحظة أننا **لا** نستطيع تقديم الدعم لعمليات التثبيت المحلية لإصدار Community المجاني.
{% endhint %}

إذا واجهت أي مشاكل، فنوصي أولًا بالرجوع إلى [استكشاف الأخطاء وإصلاحها](/on-premises/ar/aldam/troubleshooting.md) قسم المستندات، لأنه يحتوي على المشكلات الشائعة والمعلومات المطلوبة التي يحتاجها فريق الدعم إذا احتجت إلى التواصل للحصول على المساعدة.

باتباع هذه الخطوات وقراءة المستندات بعناية، ستكون مستعدًا جيدًا لتثبيت Overleaf وتهيئته وصيانته وفقًا لمتطلبات مؤسستك. تذكر أن الفهم الجيد لبنيتك التحتية وعملية التثبيت هو المفتاح لنشر ناجح.


---

# 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://overleaf-pro.ayaka.space/on-premises/ar/albda/before-you-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.
