# Analytics

Use Fetch Hive analytics when you want a workspace-level view of cost, token usage, and the users driving activity.

## Overview

The main analytics view in Fetch Hive lives under **Dashboard**. It gives you a shared monitoring surface for spend, service mix, model mix, token usage, and top users over a selected time range.

This page is different from the dedicated **Users** analytics view. **Dashboard** analytics is the wider workspace report, while the **Users** section focuses on tracked end-user activity.

## How do I open workspace analytics? <a href="#open-workspace-analytics" id="open-workspace-analytics"></a>

Open **Dashboard** in the main sidebar, then click **Analytics** in the secondary navigation.

Fetch Hive loads the analytics cards and charts for your current workspace.

## What metrics and charts are available? <a href="#available-metrics-and-charts" id="available-metrics-and-charts"></a>

The analytics page currently shows five monitoring panels:

* **Total Cost** for workspace spend over the selected period
* **Service Costs** for the mix of services that generated cost
* **Model Costs** for model-by-model usage and spend
* **Token Usage** with totals for input, cached, reasoning, and output tokens
* **Top Users** so you can rank tracked users by activity

Use **Service Costs** when you want to see which services contribute to spend.

Use **Model Costs** when you want to compare model usage, token volume, and cost in one place.

Use **Token Usage** when you want to inspect how token volume is split across input, cached, reasoning, and output tokens.

In **Top Users**, you can switch between **Cost** and **Requests**.

## How do I change the reporting window? <a href="#change-reporting-window" id="change-reporting-window"></a>

Use the date-range control in the header to switch between the preset ranges or choose a custom range.

When you apply a new range, Fetch Hive refreshes every analytics panel for that period.

## How do I drill into a user from analytics? <a href="#drill-into-user" id="drill-into-user"></a>

Use **Top Users** when you want to move from a workspace report into a specific tracked user.

Click a user in the chart to open that user's detail page under **Users**.

From there, you can inspect that user's activity and open the underlying prompt, workflow, or agent run details.

## Analytics vs user tracking

Use this page when your question starts at the workspace level, such as:

* Which services are driving cost?
* Which models are responsible for the most spend?
* How much token volume did this workspace generate?

Use the **Users** section when your question starts with a specific tracked end user or a user activity trend.

See also: [User tracking analytics](/user-tracking/analytics.md).


---

# Agent Instructions: 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://docs.fetchhive.com/monitoring/analytics.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.
