> For the complete documentation index, see [llms.txt](https://aibotkit-docs.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aibotkit-docs.gitbook.io/documentation/analytics-and-reporting/dashboard-overview.md).

# Dashboard Overview

AI Bot Kit includes a built-in **Analytics Dashboard** that helps you track how your chatbot is performing in real time. This section gives you an overview of conversations, messages, and usage trends so you can continuously improve your bot.

***

#### Key Metrics

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

To open it, click **Analytics** in the left sidebar.

On the dashboard, you’ll find the following top-level metrics:

* **Total agents** → How many agents you’ve created in your account.
* **Total Conversations** → The total number of unique conversations your agents have handled.
* **Total Messages** → The number of messages exchanged across all conversations.
* **Knowledge Base Chars** → How much of your allocated character storage is being used.

Use the **time range selector** in the top right (7 Days, 30 Days, and so on) to change the window the dashboard reports on.

These numbers update dynamically as your visitors interact with your chatbot.

***

#### Daily Activity Overview

The **Daily Activity graph** provides a timeline view of conversations and messages.

* The **green line** represents conversations (number of sessions started).
* The **purple line** represents messages (total exchanges inside those sessions).
* You can adjust the time window (7 Days, 30 Days, etc.) to monitor short-term or long-term activity.

{% hint style="info" %}
This dashboard covers your **whole account**. To read the actual chat threads for one agent, open that agent and click **Conversations** — see [Conversations](/documentation/chatbot-editor/conversation-history.md).
{% endhint %}

This helps you understand peak usage times, busiest days, and how engagement changes over time.

***

#### Why Analytics Matter

* **Optimize Training** → See what questions your bot struggles with and improve its knowledge base.
* **Measure Growth** → Track how many people are engaging with your bot daily.
* **Plan Upgrades** → Monitor if you’re hitting message or storage limits and decide when to upgrade plans.
* **Customer Insights** → Understand what your users are asking most, and tailor your site or services to match demand.

***

⚡ **Tip:** Check your analytics weekly to spot trends early. For example, if you see spikes in certain questions, you can add targeted answers or documents to your training for better results.


---

# 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://aibotkit-docs.gitbook.io/documentation/analytics-and-reporting/dashboard-overview.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.
