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

# 6. Attività post-installazione

### Creazione del tuo primo account amministratore

In un browser, apri <http://localhost/launchpad>. Dovresti vedere un modulo con i campi email e password. Compilali con le credenziali che vuoi usare per l'account amministratore, quindi fai clic su **Registrati**.

{% hint style="info" %}
Le password devono essere lunghe almeno 8 caratteri (non più di 72), non possono contenere indirizzi email o essere troppo simili agli indirizzi email e devono contenere solo caratteri validi.
{% endhint %}

![Overleaf Launchpad](/files/8f7798e74b46d231c7e1471c771d6f6869fce06f)

Poi fai clic sul link per andare alla pagina di accesso (<http://localhost/login>). Inserisci le credenziali. Una volta effettuato l'accesso, vedrai la pagina di benvenuto.

![Pagina di benvenuto di Overleaf](/files/70018bb878b467c89499eaabff288ff405ba0294)

Fai clic sul pulsante verde in fondo alla pagina per iniziare a usare Overleaf.

### Creazione del tuo primo progetto di esempio

Apri <http://localhost/project> nel tuo browser e vedrai un pulsante che ti invita a creare il tuo primo progetto.

![Benvenuto in Overleaf!](/files/e1ec1240ea9deaf6756907c5c9aaade8e9d322e7)

Fai clic su questo pulsante, seleziona **Progetto di esempio,** e segui le istruzioni sullo schermo.

Verrai portato al nuovo progetto, dove vedrai un editor di testo e un'anteprima PDF.

![Editor di Overleaf](/files/86384ab6535db1595b46a8df261e40cab75e114c)

Per finire puoi fare clic sull' **Home** icona per tornare alla pagina dei tuoi progetti.


---

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