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

# 6. Úlohy po instalaci

### Vytváření vašeho prvního administrátorského účtu

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 na **Registrovat**.

{% hint style="info" %}
Hesla musí mít alespoň 8 znaků (nejvýše 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)

Chcete-li začít používat Overleaf, klikněte na zelené tlačítko v dolní části stránky.

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

Otevřete <http://localhost/project> ve svém prohlížeči a zobrazí se vám tlačítko vyzývající k vytvoření vašeho prvního projektu.

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

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

Budete přesměrováni na nový projekt, kde uvidíte textový editor a náhled PDF.

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

Na závěr můžete kliknout na **Domů** ikonu a vrátit se na stránku se svými projekty.


---

# 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/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.
