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

# CONFIGURER

- [Gestion des données](https://doc.commandersact.com/fr/configurer/data-management.md)
- [Collecte des événements](https://doc.commandersact.com/fr/configurer/data-management/events-collection.md)
- [Durée de conservation des données](https://doc.commandersact.com/fr/configurer/data-management/data-retention-duration.md)
- [Gouvernance des données](https://doc.commandersact.com/fr/configurer/data-management/data-governance.md)
- [Administration](https://doc.commandersact.com/fr/configurer/administration.md)
- [Gestion des utilisateurs](https://doc.commandersact.com/fr/configurer/administration/user-management.md)
- [Gestion des domaines](https://doc.commandersact.com/fr/configurer/administration/domain-management.md)
- [Proxy WAF (CloudFlare,...)](https://doc.commandersact.com/fr/configurer/administration/domain-management/waf-proxy-cloudflare.md): alias proxy CloudFlare
- [Enregistrement A](https://doc.commandersact.com/fr/configurer/administration/domain-management/a-record.md)
- [Enregistrement CNAME](https://doc.commandersact.com/fr/configurer/administration/domain-management/cname-record.md)
- [Proxy sur site](https://doc.commandersact.com/fr/configurer/administration/domain-management/on-premise-proxy.md): Collecte 1st party via votre propre proxy
- [cookie CAID](https://doc.commandersact.com/fr/configurer/administration/domain-management/cookie-caid.md)
- [hébergement First party](https://doc.commandersact.com/fr/configurer/administration/domain-management/cdn-1st.md)
- [hébergement First-party tag](https://doc.commandersact.com/fr/configurer/administration/domain-management/first-party-tag-hosting.md)
- [Single Sign-On](https://doc.commandersact.com/fr/configurer/administration/single-sign-on.md): Vous trouverez ci-dessous des informations et des instructions de configuration pour le Single Sign-On basé sur SAML avec Commanders Act.
- [Authentification à deux facteurs (2FA)](https://doc.commandersact.com/fr/configurer/administration/two-factor-authentication-2fa.md)
- [Gestion des copies](https://doc.commandersact.com/fr/configurer/administration/copy-management.md)
- [Cookies](https://doc.commandersact.com/fr/configurer/cookies.md)
- [cookie 1st](https://doc.commandersact.com/fr/configurer/cookies/cookie-1st.md)
- [Partenaires de synchronisation de cookie](https://doc.commandersact.com/fr/configurer/cookies/cookie-sync-partners.md)
- [Suivi du premier domaine (Phoenix)](https://doc.commandersact.com/fr/configurer/cookies/first-domain-tracking-phoenix.md)
- [Cookies Commanders Act](https://doc.commandersact.com/fr/configurer/cookies/cookies-commanders-act.md)
- [Avertissement](https://doc.commandersact.com/fr/configurer/disclaimer.md): Avertissement relatif à l'utilisation de la plateforme Commanders Act.


---

# 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/configurer.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.
