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

# 6. Opgaver efter installation

### Oprettelse af din første administrator-konto

I en browser skal du åbne <http://localhost/launchpad>. Du skulle se en formular med felter til e-mail og adgangskode. Udfyld dem med de legitimationsoplysninger, du vil bruge til administratorkontoen, og klik derefter på **Registrer**.

{% hint style="info" %}
Adgangskoder skal være mindst 8 tegn lange (højst 72), må ikke indeholde e-mailadresser eller være for meget lig e-mailadresser og må kun indeholde gyldige tegn.
{% endhint %}

![Overleaf Launchpad](/files/5fd59424af2ea1efb3b8f14f53437ffdb6fcfb44)

Klik derefter på linket for at gå til loginsiden (<http://localhost/login>). Indtast legitimationsoplysningerne. Når du er logget ind, ser du velkomstsiden.

![Overleafs velkomstside](/files/28c6074c4332cc3d5f3ff78980750eae308bf94c)

Klik på den grønne knap nederst på siden for at begynde at bruge Overleaf.

### Oprettelse af dit første eksempelprojekt

Åbn <http://localhost/project> i din browser, og du vil se en knap, der beder dig om at oprette dit første projekt.

![Velkommen til Overleaf!](/files/f9a9185de5af46187cfc80d9c973f29021ebea3f)

Klik på denne knap, og vælg **Eksempelprojekt,** og følg instruktionerne på skærmen.

Du bliver ført til det nye projekt, hvor du vil se en teksteditor og en PDF-forhåndsvisning.

![Overleaf-editoren](/files/c9c02c558ab8e88a30e7b4500e6e8db732e07f66)

For at afslutte kan du klikke på **Hjem** ikonet for at vende tilbage til din projektside.


---

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