> 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/en/faq/settings/cmp-personalization.md).

# CMP Personalization

Yes, you can personalize them directly from the advanced settings of your configuration on the Sirdata CMP portal.

It is possible to personalize:

* The display position of the CMP on your site.
* Main and secondary colors, and add:
  * Your logo.
  * A title and introductory text according to the desired languages.
  * In this title, you can include HTML tags, such as a link to your Terms of Use (e.g., `<a href="https://www.mysite.com/My-ToU.pdf" target="_blank">LINK</a>`).
* Your own purposes in addition to the purposes integrated into the CMP.

The main text (which automatically adapts to 16 languages according to the language set in the user's browser) is not modifiable. We maintain control over this UI because it has been submitted to the CNIL in France and validated by IAB Europe and Google for Google Consent Mode.

Every word and phrasing fulfills part of the informed, free, specific, and unambiguous criteria, allowing for a valid choice from the internet user. If you wish, you can address your users more personally with an additional paragraph.

The purposes on the 2nd screen are not modifiable because we have chosen to respect the IAB Europe TCF V2 standard. Like thousands of other actors, we display the same purposes and definitions to users for greater understanding. However, you can also add your own purposes if you wish from your configuration interface.

Information regarding IAB Vendors Information concerning the data processing and transfers of vendors declared within the IAB Europe TCF framework is automatically pulled from their IAB interface. They cannot be modified from the CMP. In case of missing information or errors, it is the responsibility of the concerned vendor to update their descriptions.

Verification of Declared Purposes To verify the correct declaration of purposes by a vendor and their visibility in the CMP, you can consult the configuration available here: \[Purposes Configuration].

Joint Data Controllers When an actor is positioned as a joint data controller (and not just a processor), it is recommended to integrate them directly into the CMP as a vendor. This ensures complete transparency for users and compliance with GDPR obligations.


---

# 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/en/faq/settings/cmp-personalization.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.
