# Consent (CMPs, TCF)

### TCF (Transparency & Consent Framework)

If TCF is enabled, the player automatically detects and uses the user’s **Consent String**. In most cases, **no additional player configuration is required**.

When using common Consent Management Platforms (CMPs) such as Cookiebot or other TCF-compatible solutions, it is usually sufficient to **add 3Q GmbH as a vendor** in the CMP configuration. Once configured, the player automatically reads the consent information provided by the CMP and applies it accordingly.

3Q GmbH is registered in the **IAB Europe TCF Vendor List** with **Vendor ID 876**:\
<https://iabeurope.eu/vendor-list-tcf/>

### Consent String

If required, the user’s consent string can be passed directly to the ad server by including the following placeholder in the Player Configuration. It will be passed automatically if you are integrating Ads. More information: [Ad Integration macros](/player-web-sdk/ad-integration.md#macros).

The consent string can be defined explicitly in the player configuration:

```js
<script>
const player = new js3q({
    playoutId: '5c3b0910-8850-11e7-9273-002590c750be',
    container: 'player',
    consentString: 'place consent string here',
    autoplay: true
});
</script>
```

This is typically only necessary for custom or non-standard integrations.


---

# 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://player.docs.3q.video/player-web-sdk/consent-cmps-tcf.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.
