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

# Utilizar modelos individualmente

Se um utilizador individual quiser usar um modelo da Galeria de Modelos em overleaf.com, precisará de:

{% stepper %}
{% step %}

### Localizar o modelo

Navegue até à [Galeria de Modelos](https://www.overleaf.com/latex/templates) em [overleaf.com](https://www.overleaf.com/) e localize o modelo pretendido, por exemplo [Modelo de Artigo da IEEE Photonics Journal - Submissão de Exemplo](https://www.overleaf.com/latex/examples/ieee-photonics-journal-paper-template-example-submission/bsfjjfkdsjds)
{% endstep %}

{% step %}

### Abrir como modelo

Clique no **Abrir como Modelo** botão.

<figure><img src="/files/4884139bf72da40b8f163d8fd28fbd49aac0cf66" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Descarregar a origem

Clique no menu do projeto e escolha **Transferir Código-Fonte**.

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

{% step %}

### Inicie sessão no Overleaf Pro

Inicie sessão na sua conta local do Overleaf Pro.
{% endstep %}

{% step %}

### Crie um novo projeto e carregue

No painel de projetos, clique em **Novo Projeto** e escolha **Carregar Projeto**.

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

{% step %}

### Selecione o ficheiro zip do modelo

Clique em **Selecione um ficheiro .zip** e escolha o ficheiro zip do modelo descarregado.

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

Pode então usar este modelo recém-carregado conforme necessário.

{% hint style="info" %}
Uma [overleaf.com](https://www.overleaf.com/) conta é necessária
{% 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/pt/suporte/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.
