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

# Menggunakan templat sebagai individu

Jika seorang pengguna ingin menggunakan templat dari Template Gallery di overleaf.com, mereka perlu:

{% stepper %}
{% step %}

### Menemukan templat

Buka ke [Galeri Templat](https://www.overleaf.com/latex/templates) di [overleaf.com](https://www.overleaf.com/) dan temukan templat yang diperlukan, misalnya [IEEE Photonics Journal Paper Template - Example Submission](https://www.overleaf.com/latex/examples/ieee-photonics-journal-paper-template-example-submission/bsfjjfkdsjds)
{% endstep %}

{% step %}

### Buka sebagai templat

Klik **Buka sebagai Templat** tombol.

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

{% step %}

### Unduh sumber

Klik menu proyek dan pilih **Unduh Sumber**.

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

{% step %}

### Masuk ke Overleaf Pro

Masuk ke akun Overleaf Pro on-premise Anda.
{% endstep %}

{% step %}

### Buat proyek baru dan unggah

Dari dasbor proyek, klik **Proyek Baru** dan pilih **Unggah Proyek**.

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

{% step %}

### Pilih zip templat

Klik **Pilih file .zip** dan pilih file zip templat yang telah diunduh.

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

Anda kemudian dapat menggunakan templat yang baru diunggah ini sesuai kebutuhan.

{% hint style="info" %}
Sebuah [overleaf.com](https://www.overleaf.com/) akun diperlukan
{% 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/id/dukungan/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.
