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

# Overview & Insights

The **Overview** tab is the landing page for Analytics. It brings revenue, subscriptions, and journey behavior together on one screen, with the signals worth acting on surfaced up front rather than buried in a chart.

## Insights & signals

At the top of the page, the **Insights & signals** strip highlights notable things derived from your session data over the selected period — for example a change in journey conversion versus the previous period, the share of cancellation attempts you saved, or a count of sessions that ended in a failed outcome. Each card is clickable and takes you straight to the tab where you can dig in (Journeys & Funnels, Retention, or Session Explorer). A card only appears when there is something real to report; if nothing stands out, the strip says so rather than showing empty figures.

## Key metrics

Below the strip are the headline numbers:

* **MRR** — monthly recurring revenue (with ARR shown beneath it).
* **Active Subscriptions** — active count out of your total.
* **Journey Conversion** — the share of journey sessions that completed.
* **Churn Rate** — the share of subscriptions that have cancelled.

A row of secondary metrics follows (total revenue, new customers in the period, payment success rate, and total journey sessions).

## Charts

* **Revenue trend** — daily revenue across the selected window.
* **Conversion at a glance** — entered → completed → abandoned for journey sessions, with the period-over-period change. The **Open full funnel** link jumps to the Journeys & Funnels tab.

Use the **date-range** selector in the top-right to switch between the last 7, 30, 90, or 365 days. Until a store has orders and sessions, the cards show zeros and the charts show a short "no data yet" message.


---

# 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.peakcommerce.com/product/reporting-and-analytics/analytics-workspace/overview-and-insights.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.
