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

# Usar plantillas como usuario individual

Si un usuario individual quisiera usar una plantilla de la Galería de plantillas en overleaf.com, tendría que:

{% stepper %}
{% step %}

### Localizar la plantilla

Vaya a la [Galería de plantillas](https://www.overleaf.com/latex/templates) en [overleaf.com](https://www.overleaf.com/) y localice la plantilla requerida, por ejemplo [IEEE Photonics Journal Paper Template - Example Submission](https://www.overleaf.com/latex/examples/ieee-photonics-journal-paper-template-example-submission/bsfjjfkdsjds)
{% endstep %}

{% step %}

### Abrir como plantilla

Haga clic en el **Abrir como plantilla** botón.

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

{% step %}

### Descargar el código fuente

Haga clic en el menú del proyecto y elija **Descargar código fuente**.

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

{% step %}

### Iniciar sesión en Overleaf Pro

Inicie sesión en su cuenta local de Overleaf Pro.
{% endstep %}

{% step %}

### Crear un nuevo proyecto y subir

Desde el panel de proyectos, haga clic en **Nuevo proyecto** y elija **Subir proyecto**.

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

{% step %}

### Seleccione el archivo zip de la plantilla

Haga clic en **Seleccione un archivo .zip** y elija el archivo zip de plantilla descargado.

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

Luego podrá usar esta plantilla recién cargada según sea necesario.

{% hint style="info" %}
Una [overleaf.com](https://www.overleaf.com/) cuenta es necesaria
{% 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/es/soporte/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.
