> 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/latex/cs/znalostni-baze/063-how-do-i-use-overleaf.md).

# Jak se používá Overleaf?

**Pokud znáte LaTeX** pak je používání Overleafu nemůže být jednodušší, protože poskytujeme plnou podporu pro přímou úpravu LaTeXu a váš dokument za vás automaticky sestavujeme na našich serverech – není třeba nic instalovat! Stačí jen vytvořit dokument, vybrat **Editor kódu** a začít psát svůj kód LaTeXu:

![Obrázek zobrazující Editor kódu a Vizuální editor](/files/2f71077068afc2d1f768744f1e7e85dc4a1e30f2)

**Pokud s LaTeXem začínáte** a potřebujete s rozjezdem trochu pomoci, naše [návodů](https://www.overleaf.com/tutorial) stránka uvádí širokou škálu studijních materiálů, které vám pomohou nastartovat vaši cestu LaTeXem. Také jsme předem načetli řadu [šablon a příkladů](https://www.overleaf.com/latex/templates) do Overleafu, aby vám pomohly vytvořit váš první dokument.

**Další možností pro začátečníky** je začít s [ukázkovým dokumentem](https://www.overleaf.com/docs?template=overleaf\&rich_text=true) použitím **Vizuální editor** a použít jej k prozkoumání Overleafu:

![Obrázek ukazující, jak používat Overleaf.](/files/73189ccd7225fe85f1541ac200a12ebcc2160580)

Doufáme, že se vám bude používání Overleafu líbit, a pokud máte nějaké připomínky nebo dotazy, kontaktujte nás prostřednictvím našeho [kontaktní stránce](https://www.overleaf.com/contact).


---

# 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/latex/cs/znalostni-baze/063-how-do-i-use-overleaf.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.
