# Bot scenarios overview

{% hint style="success" %}
**Premium Feature**: Advanced Compliance Monitoring or XL Scans
{% endhint %}

Advanced Compliance Monitoring (ACM) and/or XL Scans provide your organization with up to three scenarios that the Didomi bot will scan for when generating a compliance report (without ACM, your XL Scan compliance report is restricted to only a single scenario). In this article we will cover:

* [Default bot scenarios](#default-bot-scenarios)
* [Custom bot scenarios](#custom-bot-scenarios)
* [Activate/Deactivate bot scenarios](#activate-deactivate-bot-scenarios)
* [Delete bot scenarios](#delete-bot-scenarios)

***

### Default bot scenarios

With Advanced Compliance Monitoring (ACM) or XL Scan, every new compliance report comes loaded with the following three default bot scenarios:

| Default scenario | Description                                                                                         |
| ---------------- | --------------------------------------------------------------------------------------------------- |
| Accept all       | Will locate and click the action to accept all purposes from the first layer of the consent notice. |
| Refuse all       | Will locate and click the action to reject all purposes from the first layer of the consent notice. |
| No actions       | Will perform no actions on the consent notice and/or domain                                         |

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

{% hint style="info" %}
Default bot scenarios can be further customized to handle different use cases, for example, in the case where your [refuse all button is only present on the second layer](/advanced-compliance-monitoring-acm/compliance-report-acm/customize-bot-scenario.md#use-case) of your consent notice or if your organization utilizes a [multi-step login form](/advanced-compliance-monitoring-acm/compliance-report-acm/scan-domain-that-requires-login.md#multi-step-login) for the domain being scanned.
{% endhint %}

### Custom bot scenarios

In addition to the provided default bot scenarios, your organization can create fully customized bot scenarios. [Click here](/advanced-compliance-monitoring-acm/compliance-report-acm/customize-bot-scenario.md) for more information on how to customize a bot scenario.

Your organization can add up to three custom bot scenarios.

### Activate/Deactivate bot scenarios

Regardless of how many scenarios your organization configures for the compliance report, the Didomi bot only executes scenarios that are set to **Active** by your organization. In this section, we will cover how to activate or deactivate a bot scenario.

{% hint style="warning" %}
**Note**: The number of active scenarios allowed in a compliance report is dependent on whether your organization is creating a Classic or XL Scan.

* **Classic Scan (ACM)**: total of three active scenarios (default and/or custom)
* **XL Scan**: one active scenario (default or custom) &#x20;
  {% endhint %}

Navigate to the **Bot's scenarios** section of your compliance report configuration and expand the accordion for a scenario.

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

Select/deselect the **Enable this scenario** checkbox to activate/deactivate the bot scenario.

{% hint style="info" %}
If your organization already has 3 active scenarios then you will be unable to set another scenario as activate.
{% endhint %}

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

### Delete bot scenarios

{% hint style="info" %}
Default bot scenarios cannot be deleted but they can be [deactivated](#activate-deactivate-bot-scenarios).
{% endhint %}

In order to delete a custom bot scenario, navigate to the **Bot's scenarios** section of your compliance report configuration and click the **Delete** icon inline with the custom bot scenario name.

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

The custom bot scenario will be deleted from the compliance report.


---

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