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

# 6. Uppgifter efter installationen

### Skapa ditt första administratörskonto

Öppna i en webbläsare <http://localhost/launchpad>. Du bör se ett formulär med fält för e-postadress och lösenord. Fyll i dessa med de uppgifter du vill använda som administratörskonto och klicka sedan på **Registrera**.

{% hint style="info" %}
Lösenord måste vara minst 8 tecken långa (högst 72), får inte innehålla e-postadresser eller vara alltför lika e-postadresser och måste innehålla endast giltiga tecken.
{% endhint %}

![Overleaf Launchpad](/files/ed861164d643d94ab0bf0586a4365bc565cb9490)

Klicka sedan på länken för att gå till inloggningssidan (<http://localhost/login>). Ange uppgifterna. När du har loggat in kommer du att se välkomstsidan.

![Overleafs välkomstsida](/files/ff05c4302d1542b43376674808a0d4bece8408c4)

Klicka på den gröna knappen längst ned på sidan för att börja använda Overleaf.

### Skapa ditt första exempelprojekt

Öppna <http://localhost/project> i din webbläsare så ser du en knapp som uppmanar dig att skapa ditt första projekt.

![Välkommen till Overleaf!](/files/3544430f18b6349ff6132275ba33446d275236af)

Klicka på den här knappen, välj **Exempelprojekt,** och följ instruktionerna på skärmen.

Du kommer att tas till det nya projektet, där du ser en textredigerare och en PDF-förhandsvisning.

![Overleaf-redigeraren](/files/8a28cc4bdb207ae092e5b63b3c35a66af54352b0)

För att avsluta kan du klicka på **Hem** ikonen för att återgå till sidan med dina 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/sv/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.
