> 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/acm-report-domains/request-acm-report.md).

# Request ACM report

{% hint style="success" %}
**Access Type**: Compliance Report - Editor

**Premium Feature**: Advanced Compliance Monitoring
{% endhint %}

Didomi automatically generates an ACM report for a domain when:

* the discovery is initially configured
* your organization chooses to **Save and Run** after editing the discovery.
* the report frequency configured for the report is triggered (*ACM report (XL scan) only*)

In addition to the above scenarios, your organization can manually initiate a Didomi bot scraping session to generate an ACM report.

{% hint style="info" %}
The following is applicable to both [ACM report (Classic scan)](/advanced-compliance-monitoring-acm/acm-report-domains/configure-acm-report-classic-scan.md) and [ACM report (XL scan)](/advanced-compliance-monitoring-acm/acm-report-domains/configure-acm-report-xl-scan.md).
{% endhint %}

To manually request an ACM report for a domain, click **Advanced Compliance Monitoring** on the left-hand panel. Navigate to a domain on the subsequent list and click the **ellipsis** inline with the domain name.

Select **Request new report** from the drop-down menu.

<figure><img src="/files/BxsUNtnMDvzqpuOiyawS" alt="" width="563"><figcaption></figcaption></figure>

Confirm the decision to request a new tracker and vendor discovery in the subsequent modal and click **Confirm the request**.

{% hint style="info" %}
**XL scan**

A subsequent modal will relay the number of XL scans contracted for by your organization, the number of XL scans used, and remaining. Click **Proceed with Scan**.&#x20;
{% endhint %}

<figure><img src="/files/Otm4tX7mSEg5P1OKeQtd" alt="" width="375"><figcaption></figcaption></figure>

The Didomi bot will perform a scraping session on the designated domain and generate the ACM report when finished.


---

# 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/acm-report-domains/request-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.
