# OnSite API

- [Premiers pas](https://doc.commandersact.com/fr/fonctionnalites/consent-management/onsite-api/getting-started.md): Aperçu de l’OnSite API de consentement Commanders Act.
- [consent.get](https://doc.commandersact.com/fr/fonctionnalites/consent-management/onsite-api/consent.get.md): Méthode pour recevoir le consentement Commanders Act et les métadonnées de consentement OnSite via JavaScript.
- [consent.update](https://doc.commandersact.com/fr/fonctionnalites/consent-management/onsite-api/consent.update.md): Méthode pour mettre à jour le statut de consentement Commanders Act OnSite via JavaScript.
- [consent.revoke](https://doc.commandersact.com/fr/fonctionnalites/consent-management/onsite-api/consent.revoke.md): Méthode pour révoquer le consentement Commanders Act OnSite via JavaScript.
- [consent.onUpdate](https://doc.commandersact.com/fr/fonctionnalites/consent-management/onsite-api/consent.onupdate.md): Méthode pour s’abonner aux mises à jour du statut de consentement Commanders Act OnSite via JavaScript.
- [consent.onReady](https://doc.commandersact.com/fr/fonctionnalites/consent-management/onsite-api/consent.onready.md): Méthode pour obtenir le consentement Commanders Act lorsqu’il devient disponible.
- [consentBanner.show](https://doc.commandersact.com/fr/fonctionnalites/consent-management/onsite-api/consentbanner.show.md): Méthode JavaScript pour afficher votre consent banner.
- [consentBanner.hide](https://doc.commandersact.com/fr/fonctionnalites/consent-management/onsite-api/consentbanner.hide.md): Méthode JavaScript pour masquer votre consent banner.
- [consentCenter.show](https://doc.commandersact.com/fr/fonctionnalites/consent-management/onsite-api/consentcenter.show.md): Méthode JavaScript pour afficher votre consent center (menu des catégories de consentement).
- [consentCenter.hide](https://doc.commandersact.com/fr/fonctionnalites/consent-management/onsite-api/consentcenter.hide.md): Méthode JavaScript pour masquer votre consent center (menu des catégories de consentement).


---

# Agent Instructions: 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://doc.commandersact.com/fr/fonctionnalites/consent-management/onsite-api.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.
