> 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/configuration/overleaf-toolkit/adding-latex-user-help.md).

# Ajouter de l’aide utilisateur LaTeX

Vous pouvez activer l'accès aux pages d'Overleaf [Learn](https://www.overleaf.com/learn) pages dans votre instance Overleaf Pro en ajoutant simplement `OVERLEAF_PROXY_LEARN=true` à votre `config/variables.env` fichier dans le Toolkit et en exécutant le `bin/up` commande.

Cela permet aux utilisateurs d'accéder à la documentation actuelle et aux ressources d'apprentissage en cliquant sur le **Documentation** bouton du menu de navigation, sans quitter votre instance.

{% hint style="info" %}
Pour les déploiements Docker Compose, vous devrez ajouter la variable d'environnement `OVERLEAF_PROXY_LEARN: true` sur **environnement** section du `conteneur sharelatex.` service dans votre `docker-compose.yml` dans le fichier.
{% endhint %}

{% hint style="info" %}
Votre déploiement Server Pro nécessitera un accès à Internet afin de pouvoir effectuer des `GET` requêtes vers [https://learn.sharelatex.com](https://docs.overleaf.com/on-premises/welcome).
{% endhint %}

{% hint style="danger" %}
Lorsque vous activez cette option pour la première fois et redémarrez votre Docker Overleaf, le système doit télécharger le Wiki correspondant, ce qui peut prendre jusqu'à 5 minutes ou plus. Ce n'est qu'une fois le téléchargement terminé que vous pourrez afficher correctement votre page de connexion Overleaf.
{% endhint %}


---

# 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/configuration/overleaf-toolkit/adding-latex-user-help.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.
