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

# Використання шаблонів окремим користувачем

Якщо окремий користувач хоче скористатися шаблоном із галереї шаблонів на overleaf.com, йому потрібно:

{% stepper %}
{% step %}

### Знайти шаблон

Перейдіть до [Галереї шаблонів](https://www.overleaf.com/latex/templates) на [overleaf.com](https://www.overleaf.com/) і знайдіть потрібний шаблон, наприклад [Шаблон статті для IEEE Photonics Journal — приклад подання](https://www.overleaf.com/latex/examples/ieee-photonics-journal-paper-template-example-submission/bsfjjfkdsjds)
{% endstep %}

{% step %}

### Відкрити як шаблон

Натисніть кнопку **Відкрити як шаблон** кнопку.

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

{% step %}

### Завантажити вихідні файли

Натисніть меню проєкту та виберіть **Завантажити вихідний код**.

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

{% step %}

### Увійти до Overleaf Pro

Увійдіть у свій локальний обліковий запис Overleaf Pro.
{% endstep %}

{% step %}

### Створіть новий проєкт і завантажте

На панелі проєктів натисніть **Новий проєкт** і виберіть **Завантажити проєкт**.

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

{% step %}

### Виберіть zip-архів шаблону

Натисніть **Вибрати файл .zip** і виберіть завантажений zip-файл шаблону.

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

Після цього ви можете використовувати щойно завантажений шаблон за потреби.

{% hint style="info" %}
Потрібен [overleaf.com](https://www.overleaf.com/) обліковий запис потрібен
{% 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/uk/pidtrimka/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.
