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

# Brug af skabeloner som enkeltperson

Hvis en enkelt bruger vil bruge en skabelon fra Template Gallery på overleaf.com, skal vedkommende:

{% stepper %}
{% step %}

### Find skabelonen

Gå til [Skabelongalleri](https://www.overleaf.com/latex/templates) på [overleaf.com](https://www.overleaf.com/) og find den ønskede skabelon, for eksempel [IEEE Photonics Journal Paper Template - Example Submission](https://www.overleaf.com/latex/examples/ieee-photonics-journal-paper-template-example-submission/bsfjjfkdsjds)
{% endstep %}

{% step %}

### Åbn som skabelon

Klik på **Åbn som skabelon** knappen.

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

{% step %}

### Download kilden

Klik på projektmenuen, og vælg **Download kilde**.

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

{% step %}

### Log ind på Overleaf Pro

Log ind på din lokalt hostede Overleaf Pro-konto.
{% endstep %}

{% step %}

### Opret et nyt projekt og upload

Fra projektdashboardet skal du klikke på **Nyt projekt** og vælge **Upload projekt**.

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

{% step %}

### Vælg template-zipfilen

Klik **Vælg en .zip-fil** og vælg den downloadede template-zipfil.

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

Du kan derefter bruge denne nyligt uploadede skabelon efter behov.

{% hint style="info" %}
En [overleaf.com](https://www.overleaf.com/) konto er påkrævet
{% 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/da/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.
