> 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/altthbyt/using-the-github-codespace.md).

# استخدام GitHub Codespace

أسهل طريقة لإعداد Overleaf Pro الخاص بك هي استخدام GitHub Codespace، حيث تكون جميع متغيرات البيئة مُهيأة مسبقًا لضمان إمكانية استخدامه مباشرةً دون أي إعداد إضافي.

{% hint style="warning" %}
عند تشغيل حاويات Docker باستخدام GitHub Codespaces، لن يتم إيقاف الـ Codespace تلقائيًا وسيستمر في أن يكون **خاضعًا للفوترة**. بالنسبة إلى قواعد فوترة GitHub Codespaces، يُرجى الرجوع إلى [قواعد فوترة GitHub Codespaces](https://docs.github.com/en/billing/concepts/product-billing/github-codespaces).

لإدارة GitHub Codespaces الخاص بك، يُرجى زيارة <https://github.com/codespaces>. عندما لا تعود بحاجة إليه، يُرجى حذف الـ Codespace في الوقت المناسب.
{% endhint %}

لقد **هيأنا مسبقًا** الميزات التالية:

* [x] نظام القوالب
* [x] التسجيل العام
* [x] التجميع في بيئة معزولة
* [x] جسر Git لـ Overleaf
* [x] لوحة المراجعة

{% stepper %}
{% step %}

### أنشئ GitHub Codespace الخاص بك

انقر على الزر التالي لإنشاء GitHub Codespace الخاص بك. من حيث إعدادات الخادم، **نواتان و8 جيجابايت من ذاكرة RAM** تكون كافية عمومًا للتحرير اليومي الفردي. إذا كنت تخطط للتعاون ضمن **فريق صغير**، فنوصي باختيار إعداد يحتوي على **4 نوى أو أكثر**.

[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/ayaka-notes/overleaf)
{% endstep %}

{% step %}

### تهيئة مثيل Overleaf

عندما يصبح الـ codespace جاهزًا، شغّل الأمر التالي في bash لتهيئة مثيل Overleaf الخاص بك.

{% code title="bash" %}

```bash
./init.sh
```

{% endcode %}

{% hint style="info" %}
قد تحتاج إلى الانتظار لمدة 3 دقائق على الأقل قبل أن نقوم بسحب جميع صور Docker التي تحتاجها.
{% endhint %}

<figure><img src="/files/c509b49e187cb062ba3edef945ea6315d42abb3f" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### اجعل المنفذ 80 متاحًا

انتقل إلى **علامة التبويب المنافذ** ، ثم اتبع هذه الخطوات لجعل المنفذ 80 عامًا.

<figure><img src="/files/3d29c39ddec612287b508f4427941d698bfdfe81" alt=""><figcaption></figcaption></figure>

بعد ذلك، يمكنك النقر على **عنوان إعادة التوجيه** لزيارة مثيل Overleaf الخاص بك. قد تحتاج إلى إضافة `/launchpad` لزيارة صفحة الترحيب في Overleaf.
{% endstep %}

{% step %}

### أنشئ حساب المسؤول الخاص بك

أدخل حساب المسؤول وكلمة المرور، ثم انقر زر التسجيل.

<figure><img src="/files/3cc5299bffd9b73147816450b949f16a5f6b90cb" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### استمتع بالكتابة

الآن، حان الوقت للاستمتاع بـ $$\LaTeX$$ كتابتك!

<figure><img src="/files/21da825f9aba0285dde5477535dd7d3020216f8e" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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/altthbyt/using-the-github-codespace.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.
