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

# Používání šablon jako jednotlivec

Pokud by chtěl jednotlivý uživatel použít šablonu z Galerie šablon na overleaf.com, musel by:

{% stepper %}
{% step %}

### Vyhledat šablonu

Přejděte do [Galerie šablon](https://www.overleaf.com/latex/templates) na [overleaf.com](https://www.overleaf.com/) a vyhledejte požadovanou šablonu, například [Šablona článku IEEE Photonics Journal – ukázkové odeslání](https://www.overleaf.com/latex/examples/ieee-photonics-journal-paper-template-example-submission/bsfjjfkdsjds)
{% endstep %}

{% step %}

### Otevřít jako šablonu

Klikněte na tlačítko **Otevřít jako šablonu** tlačítko.

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

{% step %}

### Stáhnout zdroj

Klikněte na nabídku projektu a vyberte **Stáhnout zdrojové soubory**.

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

{% step %}

### Přihlaste se do Overleaf Pro

Přihlaste se ke svému lokálnímu účtu Overleaf Pro.
{% endstep %}

{% step %}

### Vytvořte nový projekt a nahrajte

Na panelu projektů klikněte na **Nový projekt** a vyberte **Nahrát projekt**.

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

{% step %}

### Vyberte zip soubor šablony

Klikněte na **Vyberte soubor .zip** a vyberte stažený zip soubor šablony.

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

Poté můžete tuto právě nahranou šablonu používat podle potřeby.

{% hint style="info" %}
Jeden [overleaf.com](https://www.overleaf.com/) účet je vyžadován
{% 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/on-premises-cs/podpora/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.
