> 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/1.-download-the-toolkit.md).

# 1. Télécharger le Toolkit

### Téléchargement du Toolkit <a href="#downloading-the-versions-toolkit-short" id="downloading-the-versions-toolkit-short"></a>

Le Toolkit est compatible à la fois avec Server CE et Overleaf Pro, et c’est la méthode d’installation recommandée. L’utilisation du Toolkit vous permettra de démarrer facilement avec Server CE et de passer sans difficulté à Overleaf Pro si nécessaire.

{% hint style="info" %}
[Ayaka-notes/overleaf-toolkit](https://github.com/ayaka-notes/toolkit) est modifié pour utiliser directement l’image overleaf-pro depuis ghcr. Il inclut également texlive fourni par ayaka-notes. Mais vous pouvez télécharger le toolkit officiel d’Overleaf.
{% endhint %}

{% stepper %}
{% step %}

### Cloner le dépôt Overleaf Toolkit

Pour installer le toolkit, vous devrez vous rendre dans le chemin d’installation prévu, puis cloner le dépôt GitHub Overleaf Toolkit (@Ayaka-notes) à l’aide de cette commande :

{% code title="Cloner le dépôt" %}

```bash
git clone https://github.com/ayaka-notes/toolkit.git ./overleaf-toolkit
# toolkit officiel
# git clone https://github.com/overleaf/toolkit.git ./overleaf-toolkit
```

{% endcode %}

{% hint style="info" %}
Pour éviter tout problème potentiel de permissions, nous recommandons d’installer le Toolkit dans le dossier personnel de votre utilisateur `$HOME` répertoire.
{% endhint %}
{% endstep %}

{% step %}

### Se placer dans le répertoire du toolkit

Attendez que le processus de clonage soit terminé, puis passons au `overleaf-toolkit` répertoire :

{% code title="Changer de répertoire" %}

```bash
cd ./overleaf-toolkit
```

{% endcode %}
{% endstep %}
{% endstepper %}


---

# 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/1.-download-the-toolkit.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.
