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

# Sjablonen gebruiken als individu

Als een individuele gebruiker een sjabloon uit de sjablonengalerij op overleaf.com wil gebruiken, moet die:

{% stepper %}
{% step %}

### Zoek het sjabloon

Navigeer naar de [Template Gallery](https://www.overleaf.com/latex/templates) op [overleaf.com](https://www.overleaf.com/) en zoek het gewenste sjabloon, bijvoorbeeld [IEEE Photonics Journal Paper Template - Example Submission](https://www.overleaf.com/latex/examples/ieee-photonics-journal-paper-template-example-submission/bsfjjfkdsjds)
{% endstep %}

{% step %}

### Openen als sjabloon

Klik op de **Openen als sjabloon** knop.

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

{% step %}

### Download de bronbestanden

Klik op het projectmenu en kies **Bron downloaden**.

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

{% step %}

### Log in op Overleaf Pro

Log in op je lokale Overleaf Pro-account.
{% endstep %}

{% step %}

### Maak een nieuw project aan en upload

Klik vanuit het projecten-dashboard op **Nieuw project** en kies **Project uploaden**.

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

{% step %}

### Selecteer het zipbestand van het sjabloon

Klik **Selecteer een .zip-bestand** en kies het gedownloade zipbestand van het sjabloon.

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

Vervolgens kun je dit nieuw geüploade sjabloon naar behoefte gebruiken.

{% hint style="info" %}
Een [overleaf.com](https://www.overleaf.com/) account is vereist
{% 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/nl/ondersteuning/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.
