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

# 6. Oppgaver etter installasjon

### Opprette den første administratorkontoen din

I en nettleser, åpne <http://localhost/launchpad>. Du skal se et skjema med feltene e-post og passord. Fyll inn disse med legitimasjonen du vil bruke som administratorkonto, og klikk deretter **Registrer**.

{% hint style="info" %}
Passord må være minst 8 tegn lange (ikke mer enn 72), kan ikke inneholde e-postadresser eller være for like e-postadresser, og må bare inneholde gyldige tegn.
{% endhint %}

![Overleaf Launchpad](/files/8620271de799ed100e4b101825da2456e479818d)

Deretter klikker du på lenken for å gå til innloggingssiden (<http://localhost/login>). Skriv inn legitimasjonen. Når du er logget inn, vil du se velkomstsiden.

![Overleaf velkomstside](/files/cba7646b0cc95cd6f1a6cbe538d996dce1242fbc)

Klikk på den grønne knappen nederst på siden for å begynne å bruke Overleaf.

### Opprette ditt første eksempelprosjekt

Åpne <http://localhost/project> i nettleseren, og du vil se en knapp som ber deg om å opprette ditt første prosjekt.

![Velkommen til Overleaf!](/files/85055048ed4a038806acdf18687aea2dd6529704)

Klikk på denne knappen, velg **Eksempelprosjekt,** og følg instruksjonene på skjermen.

Du blir sendt til det nye prosjektet, der du vil se en tekstredigerer og en PDF-forhåndsvisning.

![Overleaf-redigeringsprogrammet](/files/6a1c2e8bac0c51d40ddd4f7dbcef391e51c3962a)

For å avslutte kan du klikke på **Hjem** -ikonet for å gå tilbake til prosjektsiden din.


---

# 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/on-premises-no/installasjon/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.
