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

# Overview

The **Sprinto Dashboard** is the central hub for monitoring your organisation’s governance, risk, and compliance (GRC) posture. It brings together real-time data on control readiness, pending compliance tasks, and ongoing risk treatment effectiveness.

The dashboard is split into three main sections:

1. **Control Health Dashboard** – monitor control readiness and check health across compliance areas.
2. **Task Dashboard** – manage pending compliance tasks with advanced filtering and assignment.
3. **Continuous Risk Monitoring** – evaluate the effectiveness of risk treatments and residual risks.

Here's a short video giving a brief overview of the dashboard.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEsyn5VMU6e0OyGjRtKgx%2Fuploads%2FfbwQ3HxiUXTqYmAdQ8lV%2FDashboard%20Overview%20Guide%20(1).mp4?alt=media&token=4a724ff0-1143-4261-8301-bd178ccecf43>" %}

***

#### Left Navigation — Quick Access to All Modules

Sprinto’s left-hand navigation menu gives you quick access to all key modules:

* **Dashboard** – The central view, containing Control Health, Continuous Risk Monitoring, and Tasks.
* **Audits** – Manage ongoing and planned audits, view evidence, and track audit tasks.
* **Policies** – Create, assign, and manage compliance policies and track policy acknowledgements.
* **Risks** – Maintain your risk register, score risks, and track treatments.
* **Compliance** – Access frameworks, controls, and compliance resources.
* **Data Library** – Manage assets, incidents, and related compliance documentation.
* **Monitoring** – Review and configure automated Sprinto checks.
* **Trust** – Manage trust centre content, questionnaires, and disclosures.
* **Settings** – Configure integrations, zones, roles, security settings, and organisation details.

This logical grouping aligns with GRC best practices, reducing cognitive load and helping teams navigate between related areas quickly.

<figure><img src="/files/b3YbH4zHJUIAyPDUwebU" alt=""><figcaption></figcaption></figure>

***

#### Key Dashboard Sections

**1. Control Health Dashboard**

* **Purpose:** Tracks readiness of all mapped controls across compliance areas.
* **Metrics:** Control readiness %, passing/failing/critical/due checks, and pending setup count.
* **Actions:** Drill down into compliance areas, review mapped checks, and address failing controls.

**2. Task Dashboard**

* **Purpose:** Centralises all pending compliance tasks.
* **Metrics:** Task counts by severity and time-to-fix indicators.
* **Actions:** Filter by zone, role, area, and status; assign and escalate tasks; complete certain tasks inline.

**3. Continuous Risk Monitoring**

* **Purpose:** Monitors and evaluates ongoing risk treatment effectiveness.
* **Metrics:** Average inherent risk, residual risk, and treatment effectiveness.
* **Actions:** Review treatment readiness at a risk and control level, address low readiness areas.

***

#### Why This Matters

The Sprinto Dashboard provides:

* **Real-time compliance visibility** across all areas.
* **Actionable insights** with drill-down navigation to specific product areas.
* **Streamlined navigation** to all governance, risk, and compliance modules.
* **Zone-specific filtering** for distributed teams or multiple entities.


---

# 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.sprinto.com/dashboard/overview.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.
