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

# Korzystanie z szablonów jako użytkownik indywidualny

Jeśli pojedynczy użytkownik chciałby użyć szablonu z Galerii szablonów na overleaf.com, musiałby:

{% stepper %}
{% step %}

### Znaleźć szablon

Przejdź do [Galerii szablonów](https://www.overleaf.com/latex/templates) na [overleaf.com](https://www.overleaf.com/) i znajdź wymagany szablon, na przykład [Szablon artykułu do IEEE Photonics Journal - przykładowe zgłoszenie](https://www.overleaf.com/latex/examples/ieee-photonics-journal-paper-template-example-submission/bsfjjfkdsjds)
{% endstep %}

{% step %}

### Otwórz jako szablon

Kliknij **Otwórz jako szablon** przycisk.

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

{% step %}

### Pobierz źródło

Kliknij menu projektu i wybierz **Pobierz źródło**.

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

{% step %}

### Zaloguj się do Overleaf Pro

Zaloguj się na swoje lokalne konto Overleaf Pro.
{% endstep %}

{% step %}

### Utwórz nowy projekt i prześlij

Na panelu projektów kliknij **Nowy projekt** i wybierz **Prześlij projekt**.

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

{% step %}

### Wybierz plik ZIP szablonu

Kliknij **Wybierz plik .zip** i wybierz pobrany plik ZIP szablonu.

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

Następnie możesz korzystać z tego nowo przesłanego szablonu zgodnie z potrzebami.

{% hint style="info" %}
Konto [overleaf.com](https://www.overleaf.com/) jest wymagane
{% 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/pl/wsparcie/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.
