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

# 6. Tâches après installation

### Création de votre premier compte administrateur

Dans un navigateur, ouvrez <http://localhost/launchpad>. Vous devriez voir un formulaire avec des champs pour l’e-mail et le mot de passe. Renseignez-les avec les identifiants que vous souhaitez utiliser pour le compte administrateur, puis cliquez sur **S’inscrire**.

{% hint style="info" %}
Les mots de passe doivent comporter au moins 8 caractères (72 au maximum), ne peuvent pas contenir d’adresses e-mail ni être trop similaires à des adresses e-mail, et doivent contenir uniquement des caractères valides.
{% endhint %}

![Overleaf Launchpad](/files/471eb8e36b2577523e99ca0450e9ef79ebe15826)

Cliquez ensuite sur le lien pour accéder à la page de connexion (<http://localhost/login>). Saisissez vos identifiants. Une fois connecté, vous verrez la page d’accueil.

![Page d’accueil d’Overleaf](/files/1234c95c49ca70f088ebb64d4a1054cac4dd4b7d)

Cliquez sur le bouton vert en bas de la page pour commencer à utiliser Overleaf.

### Création de votre premier projet d’exemple

Ouvrir <http://localhost/project> dans votre navigateur et vous verrez un bouton vous invitant à créer votre premier projet.

![Bienvenue sur Overleaf !](/files/e67e63bc92b201b6acff09ebf7e6b89729eef68e)

Cliquez sur ce bouton, sélectionnez **Projet d’exemple,** et suivez les instructions à l’écran.

Vous serez redirigé vers le nouveau projet, où vous verrez un éditeur de texte et un aperçu PDF.

![Éditeur Overleaf](/files/36136faa011f1a9b027219932532f775d2f78711)

Pour terminer, vous pouvez cliquer sur le **Accueil** icône pour revenir à votre page de projets.


---

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