> For the complete documentation index, see [llms.txt](https://docs.crobox.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.crobox.com/how-to-guides/sagent/analytics.md).

# Analytics

Track Sagent performance in the Dashboard tab and explore conversation data in Ask Analytics.

The **Analytics** area shows how shoppers use Sagent and where the experience creates value. It helps you measure engagement, assess outcomes, and identify opportunities to improve.

Analytics includes two tabs:

* [Dashboard](/how-to-guides/sagent/analytics/dashboard.md) tracks performance trends with default metric cards.
* [Ask Analytics](/how-to-guides/sagent/analytics/ask-analytics.md) turns plain-language questions into charts and summaries.

Analytics measures Sagent engagement and conversation outcomes. It does not prove shopper satisfaction, purchases, or revenue unless a metric explicitly provides that data.

### Filters and shared controls

Both tabs use the same controls:

* **Locale**
* **Date range**

Use these filters first. They define the data in both views.

Analytics data comes from Sagent conversation activity within the selected locale and date range. Dashboard cards aggregate those events. **Ask Analytics** generates views from the same filtered conversation data.

Use the same filter values when comparing Dashboard metrics with Ask Analytics results. This keeps the analysis consistent.

The available history depends on retained data and your selected date range. Monitoring retains individual conversation data for 30 days. Do not assume Analytics retains a longer period unless the interface returns data for it.

### Best practices

Use Analytics regularly, not only after changes.

Start with [Dashboard](/how-to-guides/sagent/analytics/dashboard.md) for a quick overview. Then use [Ask Analytics](/how-to-guides/sagent/analytics/ask-analytics.md) to investigate a specific question.

When you find a useful view, add it to Dashboard.


---

# 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.crobox.com/how-to-guides/sagent/analytics.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.
