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

# 6. Post-installation tasks

### Creating your first administrator account

In a browser, open <http://localhost/launchpad>. You should see a form with email and password fields. Fill these in with the credentials you want to use as the administrator account, then click **Register**.

{% hint style="info" %}
Passwords must be at least 8 characters long (no more than 72), cannot contain email addresses or be too similar to email addresses, and must contain only valid characters.
{% endhint %}

![Overleaf Launchpad](/files/d2792b2e21543fa8f36a667bc32e1c7e2326ad9c)

Then click the link to go to the login page (<http://localhost/login>). Enter the credentials. Once you're logged in, you'll see the welcome page.

![Overleaf welcome page](/files/8793d2cc8dd05c393f122288c2e408d50f07b94b)

Click the green button at the bottom of the page to start using Overleaf.

### Creating your first example project

Open <http://localhost/project> in your browser and you will see a button prompting you to create your first project.

![Welcome to Overleaf!](/files/39ae22f192dca3c13df2553c12cdc230dcb3028f)

Click this button, select **Example Project,** and follow the on-screen instructions.

You will be taken to the new project, where you will see a text editor and a PDF preview.

![Overleaf Editor](/files/710cd39514c76482596222ec8eaeabe40d5a8b10)

To finish you can click on the **Home** icon to return to your projects page.


---

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