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

# Vorlagen als Einzelperson verwenden

Wenn ein einzelner Benutzer eine Vorlage aus der Vorlagengalerie auf overleaf.com verwenden möchte, müsste er:

{% stepper %}
{% step %}

### Die Vorlage suchen

Navigieren Sie zur [Template Gallery](https://www.overleaf.com/latex/templates) auf [overleaf.com](https://www.overleaf.com/) und suchen Sie die gewünschte Vorlage, zum Beispiel [IEEE Photonics Journal Paper Template - Example Submission](https://www.overleaf.com/latex/examples/ieee-photonics-journal-paper-template-example-submission/bsfjjfkdsjds)
{% endstep %}

{% step %}

### Als Vorlage öffnen

Klicken Sie auf die **Als Vorlage öffnen** Schaltfläche.

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

{% step %}

### Die Quelldateien herunterladen

Klicken Sie im Projektmenü und wählen Sie **Quellcode herunterladen**.

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

{% step %}

### Bei Overleaf Pro anmelden

Melden Sie sich bei Ihrem lokalen Overleaf-Pro-Konto an.
{% endstep %}

{% step %}

### Ein neues Projekt erstellen und hochladen

Klicken Sie im Projekt-Dashboard auf **Neues Projekt** und wählen Sie **Projekt hochladen**.

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

{% step %}

### Wählen Sie das Vorlagen-ZIP

Klicken Sie **Wählen Sie eine .zip-Datei** und wählen Sie die heruntergeladene Vorlagen-ZIP-Datei aus.

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

Anschließend können Sie diese neu hochgeladene Vorlage wie gewünscht verwenden.

{% hint style="info" %}
Ein [overleaf.com](https://www.overleaf.com/) Konto ist erforderlich
{% 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/de/support/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.
