# Communicate consent to vendors (CPRA)

Although there is no framework for CPRA like the TCF, you can still condition your vendors manually using either our custom \<script> tags or any tag manager.

&#x20;

We support GPC (Global Privacy Control) >>> a privacy framework that allows users to communicate their privacy preferences across the internet via a simple browser setting or other technical means. It signals to websites whether the user consents to the sale or sharing of their personal data in general.  When a GPC signal is detected, the notice adjusts to respect the user's choice via GPC, displaying a "GPC signal detected" icon and setting all personal information to "Do not sell" / "Do not share" and all SPI to "Disagree". The "Agree and Close" button changes to a "Close" button.&#x20;

Currently, there is no option to enable or disable GPC from the console as it is automatically supported.

&#x20;

The function to retrieve consent is Didomi.getUserStatus()


---

# 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://docs.didomi.io/consent-management-platform-cmp/frameworks-regulations/united-states-us/california-cpra/communicate-consent-to-vendors-cpra.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.
