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

# 6. Aufgaben nach der Installation

### Erstellen Ihres ersten Administratorkontos

Öffnen Sie in einem Browser <http://localhost/launchpad>. Sie sollten ein Formular mit E-Mail- und Passwortfeldern sehen. Füllen Sie diese mit den Zugangsdaten aus, die Sie als Administratorkonto verwenden möchten, und klicken Sie dann auf **Registrieren**.

{% hint style="info" %}
Passwörter müssen mindestens 8 Zeichen lang sein (maximal 72), dürfen keine E-Mail-Adressen enthalten oder E-Mail-Adressen zu ähnlich sein und dürfen nur gültige Zeichen enthalten.
{% endhint %}

![Overleaf Launchpad](/files/78a0b0df9da181e85af3a1cfa4a5b8ee7e60dbe1)

Klicken Sie dann auf den Link, um zur Anmeldeseite zu gelangen (<http://localhost/login>). Geben Sie die Zugangsdaten ein. Sobald Sie angemeldet sind, sehen Sie die Willkommensseite.

![Overleaf-Willkommensseite](/files/d6ca6363db7fbed7381b46039edeb2151a26a7e4)

Klicken Sie auf den grünen Button am unteren Rand der Seite, um Overleaf zu verwenden.

### Erstellen Ihres ersten Beispielprojekts

Öffnen <http://localhost/project> in Ihrem Browser, und Sie sehen einen Button, der Sie auffordert, Ihr erstes Projekt zu erstellen.

![Willkommen bei Overleaf!](/files/4cd465d02674a5bf5369bd113409d865fa11aeee)

Klicken Sie auf diesen Button, wählen Sie **Beispielprojekt,** und folgen Sie den Anweisungen auf dem Bildschirm.

Sie werden zum neuen Projekt weitergeleitet, wo Sie einen Texteditor und eine PDF-Vorschau sehen.

![Overleaf-Editor](/files/1393f963a5be4b013538112792dc1611ab614e05)

Zum Abschluss können Sie auf das **Startseite** Symbol klicken, um zu Ihrer Projektseite zurückzukehren.


---

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