> 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/aldam/support-guides/using-templates-as-an-individual.md).

# استخدام القوالب كفرد

إذا أراد مستخدم فردي استخدام قالب من معرض القوالب على overleaf.com، فسوف يحتاج إلى:

{% stepper %}
{% step %}

### حدد موقع القالب

انتقل إلى [معرض القوالب](https://www.overleaf.com/latex/templates) على [overleaf.com](https://www.overleaf.com/) وابحث عن القالب المطلوب، على سبيل المثال [قالب ورقة IEEE Photonics Journal - إرسال تجريبي](https://www.overleaf.com/latex/examples/ieee-photonics-journal-paper-template-example-submission/bsfjjfkdsjds)
{% endstep %}

{% step %}

### افتح كقالب

انقر على **فتح كقالب** زر.

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

{% step %}

### قم بتنزيل المصدر

انقر على قائمة المشروع واختر **تنزيل المصدر**.

<figure><img src="/files/4c26613a9c6e2a13636f6158f6cc9a57fd83a5c1" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### سجّل الدخول إلى Overleaf Pro

سجّل الدخول إلى حساب Overleaf Pro المحلي لديك.
{% endstep %}

{% step %}

### أنشئ مشروعًا جديدًا وارفع

من لوحة تحكم المشاريع، انقر **مشروع جديد** ثم اختر **رفع مشروع**.

<figure><img src="/files/0d77698e9363b2c26302832049e8d4b0f45bcb6a" alt="" width="396"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### حدد ملف ZIP الخاص بالقالب

انقر **حدّد ملف .zip** ثم اختر ملف ZIP للقالب الذي تم تنزيله.

<figure><img src="/files/b6b5c74065aeb19957d5eeba8db6cd874f1b4508" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

يمكنك بعد ذلك استخدام هذا القالب الذي تم رفعه حديثًا حسب الحاجة.

{% hint style="info" %}
يلزم [overleaf.com](https://www.overleaf.com/) حساب مطلوب
{% endhint %}


---

# 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/aldam/support-guides/using-templates-as-an-individual.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.
