> ## Documentation Index
> Fetch the complete documentation index at: https://botpress-charmenta-pr-696.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Monitor performance

You can monitor your agent's performance in the **<Icon icon="chart-spline" /> Monitor** section of your agent's menu. Here's a breakdown of each sub-section:

## Conversations

You can view a list of all your agent's conversations in the **Conversations** sub-section. Just select any conversation to view its details:

<Frame>
  <img alt="Conversation" className="block dark:hidden" src="https://mintcdn.com/botpress-charmenta-pr-696/n8vLBj0cse7BSX8I/get-started/manage-your-agent/assets/conversation.png?fit=max&auto=format&n=n8vLBj0cse7BSX8I&q=85&s=2a1ba963db12633511397c34cb2bd698" width="1536" height="588" data-path="get-started/manage-your-agent/assets/conversation.png" />

  <img alt="Conversation" className="hidden dark:block" src="https://mintcdn.com/botpress-charmenta-pr-696/n8vLBj0cse7BSX8I/get-started/manage-your-agent/assets/conversation-dark.png?fit=max&auto=format&n=n8vLBj0cse7BSX8I&q=85&s=748daeeb2084dd635861c32c877c8dc6" width="1536" height="588" data-path="get-started/manage-your-agent/assets/conversation-dark.png" />
</Frame>

In this menu, you can access:

* The conversation's participants
* Its conversation ID
* Which integration it occurred on
* Its start date and last activity
* Its current status
* Any tags associated with it

### Message data

You can select any message in the conversation to get a detailed JSON representation of all its associated data:

<Frame>
  <img alt="Message JSON data" className="block dark:hidden" src="https://mintcdn.com/botpress-charmenta-pr-696/n8vLBj0cse7BSX8I/get-started/manage-your-agent/assets/message-json-data.png?fit=max&auto=format&n=n8vLBj0cse7BSX8I&q=85&s=7a101448de0c87ed7b95f6964266f6c9" width="1228" height="788" data-path="get-started/manage-your-agent/assets/message-json-data.png" />

  <img alt="Message JSON data" className="hidden dark:block" src="https://mintcdn.com/botpress-charmenta-pr-696/n8vLBj0cse7BSX8I/get-started/manage-your-agent/assets/message-json-data-dark.png?fit=max&auto=format&n=n8vLBj0cse7BSX8I&q=85&s=77e3513c85377cbb1fc89d293caf46dd" width="1228" height="788" data-path="get-started/manage-your-agent/assets/message-json-data-dark.png" />
</Frame>

### AI insights {<Badge color="orange">BETA</Badge>}

Select **<Icon icon="sparkles" /> Enable AI** to enable sentiment analysis and AI summaries for incoming conversations:

<Frame>
  <img alt="AI insights" className="block dark:hidden" src="https://mintcdn.com/botpress-charmenta-pr-696/n8vLBj0cse7BSX8I/get-started/manage-your-agent/assets/ai-insights.png?fit=max&auto=format&n=n8vLBj0cse7BSX8I&q=85&s=b435442f924d5964db0883a541f8ca3a" width="1540" height="948" data-path="get-started/manage-your-agent/assets/ai-insights.png" />

  <img alt="AI insights" className="hidden dark:block" src="https://mintcdn.com/botpress-charmenta-pr-696/n8vLBj0cse7BSX8I/get-started/manage-your-agent/assets/ai-insights-dark.png?fit=max&auto=format&n=n8vLBj0cse7BSX8I&q=85&s=bbf106337b03abfe68ab2e53f88978b8" width="1540" height="948" data-path="get-started/manage-your-agent/assets/ai-insights-dark.png" />
</Frame>

***

## Users

You can view all your agent's unique users in the **Users** sub-section. Select any user ID to open [conversations](#conversations), [events](/get-started/manage-your-agent/inspect#events), or [logs](/get-started/manage-your-agent/inspect#logs) associated with that user.

## Analytics

You can view detailed analytics about your agent's performance in the **Analytics** sub-section:

<Frame>
  <img alt="Analytics" className="block dark:hidden" src="https://mintcdn.com/botpress-charmenta-pr-696/n8vLBj0cse7BSX8I/get-started/manage-your-agent/assets/analytics.png?fit=max&auto=format&n=n8vLBj0cse7BSX8I&q=85&s=de523a53c7b37184390345d209b94e9d" width="3082" height="1422" data-path="get-started/manage-your-agent/assets/analytics.png" />

  <img alt="Analytics" className="hidden dark:block" src="https://mintcdn.com/botpress-charmenta-pr-696/n8vLBj0cse7BSX8I/get-started/manage-your-agent/assets/analytics-dark.png?fit=max&auto=format&n=n8vLBj0cse7BSX8I&q=85&s=d5917299ef13547a382f05f7e2d2803b" width="3082" height="1422" data-path="get-started/manage-your-agent/assets/analytics-dark.png" />
</Frame>

The Analytics sub-section includes the following tabs:

* **Users & Conversations** – Track new and returning users, sessions, message volume, conversations created, and messages per conversation.
* **Workflows** – Track workflow runs created, completed, failed, timed out, and cancelled, along with average run duration and a per-workflow breakdown.
* **Custom Analytics** – Build your own tiles from metrics across the Users, Conversations, Messages, Workflows, LLM, Events, and Custom Events groups.

For any tile, you can:

* Select the current range <Icon icon="calendar" /> to modify it
* Select **Edit Source** <Icon icon="chart-column" /> to change which data the tile displays
* Select <Icon icon="ellipsis-vertical" /> to access additional options:
  * **Show/Hide Legend**
  * **Type**
  * **Duplicate**
  * **Delete**
