# Automation Reports

Automation reports serve as a tool to help you evaluate the performance of your automated workflows. These reports provide clear visibility into whether your automations are functioning as intended and delivering the expected results. By analyzing this data, you can identify successful processes, detect potential issues, and make informed decisions to optimize your automation strategy.

To access these reports-

1. Begin by logging into your MyAlice account. From the dashboard, navigate to the **Automation** section located on the left-hand side menu.

<figure><img src="/files/mYds7wkHwcShUX1RaXTc" alt=""><figcaption></figcaption></figure>

2. Once you're in the Automation section, you'll notice a date range selector on the right side of the screen. This feature allows you to specify the time period you want to analyze. Select the date range and click on **Apply** to save the date range.

<figure><img src="/files/W4qY4GzZxKRJXPFYlyHb" alt=""><figcaption></figcaption></figure>

3. At the top of the report, you'll find three key metrics that provide an overview of your automation performance during the selected period. The first metric, **Automation Triggered,** shows the total number of automations that were triggered, indicating how frequently your workflows are being activated. The second metric, **Automation Succeeded,** displays how many of these triggered automations completed successfully, giving you insight into your system's reliability. The third metric, **Automation Failed,** reveals how many automations failed to execute properly, helping you identify potential problems that need attention.

<figure><img src="/files/dFRdrKDNWPd16laVE7HV" alt=""><figcaption></figcaption></figure>

Beneath these metrics, you'll find percentage comparisons that show performance changes relative to previous periods. These comparisons are particularly valuable for spotting trends, whether positive or negative, in your automation efficiency over time.

4. Below there would be a detailed list of all your created automations. For each automation, you can see when it was originally set up, which communication channel it's associated with, and what type of event triggers its activation. Trigger types include order creation, cart abandonment, or order status updates. The report also indicates whether each automation is currently active or inactive.

!\[A screenshot of a computer

AI-generated content may be incorrect.]\(/files/RGuYRAUaPqVmpSYt05AA)

5. The interface also includes search and filter functionalities. The search bar lets you quickly locate specific automations, while the filter options allow you to narrow down results based on status, source channels, or trigger types.

<figure><img src="/files/6GB6O0CTSxwUi7GVKJbN" alt=""><figcaption></figcaption></figure>

6. For more granular management of your automations, each entry in the list has an associated action menu (represented by three dots). From here, you can edit an existing automation, rename it, examine its historical performance, create duplicates for similar workflows, or remove automations that are no longer needed.

<figure><img src="/files/hAPbYtOSraxRvY2AD0X4" alt=""><figcaption></figcaption></figure>

7. Click on **History** to gain deeper insights regarding specific automation. You can select a date range from the right side of the screen.

<figure><img src="/files/FBwC7pRmetggZKv0d8XA" alt=""><figcaption></figcaption></figure>

A graph illustrates how often automations were triggered, succeeded, or failed over time, helping you spot patterns or recurring issues.

<figure><img src="/files/3e0LUSvM6y4VdxBQAcpe" alt=""><figcaption></figcaption></figure>

Below this, the system maintains a log of all automation executions. This record includes:

* The exact **date and time** each automation was triggered
* The associated **order ID** for reference
* The final **execution status** (successful/failed)

To efficiently navigate these records, you can: **Search by order ID** to quickly locate specific transactions and **Filter by status** to focus on either successful or failed executions

<figure><img src="/files/2bGvzKKLRBOm7WOsUeL9" alt=""><figcaption></figcaption></figure>

For deeper analysis, select **"View History"** on any automation to access its complete execution timeline.

<figure><img src="/files/8yyW5n2KXh393sZ0rUcl" alt=""><figcaption></figcaption></figure>


---

# 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.myalice.ai/chatbot-automation/automation-reports.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.
