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

# Uso de plantillas como usuario individual

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

{% stepper %}
{% step %}

### Localizar la plantilla

Navega hasta la [Galería de plantillas](https://www.overleaf.com/latex/templates) en [overleaf.com](https://www.overleaf.com/) y localiza la plantilla requerida, por ejemplo [Plantilla de artículo para IEEE Photonics Journal - envío de ejemplo](https://www.overleaf.com/latex/examples/ieee-photonics-journal-paper-template-example-submission/bsfjjfkdsjds)
{% endstep %}

{% step %}

### Abrir como plantilla

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

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

{% step %}

### Descargar el código fuente

Haz clic en el menú del proyecto y elige **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 de Overleaf Pro local.
{% endstep %}

{% step %}

### Cree un nuevo proyecto y cargue

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 **Selecciona un archivo .zip** y elija el archivo zip de la plantilla descargado.

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

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

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