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

# Overview

The Mtrix Analytics Dashboard provides a comprehensive view of your user behavior and business performance. From high-level metrics to detailed user journeys, this powerful interface helps you uncover insights and make data-driven decisions.

### Overview

The Analytics Overview is your command center for monitoring key metrics and spotting trends at a glance.

<figure><img src="https://gitbookio.github.io/onboarding-template-images/editor-hero.png" alt=""><figcaption></figcaption></figure>

#### Key Metrics Cards

Track your most important metrics with customizable metric cards:

* **User Metrics**: Active users, new users, returning users
* **Engagement Metrics**: Session duration, pages per session, bounce rate
* **Conversion Metrics**: Conversion rate, goal completions, revenue
* **Performance Metrics**: Page load time, Core Web Vitals, error rate

Each card shows:

* Current value
* Comparison to previous period
* Trend sparkline
* Quick access to detailed analysis

#### Real-time Monitoring

The real-time section displays what's happening on your site right now:

* **Active Users**: Number of concurrent users
* **Top Pages**: Most active pages in real-time
* **Geolocation Map**: Where users are coming from
* **Events Stream**: Live feed of user interactions
* **Conversion Counter**: Real-time goal completions

#### Trend Analysis

Visualize how key metrics are changing over time:

* **Multi-metric Graphs**: Compare related metrics on a single chart
* **Period Comparison**: Overlay current period with previous periods
* **Annotations**: Mark important events (releases, marketing campaigns)
* **Anomaly Detection**: Automatic highlighting of unusual patterns


---

# 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:

```
GET https://documentation.mtrix.io/analytics-dashboard/editor.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.
