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

# Analytics Dashboard

Analytics turns your raw transaction history into a picture of how you (and your agents) actually move money.

***

## Date range

Every chart on the page responds to a single range selector: **7d**, **30d**, or **90d**. Switching ranges recomputes every KPI and chart, including the comparison against the equivalent prior period.

***

## KPIs

| KPI                 | Definition                                          |
| ------------------- | --------------------------------------------------- |
| Total transfers     | Count of transactions in the selected range         |
| Total volume        | Sum of transaction amounts in the selected range    |
| Avg transfer amount | Total volume divided by total transfers             |
| Settled rate        | Share of transactions that reached `Settled` status |

Each KPI shows a delta against the immediately preceding period of the same length, so a 7-day view compares this week to last week, and so on. A KPI with no prior-period activity to compare against shows no delta rather than a misleading percentage.

***

## Transfers per day

A bar chart of transfer count per day across the selected range. On 90-day views, x-axis labels are thinned out to stay readable; hover any bar for its exact count and volume.

***

## Volume by account

Breaks down transfer volume across every account you own, human and agent accounts alike. This is the fastest way to see whether a specific agent is driving spend, without leaving the dashboard.

***

## Volume by privacy layer

Shows how much of your volume settled at each privacy layer: **Confidential** (the default), **Shielded**, and **Public**. See [Confidential Transfers Explained](/privacy-and-confidential-transfers/confidential-transfers.md) for what each layer actually does on-chain.

***

## Activity heatmap

A day-of-week × hour-of-day grid showing when your transactions happen. Useful for spotting agent activity patterns, like a bot that only trades during specific hours, or confirming that a scheduled job is actually running on schedule.

***

## What stays private

Analytics is computed entirely from your own account's transactions. It never surfaces another user's balances or activity, and it doesn't change what's visible on-chain — it's a view over data you already have access to.

***

## Next

* [Transaction Feed & History](/using-hoodedcash/transaction-history.md)
* [Agent Accounts Overview](/agents-and-automation/agent-accounts-overview.md)


---

# 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.hooded.cash/using-hoodedcash/analytics-dashboard.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.
