> For the complete documentation index, see [llms.txt](https://gitbook.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.com/docs/documentation/fr/aide/contribute.md).

# Contribuer à la documentation

Merci d’avoir consacré du temps à contribuer à la documentation de GitBook. Chaque contribution est examinée par l’équipe.

Cette documentation est publiée avec GitBook, en utilisant Git Sync pour maintenir le site à jour avec le `public-docs` dépôt sur GitHub. Toute modification qui est examinée, approuvée et fusionnée dans le dépôt est déployée automatiquement.

#### Ce qu’il faut contribuer

* Corrections — étapes inexactes, captures d’écran obsolètes, liens rompus, fautes de frappe.
* Clarifications — une section techniquement correcte mais difficile à suivre.
* Détail manquant — un cas limite ou un message d’erreur non couvert par la page.

Pour les problèmes liés à GitBook lui-même plutôt qu’à la documentation, consultez Signaler un bug.

#### Comment soumettre une modification

1. Ouvrez une pull request sur le `public-docs` dépôt.
2. Décrivez ce que vous avez modifié et pourquoi. Ajoutez un lien vers la page publiée que vous modifiez.
3. Un membre de l’équipe de documentation l’examine. Une fois qu’elle est approuvée et fusionnée, la modification est déployée automatiquement.

{% embed url="<https://github.com/GitbookIO/public-docs>" %}


---

# 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://gitbook.com/docs/documentation/fr/aide/contribute.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.
