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

# Mallipohjien käyttäminen yksityishenkilönä

Jos yksittäinen käyttäjä haluaisi käyttää mallia overleaf.comin malligalleriasta, hänen pitäisi:

{% stepper %}
{% step %}

### Etsi malli

Siirry kohtaan [Malligalleria](https://www.overleaf.com/latex/templates) sivulla [overleaf.com](https://www.overleaf.com/) ja etsi tarvittava malli, esimerkiksi [IEEE Photonics Journal Paper Template - Example Submission](https://www.overleaf.com/latex/examples/ieee-photonics-journal-paper-template-example-submission/bsfjjfkdsjds)
{% endstep %}

{% step %}

### Avaa mallina

Napsauta **Avaa mallina** painike.

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

{% step %}

### Lataa lähdekoodi

Napsauta projektivalikkoa ja valitse **Lataa lähdekoodi**.

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

{% step %}

### Kirjaudu Overleaf Prohon

Kirjaudu paikalliseen Overleaf Pro -tiliisi.
{% endstep %}

{% step %}

### Luo uusi projekti ja lataa

Projektien hallintapaneelissa napsauta **Uusi projekti** ja valitse **Lataa projekti**.

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

{% step %}

### Valitse mallin zip-tiedosto

Napsauta **Valitse .zip-tiedosto** ja valitse ladattu mallin zip-tiedosto.

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

Tämän jälkeen voit käyttää juuri ladattua mallia tarpeen mukaan.

{% hint style="info" %}
Yksi [overleaf.com](https://www.overleaf.com/) tili vaaditaan
{% 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/fi/tuki/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.
