> 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/agent-gitbook/guides.md).

# Guides

GitBook Agent vous aide à créer, améliorer et maintenir la documentation avec l’IA. Ces guides couvrent des flux de travail pratiques pour votre équipe.

#### Explorer

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-pen-to-square">:pen-to-square:</i></h4></td><td><h4>Comment rédiger de la documentation avec l’IA</h4></td><td>Utilisez GitBook Agent comme coéquipier IA pour votre documentation</td><td><a href="/spaces/LBGJKQic7BQYBXmVSjy0/pages/lZib1r0W2EKSeHHGsXse">/spaces/LBGJKQic7BQYBXmVSjy0/pages/lZib1r0W2EKSeHHGsXse</a></td></tr><tr><td><h4><i class="fa-wand-magic-sparkles">:wand-magic-sparkles:</i></h4></td><td><h4>Simplifiez les workflows de documentation avec GitBook Agent</h4></td><td>Découvrez des flux de travail pratiques pour les mises à jour et la maintenance du contenu</td><td><a href="/spaces/LBGJKQic7BQYBXmVSjy0/pages/qFDlIyMYStBBWzAihxLv">/spaces/LBGJKQic7BQYBXmVSjy0/pages/qFDlIyMYStBBWzAihxLv</a></td></tr><tr><td><h4><i class="fa-brain-circuit">:brain-circuit:</i></h4></td><td><h4>Intégrez l’IA dans votre flux de travail de documentation</h4></td><td>Planifiez un processus assisté par l’IA qui laisse le contrôle aux personnes</td><td><a href="/spaces/LBGJKQic7BQYBXmVSjy0/pages/D9vypo5fHLnICOAyJTNU">/spaces/LBGJKQic7BQYBXmVSjy0/pages/D9vypo5fHLnICOAyJTNU</a></td></tr><tr><td><h4><i class="fa-code-pull-request">:code-pull-request:</i></h4></td><td><h4>Collaborez sur les demandes de modification</h4></td><td>Examinez, discutez et fusionnez les modifications de documentation avec votre équipe</td><td><a href="/spaces/LBGJKQic7BQYBXmVSjy0/pages/d95mdHFHppZlERwwiByR">/spaces/LBGJKQic7BQYBXmVSjy0/pages/d95mdHFHppZlERwwiByR</a></td></tr></tbody></table>

#### Guides rapides

<details>

<summary>Comment créer un premier brouillon avec GitBook Agent ?</summary>

GitBook Agent peut transformer une demande ciblée en brouillon de modification.

Ce guide explique comment ajouter du contexte, relire le brouillon et affiner le contenu.

<button type="button" class="button secondary" data-action="ask" data-query="How do I create a first documentation draft with GitBook Agent? Show me how to add context, request a draft, review the change, and refine the content. Include links to the relevant docs pages." data-icon="gitbook-assistant">Ouvrir le guide</button>

</details>

<details>

<summary>Comment examiner une demande de modification avec GitBook Agent ?</summary>

GitBook Agent peut examiner les modifications de documentation et identifier les problèmes avant la fusion.

Ce guide explique comment demander une relecture, prendre en compte les retours et approuver la modification.

<button type="button" class="button secondary" data-action="ask" data-query="How do I review a documentation change request with GitBook Agent? Show me how to request a review, address feedback, and approve the change. Include links to the relevant docs pages." data-icon="gitbook-assistant">Ouvrir le guide</button>

</details>

<details>

<summary>Comment trouver et corriger automatiquement les lacunes de la documentation ?</summary>

GitBook Agent peut identifier une documentation obsolète ou incomplète et préparer des corrections.

Ce guide explique comment lancer des améliorations, examiner les modifications suggérées et publier les mises à jour.

<button type="button" class="button secondary" data-action="ask" data-query="How do I find and fix documentation gaps with GitBook Agent? Show me how to run automatic improvements, review suggested changes, and publish updates. Include links to the relevant docs pages." data-icon="gitbook-assistant">Ouvrir le guide</button>

</details>

<details>

<summary>Comment traduire la documentation avec GitBook Agent ?</summary>

GitBook Agent peut traduire le contenu et garder les versions traduites alignées sur la source.

Ce guide explique comment créer des traductions, relire le contenu localisé et gérer les mises à jour.

<button type="button" class="button secondary" data-action="ask" data-query="How do I translate documentation with GitBook Agent? Show me how to create translations, review localized content, and manage source updates. Include links to the relevant docs pages." data-icon="gitbook-assistant">Ouvrir le guide</button>

</details>


---

# 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/agent-gitbook/guides.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.
