> For the complete documentation index, see [llms.txt](https://docs.didomi.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.didomi.io/advanced-compliance-monitoring-acm/introduction/whitelist-acm-report.md).

# Whitelist ACM report

{% hint style="info" %}
A whitelist refers to a registry of entities that are permitted to access/interact with your domain.
{% endhint %}

The Didomi ACM report utilizes a bot to scan your configured domains and extract the information relevant to your compliance with GDPR regulations. However, if your domain is equipped with bot security tools (e.g. [CAPTCHA](https://www.cloudflare.com/learning/bots/how-captchas-work/)) the Didomi bot will receive an error when attempting to access your domain and will need to be added to your domain's whitelist so that it can successfully scrape pages for compliance data.

When the Didomi bot is scraping a domain it will send a **user agent (UA)** to perform the necessary actions. There are two possible options for the user agent:

<table data-header-hidden><thead><tr><th width="190"></th><th></th></tr></thead><tbody><tr><td><strong>Default user agent</strong></td><td><p>Contains the string <code>Didomi/</code>. For example:</p><pre data-overflow="wrap"><code>Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Didomi/1.0
</code></pre><p>If your organization utilizes a bot protection solution you should whitelist the default user agent (UA) utilized by the Didomi bot.</p><div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p><strong>Note</strong>: The full user agent (UA) can change regularly except for the <code>Didomi/</code> string.</p></div></td></tr><tr><td><strong>Custom user agent</strong></td><td>With Advanced Compliance Monitoring your organization can define a custom user agent (UA) that will be used by the Didomi bot when configuring/editing the ACM report domain.</td></tr></tbody></table>


---

# 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://docs.didomi.io/advanced-compliance-monitoring-acm/introduction/whitelist-acm-report.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.
