> 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/instalace/using-the-toolkit/6.-post-installation-tasks.md).

# 6. Úlohy po instalaci

### Vytváření vašeho prvního účtu správce

V prohlížeči otevřete <http://localhost/launchpad>. Měli byste vidět formulář s poli pro e-mail a heslo. Vyplňte je přihlašovacími údaji, které chcete použít pro účet správce, a poté klikněte **Registrovat se**.

{% hint style="info" %}
Hesla musí mít alespoň 8 znaků (ne více než 72), nesmí obsahovat e-mailové adresy ani být příliš podobná e-mailovým adresám a musí obsahovat pouze platné znaky.
{% endhint %}

![Overleaf Launchpad](/files/bc093cffaf00259990624d48939d0f9f774e5172)

Poté klikněte na odkaz, abyste přešli na přihlašovací stránku (<http://localhost/login>). Zadejte přihlašovací údaje. Jakmile se přihlásíte, uvidíte uvítací stránku.

![Uvítací stránka Overleaf](/files/4ca476cad04df72fad4b14882bd9f5ee82db8efb)

Klikněte na zelené tlačítko v dolní části stránky a začněte Overleaf používat.

### Vytváření vašeho prvního ukázkového projektu

Otevřete <http://localhost/project> ve svém prohlížeči a uvidíte tlačítko, které vás vyzve k vytvoření vašeho prvního projektu.

![Vítejte v Overleafu!](/files/c83d4af5405a98bc90d4fd71774cf2b04343018f)

Klikněte na toto tlačítko, vyberte **Ukázkový projekt,** a postupujte podle pokynů na obrazovce.

Budete přesměrováni do nového projektu, kde uvidíte textový editor a náhled PDF.

![Editor Overleaf](/files/44118a980c6575870062bb20d803d2d0465269ff)

Nakonec můžete kliknout na **Domů** ikonu a vrátit se na stránku svých projektů.


---

# 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/instalace/using-the-toolkit/6.-post-installation-tasks.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.
