> For the complete documentation index, see [llms.txt](https://doc.commandersact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.commandersact.com/fr/fonctionnalites/consent-management/knowledge-base.md).

# Base de connaissances

- [Objet de consentement](https://doc.commandersact.com/fr/fonctionnalites/consent-management/knowledge-base/consent-object.md): Description du format de l'objet de consentement utilisé par l'API onsite pour recevoir et mettre à jour le consentement.
- [Exemption des cookie de consentement](https://doc.commandersact.com/fr/fonctionnalites/consent-management/knowledge-base/consent-cookies-exemption.md)
- [Guide d'implémentation pour les statistiques de consentement exemptées pour le marché français](https://doc.commandersact.com/fr/fonctionnalites/consent-management/knowledge-base/consent-cookies-exemption/implementation-guide-for-exempted-consent-statistics-fr-market.md): Veuillez télécharger notre guide d'implémentation pour les statistiques exemptées de Commanders Act Consent afin de respecter la CNIL pour le marché français
- [cookie de consentement](https://doc.commandersact.com/fr/fonctionnalites/consent-management/knowledge-base/consent-cookie.md): Format du cookie Commanders Act Consent.
- [Détails de la version IAB TCF V2.3](https://doc.commandersact.com/fr/fonctionnalites/consent-management/knowledge-base/iab-tcf-v2.3-release-details.md)
- [Exigences CMP IAB TCF v2.3](https://doc.commandersact.com/fr/fonctionnalites/consent-management/knowledge-base/iab-tcf-v2.3-release-details/iab-tcf-v2.3-cmp-requirements.md)
- [Consentement IAB TCF V2.3](https://doc.commandersact.com/fr/fonctionnalites/consent-management/knowledge-base/iab-tcf-v2.3-consent.md)
- [Détails de la version IAB TCF V2.3](https://doc.commandersact.com/fr/fonctionnalites/consent-management/knowledge-base/iab-tcf-v2.2-release-details.md)
- [Exigences CMP IAB TCF v2.3](https://doc.commandersact.com/fr/fonctionnalites/consent-management/knowledge-base/iab-tcf-v2.2-release-details/iab-tcf-v2.2-cmp-requirements.md)
- [Guide de migration Web IAB TCF v2.2](https://doc.commandersact.com/fr/fonctionnalites/consent-management/knowledge-base/iab-tcf-v2.2-release-details/iab-tcf-v2.2-migration-guide-web.md): Guide pas à pas pour rester conforme sur le Web avec TCF v2.2
- [Guide de migration App IAB TCF v2.2](https://doc.commandersact.com/fr/fonctionnalites/consent-management/knowledge-base/iab-tcf-v2.2-release-details/iab-tcf-v2.2-migration-guide-app.md): Cette page s'adresse aux clients utilisant le SDK Commanders Act avec le module de consentement IAB dans leur application mobile
- [Consentement IAB TCF V2.3](https://doc.commandersact.com/fr/fonctionnalites/consent-management/knowledge-base/iab-tcf-v2.2-consent.md): Description de la manière d'interagir avec l'API de consentement IAB
- [IAB TCF V2.3 et FAQ Google](https://doc.commandersact.com/fr/fonctionnalites/consent-management/knowledge-base/iab-tcf-v2.2-and-google-faq.md)
- [Google ACM exige IAB TCF](https://doc.commandersact.com/fr/fonctionnalites/consent-management/knowledge-base/google-acm-requires-iab-tcf.md)
- [CCPA & Global Privacy Control](https://doc.commandersact.com/fr/fonctionnalites/consent-management/knowledge-base/ccpa-and-global-privacy-control.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://doc.commandersact.com/fr/fonctionnalites/consent-management/knowledge-base.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.
