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

# Använda mallar som en enskild användare

Om en enskild användare vill använda en mall från Mallgalleriet på overleaf.com behöver de:

{% stepper %}
{% step %}

### Hitta mallen

Navigera till [Mallgalleriet](https://www.overleaf.com/latex/templates) på [overleaf.com](https://www.overleaf.com/) och hitta den mall som behövs, till exempel [IEEE Photonics Journal Paper Template - Example Submission](https://www.overleaf.com/latex/examples/ieee-photonics-journal-paper-template-example-submission/bsfjjfkdsjds)
{% endstep %}

{% step %}

### Öppna som mall

Klicka på **Öppna som mall** knappen.

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

{% step %}

### Ladda ner källkoden

Klicka på projektmenyn och välj **Ladda ner källkod**.

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

{% step %}

### Logga in på Overleaf Pro

Logga in på ditt lokala Overleaf Pro-konto.
{% endstep %}

{% step %}

### Skapa ett nytt projekt och ladda upp

Från projektdashbordet klickar du på **Nytt projekt** och välj **Ladda upp projekt**.

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

{% step %}

### Välj mallens zip-fil

Klicka **Välj en .zip-fil** och välj den nedladdade zip-filen för mallen.

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

Du kan sedan använda denna nyligen uppladdade mall efter behov.

{% hint style="info" %}
Ett [overleaf.com](https://www.overleaf.com/) konto krävs
{% 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/sv/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.
