> 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/ru/podderzhka/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/8ad4859525bd54cdf0621223a815bb87a594caf4" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Скачать исходники

Нажмите на меню проекта и выберите **Скачать исходный код**.

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

{% step %}

### Войти в Overleaf Pro

Войдите в свою локально установленную учетную запись Overleaf Pro.
{% endstep %}

{% step %}

### Создайте новый проект и загрузите

На панели проектов нажмите **Новый проект** и выберите **Загрузить проект**.

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

{% step %}

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

Нажмите **Выберите файл .zip** и выберите загруженный zip-файл шаблона.

<figure><img src="/files/67d87bfd15655369f33f0cff783b9b611c360006" 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/ru/podderzhka/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.
