> For the complete documentation index, see [llms.txt](https://documentation.taskmaverick.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.taskmaverick.com/analytics-and-monitoring/understanding-your-data.md).

# Understanding Your Data

Taskmaverick gives you three tools to understand what's happening across your organization. Each answers a different question, and together they give you complete visibility — from real-time operations to long-term trends.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLLw6mmkCzf1jpC9LdKjS%2Fuploads%2FiFxroTF5KH1ON9KlVtwu%2FOverview_Report_Video_New_100mb.mp4?alt=media&token=bf22e14f-8e88-4a2a-b262-fe4786f7307c>" %}

## Three tools, three questions

<table><thead><tr><th width="147">Tool</th><th width="421.3333740234375">What it answers</th><th>Where to find it</th></tr></thead><tbody><tr><td><a href="/analytics-and-monitoring/dashboards.md"><strong>Dashboard</strong></a></td><td>"How healthy are our operations right now?"</td><td>Dashboard in the main menu</td></tr><tr><td><a href="/analytics-and-monitoring/overview.md"><strong>Overview</strong></a></td><td>"What's happening with specific Missions — past, present, and future?"</td><td>Overview in the main menu</td></tr><tr><td><a href="/analytics-and-monitoring/reporting.md"><strong>Reporting</strong></a></td><td>"What patterns and trends should inform our decisions?"</td><td>Reporting in the main menu</td></tr></tbody></table>

## When to use which

**Use Dashboard when you need a high-level pulse check.** Are Missions getting stuck? How fast are employees completing work? How does Team A compare to Team B? Dashboards give you pre-built analytical views — no setup required. Just select a unit, date, or team and read the results.

**Use Overview when you need to see specific Missions.** Which Missions are running right now? Who claimed what? What's scheduled for tomorrow? Which Processes are in progress? Overview shows you individual Mission instances across all boards — with full detail and the ability to take action (cancel, bounce back, boost).

**Use Reporting when you need structured analysis.** Build custom reports by combining data sections (Missions, Tickets, Processes, Tests), set date ranges, filter by teams or units, and export to Excel. Share recurring reports with stakeholders via email subscriptions. Reporting is where raw data becomes insight.

## Quick guide

| I want to...                                | Go to                                                                                                     |
| ------------------------------------------- | --------------------------------------------------------------------------------------------------------- |
| Check if any Missions are stuck on boards   | [Dashboard → Aging](/analytics-and-monitoring/dashboards/aging-dashboard.md)                              |
| See how long employees spend on Missions    | [Dashboard → Execution](/analytics-and-monitoring/dashboards/execution-dashboard.md)                      |
| Compare team performance metrics            | [Dashboard → Team or Unit](/analytics-and-monitoring/dashboards/performance-dashboards.md)                |
| See what's currently Open or Claimed        | [Overview → Running](/analytics-and-monitoring/overview/track-running-missions.md)                        |
| Review completed Missions and responses     | [Overview → History](/analytics-and-monitoring/overview/review-mission-history.md)                        |
| Check what's scheduled for next week        | [Overview → Scheduled or Timeline](/analytics-and-monitoring/overview/schedules-and-timeline.md)          |
| Monitor running Processes                   | [Overview → Process](/processes/how-to-guides/monitor-processes.md)                                       |
| Build a weekly operations report            | [Reporting → New Report](/analytics-and-monitoring/reporting/build-a-report.md)                           |
| Get automated reports emailed to management | [Reporting → Subscriptions](/analytics-and-monitoring/reporting/build-a-report.md#subscribing-to-reports) |

## Who has [access](/your-organization/people.md#roles)

* **System Admins** — full access to all three tools
* **Organization Managers** — full access to Dashboard and Overview; view-only access to Reporting
* **Employees** — see only their own performance via mobile (Unit Leaderboard, Statistics)


---

# 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://documentation.taskmaverick.com/analytics-and-monitoring/understanding-your-data.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.
