> 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.md).

# Dashboard

- [Overview](https://docs.sprinto.com/dashboard/overview.md): Get a unified, real-time view of compliance posture, pending work, and risks across Sprinto through the central dashboard and streamlined navigation.
- [Support for Secure Controls Framework (SCF)](https://docs.sprinto.com/dashboard/overview/support-for-secure-controls-framework-scf.md)
- [Communication of Staff Related Activities Email Template](https://docs.sprinto.com/dashboard/overview/communication-of-staff-related-activities-email-template.md)
- [New Sprinto App Navigation UI Overview](https://docs.sprinto.com/dashboard/overview/new-sprinto-app-navigation-ui-overview.md)
- [User Management](https://docs.sprinto.com/dashboard/user-management.md)
- [User Management (Collaborator)](https://docs.sprinto.com/dashboard/user-management/user-management-collaborator.md): Learn how to assign, manage, and revoke collaborator access in Sprinto for seamless task delegation and compliance tracking.
- [Check Super Admin Status (Google Workspace)](https://docs.sprinto.com/dashboard/user-management/check-super-admin-status-google-workspace.md)
- [Control Health Dashboard](https://docs.sprinto.com/dashboard/control-health-dashboard.md): Track the overall compliance posture, monitor control readiness, and review pending work across all compliance areas from Sprinto’s main dashboard.
- [Continuous Risk Monitoring](https://docs.sprinto.com/dashboard/continuous-risk-monitoring.md): Monitor risks in real time, assess treatment effectiveness, and identify risks requiring attention from a centralised dashboard in Sprinto.
- [Task Dashboard](https://docs.sprinto.com/dashboard/task-dashboard.md): View, filter, and manage all pending compliance tasks across Sprinto from a single, centralised dashboard.


---

# 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.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.
