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

# Korzystanie z szablonów jako osoba indywidualna

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

{% stepper %}
{% step %}

### Zlokalizować szablon

Przejść do [Galerii szablonów](https://www.overleaf.com/latex/templates) na [overleaf.com](https://www.overleaf.com/) i znaleźć wymagany szablon, na przykład [IEEE Photonics Journal Paper Template - Example Submission](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ła

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

<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 pulpicie 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 używać tego nowo przesłanego szablonu zgodnie z potrzebami.

{% hint style="info" %}
Jakieś [overleaf.com](https://www.overleaf.com/) konto 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://overleaf-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.
