> For the complete documentation index, see [llms.txt](https://cmp.docs.sirdata.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cmp.docs.sirdata.net/faq/parametrage/boutons.md).

# Fonctionnement des boutons

Afin de proposer aux utilisateurs une expérience fluide et simplifiée lorsqu'ils définissent leur choix en matière de données personnelles, Sirdata CMP intègre un système de boutons glissants à trois états.\
Selon la configuration de votre CMP, le consentement et/ou l'intérêt légitime peuvent être utilisés pour chaque finalité, que ce soit pour vous ou vos partenaires.

#### 1 - Refus

<figure><img src="/files/T74gnNJariLKldp2yIP6" alt=""><figcaption><p>L'état "refusé" (bouton positionné à gauche)</p></figcaption></figure>

Signifie que l'utilisateur n'a pas donné son consentement ou s'est opposé à l'intérêt légitime pour une finalité donnée ou un partenaire donné.

#### 2 - Mixte

<figure><img src="/files/IfE2FOJp2DTHMV4xjeu5" alt=""><figcaption><p>L'état "mixte" (bouton positionné au centre)</p></figcaption></figure>

Signifie que l'utilisateur a partiellement donné son consentement ou s'est partiellement opposé à l'intérêt légitime pour une finalité donnée ou un partenaire donné.

#### 3 - Accepté

<figure><img src="/files/gRpQUCMcHyfeyaMfNgWF" alt=""><figcaption><p>L'état "accepté" (bouton positionné à droite)</p></figcaption></figure>

Signifie que l'utilisateur a donné son consentement et ne s'est pas opposé à l'intérêt légitime pour une finalité donnée ou un partenaire donné.\
\
Voici quelques exemples dans lesquels un état peut être "mixte" :

* la finalité est acceptée pour le consentement mais refusée pour l'intérêt légitime (ou inversement)
* la finalité est acceptée pour votre propre usage mais pas pour vos partenaires (ou inversement)
* une stack (ensemble de finalités) est partiellement acceptée
* le partenaire est accepté pour le consentement mais refusé pour l'intérêt légitime (ou inversement)

{% embed url="<https://sirdata.com/fr/Contact>" %}


---

# 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://cmp.docs.sirdata.net/faq/parametrage/boutons.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.
