> 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/gerer-votre-site/guides.md).

# Guides

Découvrez des guides pour personnaliser et organiser votre site de documentation GitBook

### Explorer

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-wand-magic-sparkles">:wand-magic-sparkles:</i></h4></td><td><h4>Comment créer un site de documentation au design soigné</h4><p>Créez une expérience visuelle soignée pour votre documentation.</p></td><td><a href="/docs/guides/customizing-your-site/how-to-make-a-great-looking-docs-site.md">How to make a great-looking docs site</a></td></tr><tr><td><h4><i class="fa-palette">:palette:</i></h4></td><td><h4>Comment personnaliser le thème de votre site</h4><p>Définissez votre logo, vos couleurs, votre typographie et le style de navigation.</p></td><td><a href="/docs/guides/customizing-your-site/how-to-customize-your-sites-theme.md">How to customize your site’s theme</a></td></tr><tr><td><h4><i class="fa-table-columns">:table-columns:</i></h4></td><td><h4>Comment personnaliser la mise en page de votre site</h4><p>Organisez les sections et la navigation de votre documentation.</p></td><td><a href="/docs/guides/customizing-your-site/how-to-customize-your-sites-layout.md">How to customize your site’s layout</a></td></tr><tr><td><h4><i class="fa-sliders">:sliders:</i></h4></td><td><h4>Comment personnaliser la configuration de votre site</h4><p>Configurez le comportement du site et l’expérience de vos visiteurs.</p></td><td><a href="/docs/guides/customizing-your-site/how-to-customize-your-sites-configuration.md">How to customize your site’s configuration</a></td></tr><tr><td><h4><i class="fa-layer-group">:layer-group:</i></h4></td><td><h4>Combinez plusieurs sites existants en un seul à l’aide des sections du site</h4><p>Regroupez la documentation associée dans un seul site publié.</p></td><td><a href="/docs/guides/content-organization-and-localization/combine-multiple-docs-sites-using-sections.md">How to organize docs with sections</a></td></tr><tr><td><h4><i class="fa-language">:language:</i></h4></td><td><h4>Localisez votre documentation avec des variantes dans GitBook</h4><p>Publiez une documentation localisée ou versionnée avec des variantes.</p></td><td><a href="/docs/guides/content-organization-and-localization/localize-your-docs-with-variants-in-gitbook.md">How to organize docs with variants</a></td></tr></tbody></table>

#### Guides rapides

<details>

<summary>Personnaliser votre site de documentation</summary>

Personnalisez la marque, la navigation et les paramètres partagés de votre site.

Ce guide couvre les couleurs, la typographie, la mise en page et la configuration du site.

<button type="button" class="button secondary" data-action="ask" data-query="Write a step-by-step guide to customizing a GitBook documentation site. Cover updating branding, choosing a layout, configuring navigation, and reviewing site settings. Include links to the relevant docs pages." data-icon="gitbook-assistant">Ouvrir le guide</button>

</details>

<details>

<summary>Organiser le contenu avec des sections et des variantes</summary>

Les sections et les variantes vous aident à structurer le contenu pour les produits, les audiences, les langues et les versions.

Ce guide couvre la création de sections, l’organisation de la navigation et la configuration des variantes.

<button type="button" class="button secondary" data-action="ask" data-query="Write a step-by-step guide to organizing a GitBook site with sections and content variants. Cover planning the structure, creating sections, configuring variants, and checking navigation. Include links to the relevant docs pages." data-icon="gitbook-assistant">Ouvrir le guide</button>

</details>

<details>

<summary>Contrôler l’accès au site</summary>

Les paramètres d’audience du site contrôlent qui peut consulter votre documentation publiée.

Ce guide couvre les options d’accès, l’accès authentifié et le test de l’expérience visiteur.

<button type="button" class="button secondary" data-action="ask" data-query="Write a step-by-step guide to controlling access to a GitBook documentation site. Cover choosing an audience, configuring authenticated access when needed, and testing access as a visitor. Include links to the relevant docs pages." data-icon="gitbook-assistant">Ouvrir le guide</button>

</details>

<details>

<summary>Configurer un domaine personnalisé</summary>

Un domaine personnalisé donne à votre site publié une adresse à votre image.

Ce guide couvre le choix d’un sous-domaine, l’ajout de l’enregistrement DNS et la vérification de la configuration.

<button type="button" class="button secondary" data-action="ask" data-query="Write a step-by-step guide to setting up a custom domain for a GitBook documentation site. Cover choosing a subdomain, starting setup in GitBook, adding the required DNS record, and verifying the domain. Include links to the relevant docs pages." data-icon="gitbook-assistant">Ouvrir le guide</button>

</details>

<details>

<summary>Installer et configurer une intégration</summary>

Les intégrations ajoutent des analyses, du contenu interactif et d’autres outils à votre documentation.

Ce guide couvre le choix d’une intégration, la sélection de sa portée et la finalisation de la configuration.

<button type="button" class="button secondary" data-action="ask" data-query="Write a step-by-step guide to installing and configuring a GitBook integration. Cover choosing an integration, selecting its scope, installing it, and completing any required configuration. 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/gerer-votre-site/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.
