# Automation Metrics

## Use Cases of Automation Metrics

1. Get a holistic idea of your ticket management system.
2. Understand the ratio between incoming texts and automated texts.
3. Track the most used tags by your sales and support team.

{% hint style="info" %}
All the metrics are visualized from data recorded within the selected timeframe. You can edit the time range from the top right corner of your dashboard.
{% endhint %}

## Ticket Metrics

A ticket is generated when the bot fails to automate the conversation, and the conversation is handed over to the agent. You can track four ticket management metrics on MyAlice.

![](/files/-MjcVCdeBY_1M4TwFLpj)

### 1. Tickets for Supported Customers

It is the ratio of tickets to the number of customers who have created tickets. The metric tells you how frequently your repeating customers are creating tickets.&#x20;

If the ratio is high, your agents might not be doing a great job since they have been unable to satisfy their queries properly.

### 2. Ticket for Overall Customers

It is the ratio of tickets to the total number of customers. If the ratio is high, it implies that your chatbot isn't doing a great job and hence, you have a large number of tickets.&#x20;

### 3. Tickets Created

It is the total number of tickets created on the platform within the selected timeframe. A high number of tickets implies that your bot is unable to automate customer conversations efficiently.&#x20;

Check out our [**Builder Guide**](/myalice-guide-arabic/chatbot-and-automation/create-automation-sequences.md) or [**NLP Guide**](broken://pages/-MhUh8ZLd47Yt7E4mH3_) to start creating more efficient bots if you face a high number of tickets.&#x20;

### 4. Tickets Resolved

It is the total number of tickets resolved by the agents within the selected timeframe. A high number of resolved tickets implies that your agents are doing a great job resolving customer queries.&#x20;

However, it also means that your platform is generating a lot of tickets. You still need to make sure that your chatbot is functioning properly.&#x20;

### 5. List of Tickets

You can also find a list of all the generated tickets with details at the bottom of your page. From here, you can filter and view individual agent performance or export the entire sheet in an Excel file.&#x20;

![](/files/-MjcWGaEhZeyvtoEm4Zu)

## Incoming Text vs. Automated Response

This chart shows the number of incoming texts vs. the number of automated responses. The lesser the gap between these two charts, the more efficient your bot is.&#x20;

In the following figure, you see that there are 43 incoming texts on the platform, and almost 70% of them have been automated by the bot.

![](/files/-MhmF5at5B81xTsyUVNJ)

## List of Tags

This list shows the most-used tags used by your agents. You can also sort them based on frequency or export them in an Excel sheet.

For instance, if you see a rise in the "Refund" tag, you can deduce that something is wrong with your product/service quality.

![](/files/-MjcWPBgj4TadbWhpYwb)


---

# 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/myalice-guide-arabic/data-lab-and-analytics/analytics-and-metrics/automation-metrics.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.
