> For the complete documentation index, see [llms.txt](https://ayakaleaf-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://ayakaleaf-pro.ayaka.space/on-premises/on-premises-no/stotte/support-guides/using-templates-as-an-individual.md).

# Bruke maler som privatperson

Hvis en enkeltbruker ønsker å bruke en mal fra Malgalleriet på overleaf.com, må vedkommende:

{% stepper %}
{% step %}

### Finn malen

Naviger til [Malgalleri](https://www.overleaf.com/latex/templates) på [overleaf.com](https://www.overleaf.com/) og finn den nødvendige malen, 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 %}

### Åpne som mal

Klikk på **Åpne som mal** knappen.

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

{% step %}

### Last ned kilden

Klikk på prosjektmenyen og velg **Last ned kilde**.

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

{% step %}

### Logg inn på Overleaf Pro

Logg inn på din lokale Overleaf Pro-konto.
{% endstep %}

{% step %}

### Opprett et nytt prosjekt og last opp

Fra prosjektoversikten klikker du **Nytt prosjekt** og velger **Last opp prosjekt**.

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

{% step %}

### Velg malens zip-fil

Klikk **Velg en .zip-fil** og velg den nedlastede zip-filen for malen.

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

Deretter kan du bruke denne nylig opplastede malen etter behov.

{% hint style="info" %}
En [overleaf.com](https://www.overleaf.com/) konto er påkrevd
{% 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://ayakaleaf-pro.ayaka.space/on-premises/on-premises-no/stotte/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.
