> 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/getting-started.md).

# Démarrer

- [Démarrage rapide](https://gitbook.com/docs/documentation/fr/getting-started/quickstart.md): Commencez rapidement dans GitBook et publiez votre premier site de documentation en quelques minutes
- [Construire avec l’IA](https://gitbook.com/docs/documentation/fr/getting-started/ai-documentation.md): Créez et publiez une documentation native à l’IA à l’aide de GitBook Agent, d’assistants de code IA et de MCP.
- [Compétences de l’agent](https://gitbook.com/docs/documentation/fr/getting-started/ai-documentation/ai-coding-assistants-and-skillmd.md): Utilisez le fichier officiel SKILL.md de GitBook pour donner aux assistants de code IA comme Claude Code, Cursor ou Codex une connaissance des fonctionnalités et des blocs de GitBook
- [GitBook MCP](https://gitbook.com/docs/documentation/fr/getting-started/ai-documentation/gitbook-mcp.md): Connectez des assistants de code IA à GitBook pour qu’ils puissent créer des sites, ouvrir des demandes de changement et modifier du contenu via l’API de GitBook
- [GitBook CLI](https://gitbook.com/docs/documentation/fr/getting-started/ai-documentation/gitbook-cli.md): Travaillez avec votre contenu GitBook depuis la ligne de commande — connectez-vous, interrogez l’API et pilotez les workflows de documentation depuis des scripts ou des agents de code IA.
- [Optimisation pour l’IA](https://gitbook.com/docs/documentation/fr/getting-started/ai-documentation/optimizing-for-ai.md): Rendez vos docs plus faciles à consommer et à interroger par les LLM, les agents de code et les outils de recherche IA
- [Migrer vers GitBook](https://gitbook.com/docs/documentation/fr/getting-started/import.md): Comment importer du contenu existant dans GitBook depuis Confluence, Notion, Git et plus encore
- [Synchronisation GitHub et GitLab](https://gitbook.com/docs/documentation/fr/getting-started/git-sync.md): Synchronisez votre contenu GitBook avec GitHub ou GitLab grâce à l’intégration bidirectionnelle de GitBook
- [Activation de la synchronisation GitHub](https://gitbook.com/docs/documentation/fr/getting-started/git-sync/enabling-github-sync.md): Configurez et autorisez l’intégration GitHub pour GitBook
- [Activation de la synchronisation GitLab](https://gitbook.com/docs/documentation/fr/getting-started/git-sync/enabling-gitlab-sync.md): Configurez et autorisez l’intégration GitLab pour GitBook
- [Configuration du contenu](https://gitbook.com/docs/documentation/fr/getting-started/git-sync/content-configuration.md): Configurez Git Sync avec des fonctionnalités supplémentaires
- [Aperçu de la demande de tirage GitHub](https://gitbook.com/docs/documentation/fr/getting-started/git-sync/github-pull-request-preview.md): Consultez un aperçu de votre contenu lors de la création d’une demande de tirage dans GitHub
- [Messages de commit et Autolink](https://gitbook.com/docs/documentation/fr/getting-started/git-sync/commits.md)
- [Monorepos](https://gitbook.com/docs/documentation/fr/getting-started/git-sync/monorepos.md)
- [Dépannage](https://gitbook.com/docs/documentation/fr/getting-started/git-sync/troubleshooting.md)


---

# 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/getting-started.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.
