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

# Utilizzo dei modelli come singolo utente

Se un singolo utente desidera utilizzare un modello dalla Galleria dei modelli su overleaf.com, dovrebbe:

{% stepper %}
{% step %}

### Individuare il modello

Vai alla [Galleria dei template](https://www.overleaf.com/latex/templates) su [overleaf.com](https://www.overleaf.com/) e individua il template richiesto, ad esempio [IEEE Photonics Journal Paper Template - Example Submission](https://www.overleaf.com/latex/examples/ieee-photonics-journal-paper-template-example-submission/bsfjjfkdsjds)
{% endstep %}

{% step %}

### Apri come modello

Fai clic sul **Apri come template** pulsante.

<figure><img src="/files/6e81387d50007d6dfcfb5a03df4c6d4c6d831ade" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Scarica il sorgente

Fai clic sul menu del progetto e scegli **Scarica sorgente**.

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

{% step %}

### Accedi a Overleaf Pro

Accedi al tuo account Overleaf Pro on-premise.
{% endstep %}

{% step %}

### Crea un nuovo progetto e carica

Dalla dashboard dei progetti fai clic su **Nuovo progetto** e scegli **Carica progetto**.

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

{% step %}

### Seleziona lo zip del modello

Fai clic su **Seleziona un file .zip** e scegli il file zip del modello scaricato.

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

Potrai quindi utilizzare questo modello appena caricato come richiesto.

{% hint style="info" %}
Un [overleaf.com](https://www.overleaf.com/) account è richiesto
{% 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/it/supporto/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.
