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

# Using templates as an individual

If an individual user would like to use a template from the Template Gallery on overleaf.com they would need to:

{% stepper %}
{% step %}

### Locate the template

Navigate to the [Template Gallery](https://www.overleaf.com/latex/templates) on [overleaf.com](https://www.overleaf.com/) and locate the required template, for example [IEEE Photonics Journal Paper Template - Example Submission](https://www.overleaf.com/latex/examples/ieee-photonics-journal-paper-template-example-submission/bsfjjfkdsjds)
{% endstep %}

{% step %}

### Open as template

Click on the **Open as Template** button.

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

{% step %}

### Download the source

Click on the project menu and choose **Download Source**.

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

{% step %}

### Log into Overleaf Pro

Log into your on-premise Overleaf Pro account.
{% endstep %}

{% step %}

### Create a new project and upload

From the projects dashboard click **New Project** and choose **Upload Project**.

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

{% step %}

### Select the template zip

Click **Select a .zip file** and choose the downloaded template zip file.

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

You can then use this newly uploaded template as required.

{% hint style="info" %}
An [overleaf.com](https://www.overleaf.com/) account is required
{% 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/support/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.
