> 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/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://overleaf-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.
