> For the complete documentation index, see [llms.txt](https://docs.myalice.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.myalice.ai/myalice-guide-arabic/data-lab-and-analytics/analytics-and-metrics/customer-metrics/chatbot-efficiency.md).

# Chatbot Efficiency Metrics

## 1. Intent Metric

Intent Metric measures the total number of queries automated by the [**NLP module**](broken://pages/-MhUh8ZLd47Yt7E4mH3_) within the selected timeframe. Training your chatbot in NLP can make it more efficient in analyzing and understanding a large amount of human language.

![](/files/-MhijGZy8vKA3ouwd7Zh)

{% hint style="info" %}
High Intent Metric means that your chatbot is automating more user queries, leading to reduced agent work hours and enhanced user experience. &#x20;
{% endhint %}

## 2. Textual Message vs. Button Clicks

This metric shows the ratio of messages sent manually by the agents vs. automated messages.&#x20;

![](/files/-MhiokemmutUmV0dsnG5)

{% hint style="danger" %}
Higher Textual Message means that your bot isn't doing a great job because agents are taking over the conversations frequently.
{% endhint %}

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 refined and intelligent bots if this is happening to you 👆

## 3. Keyword and Intent Details

This table shows which keywords or intents have been triggered the most by your users and how many unique customers have used them.&#x20;

Based on the findings, you can create similar keywords/intents to refine your chatbot's [**NLP module**](broken://pages/-MhUh8ZLd47Yt7E4mH3_), reduce agent work pressure, and improve the user experience.

![](/files/-MjcUhs-ywLDifBdK7w5)

## 4. Button and Referral Details

This table shows which buttons, sequences, or referral links have been triggered the most by your users and how many unique customers have used them.&#x20;

Based on the findings, you can create similar sequences or referral links to drive more user engagement.

![](/files/-MhiyXLgM18XllaRY9ly)


---

# 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.myalice.ai/myalice-guide-arabic/data-lab-and-analytics/analytics-and-metrics/customer-metrics/chatbot-efficiency.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.
