> 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/acces-au-site.md).

# Accès au site

- [Accès authentifié](https://gitbook.com/docs/documentation/fr/acces-au-site/authenticated-access.md): Configurez une authentification personnalisée pour votre contenu publié
- [Activation de l’accès authentifié](https://gitbook.com/docs/documentation/fr/acces-au-site/authenticated-access/enabling-authenticated-access.md)
- [Configuration d’Auth0](https://gitbook.com/docs/documentation/fr/acces-au-site/authenticated-access/setting-up-auth0.md): Configurez un écran de connexion Auth0 pour les visiteurs de votre documentation
- [Configuration d’Azure AD](https://gitbook.com/docs/documentation/fr/acces-au-site/authenticated-access/setting-up-azure-ad.md): Configurez un écran de connexion Azure AD pour les visiteurs de votre documentation
- [Configuration d’AWS Cognito](https://gitbook.com/docs/documentation/fr/acces-au-site/authenticated-access/setting-up-aws-cognito.md): Configurez un écran de connexion AWS Cognito pour les visiteurs de votre documentation
- [Configuration d’Okta](https://gitbook.com/docs/documentation/fr/acces-au-site/authenticated-access/setting-up-okta.md): Configurez un écran de connexion Okta pour les visiteurs de votre documentation
- [Configuration d’OIDC](https://gitbook.com/docs/documentation/fr/acces-au-site/authenticated-access/setting-up-oidc.md): Configurez un écran de connexion OIDC pour les visiteurs de votre documentation
- [Configuration d’un backend personnalisé](https://gitbook.com/docs/documentation/fr/acces-au-site/authenticated-access/setting-up-a-custom-backend.md): Configurez un écran de connexion personnalisé pour les visiteurs de votre documentation
- [Contenu adaptatif](https://gitbook.com/docs/documentation/fr/acces-au-site/adaptive-content.md): Offrez une expérience de documentation personnalisée en fonction du lecteur
- [Activation du contenu adaptatif](https://gitbook.com/docs/documentation/fr/acces-au-site/adaptive-content/enabling-adaptive-content.md): Choisissez une méthode d’authentification pour transmettre les données utilisateur à GitBook.
- [Cookies](https://gitbook.com/docs/documentation/fr/acces-au-site/adaptive-content/enabling-adaptive-content/cookies.md): Transmettez les données des visiteurs à votre documentation via un cookie public ou signé
- [URL](https://gitbook.com/docs/documentation/fr/acces-au-site/adaptive-content/enabling-adaptive-content/url.md): Transmettez les données des visiteurs à votre documentation via des paramètres de requête URL
- [Drapeaux de fonctionnalité](https://gitbook.com/docs/documentation/fr/acces-au-site/adaptive-content/enabling-adaptive-content/feature-flags.md): Transmettez les données des visiteurs à votre documentation via un fournisseur de drapeaux de fonctionnalité
- [Accès authentifié](https://gitbook.com/docs/documentation/fr/acces-au-site/adaptive-content/enabling-adaptive-content/authenticated-access.md)
- [Adapter votre contenu](https://gitbook.com/docs/documentation/fr/acces-au-site/adaptive-content/adapting-your-content.md): Adaptez votre contenu à différents utilisateurs
- [Tester avec des segments](https://gitbook.com/docs/documentation/fr/acces-au-site/adaptive-content/testing-with-segments.md): Testez vos conditions avec des données fictives


---

# 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:

```
GET https://gitbook.com/docs/documentation/fr/acces-au-site.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
