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

# Şablonları bireysel olarak kullanma

Bireysel bir kullanıcı overleaf.com’daki Şablon Galerisi’nden bir şablon kullanmak isterse şunları yapması gerekir:

{% stepper %}
{% step %}

### Şablonu bulun

Şuraya gidin: [Şablon Galerisi](https://www.overleaf.com/latex/templates) üzerinde [overleaf.com](https://www.overleaf.com/) ve gerekli şablonu bulun, örneğin [IEEE Photonics Journal Paper Template - Example Submission](https://www.overleaf.com/latex/examples/ieee-photonics-journal-paper-template-example-submission/bsfjjfkdsjds)
{% endstep %}

{% step %}

### Şablon olarak aç

Şuna tıklayın: **Şablon Olarak Aç** düğmesi.

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

{% step %}

### Kaynağı indirin

Proje menüsüne tıklayın ve şunu seçin: **Kaynağı İndir**.

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

{% step %}

### Overleaf Pro'ya giriş yapın

Şirket içi Overleaf Pro hesabınıza giriş yapın.
{% endstep %}

{% step %}

### Yeni bir proje oluşturun ve yükleyin

Projeler panosundan şuna tıklayın **Yeni Proje** ve şunu seçin **Projeyi Yükle**.

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

{% step %}

### Şablon zip dosyasını seçin

Tıklayın **.zip dosyası seçin** ve indirilen şablon zip dosyasını seçin.

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

Ardından bu yeni yüklenen şablonu gerektiği gibi kullanabilirsiniz.

{% hint style="info" %}
Bir [overleaf.com](https://www.overleaf.com/) hesap gereklidir
{% 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/tr/destek/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.
