# How to Verify the Integration of My CMP?

1. **Why verify the integration of my CMP?**\
   The CMP (Consent Management Platform) is essential for managing user consent choices on your website. It is important to ensure it functions correctly to comply with regulations and provide a good user experience.
2. **How do I know if my CMP is properly installed?**

* Open your website in private browsing mode.
* The CMP should appear as soon as you land on the site.
* Make sure the accept and reject buttons work properly.

3. **How to check if consent is recorded?**

* Accept or reject cookies.
* Refresh the page and verify if your choice has been saved.
* If the CMP appears again, there may be an issue.

4. **How to test if cookies are working properly?**

* Go to your browser settings.
* Check if cookies have been stored according to your choice.
* If cookies are present despite a rejection, contact your technical support.

5. **What to do in case of a problem?**

* Ensure your configuration is correctly activated on the Sirdata site.
* Try using a different browser to see if the issue persists.

**Conclusion**\
Verifying your CMP is quick and easy. Proper functionality ensures compliance with regulations and builds user trust. If you encounter any issues, don’t hesitate to contact us!


---

# 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://cmp.docs.sirdata.net/en/faq/others/how-to-verify-the-integration-of-my-cmp.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.
