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

# 6. Taken na installatie

### Uw eerste beheerdersaccount aanmaken

Open in een browser <http://localhost/launchpad>. U zou een formulier met velden voor e-mail en wachtwoord moeten zien. Vul deze in met de inloggegevens die u wilt gebruiken als beheerdersaccount en klik vervolgens op **Registreren**.

{% hint style="info" %}
Wachtwoorden moeten minimaal 8 tekens lang zijn (maximaal 72), mogen geen e-mailadressen bevatten of te veel lijken op e-mailadressen, en mogen alleen geldige tekens bevatten.
{% endhint %}

![Overleaf Launchpad](/files/612a2ce15624d8c4137162b0a956810ab59bb7f4)

Klik vervolgens op de link om naar de inlogpagina te gaan (<http://localhost/login>). Voer de inloggegevens in. Zodra u bent ingelogd, ziet u de welkomstpagina.

![Overleaf-welkomstpagina](/files/1e4a0535eff0c0b1f180a9748c6d19fba074151b)

Klik op de groene knop onderaan de pagina om Overleaf te gaan gebruiken.

### Uw eerste voorbeeldproject aanmaken

Open <http://localhost/project> in uw browser en u ziet een knop die u vraagt om uw eerste project aan te maken.

![Welkom bij Overleaf!](/files/060e5dc53c79b27812f989f20d574cab383d76f2)

Klik op deze knop, selecteer **Voorbeeldproject,** en volg de instructies op het scherm.

U wordt naar het nieuwe project geleid, waar u een teksteditor en een PDF-voorbeeldweergave ziet.

![Overleaf-editor](/files/de332b15c200f539b5e66e3a535569f93ea33ca3)

Om te voltooien kunt u op het **Home** pictogram klikken om terug te keren naar uw projectenpagina.


---

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