> 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/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 Paper Template - Example Submission](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://overleaf-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.
