> 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/data-library/reports.md).

# Reports

The **Reports** section in the Data Library provides a central location to view, analyse, and download detailed compliance, risk, audit, and vendor insights for your organisation.\
These reports consolidate data from multiple Sprinto modules, giving you actionable information to track progress, identify gaps, and make informed compliance decisions.

To access the Reports section:

1. Sign in to the Sprinto dashboard.
2. Go to **Data Library** in the left navigation.
3. Select **Reports**.

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

***

### Report types

The following reports are available:

<table><thead><tr><th width="224.6015625">Report type</th><th>Description</th></tr></thead><tbody><tr><td><strong>Compliance health report</strong></td><td>Displays an overview of your organisation’s compliance health, including readiness percentages and historical trends. Breakdowns are available by compliance areas and mapped framework criteria.</td></tr><tr><td><strong>Compliance gap report</strong></td><td>Highlights gaps in your compliance programme. Shows the number of controls that need work, pending tasks, and an action plan to meet framework requirements.</td></tr><tr><td><strong>Vendor insights report</strong></td><td>Provides a consolidated view of vendor profiles, due diligence progress, category breakdowns, and risk trends.</td></tr><tr><td><strong>Risk report</strong></td><td>Summarises identified risks, their categories, impact, likelihood, and treatment approach. Includes heatmaps, mitigation progress, and pending risk management actions.</td></tr><tr><td><strong>Audit report</strong></td><td>Tracks audit progress, requirements, pending tasks, and evidence submission status. Includes breakdowns by assignee and evidence type.</td></tr></tbody></table>

***

### Filters

Each report type includes filtering options to refine the displayed data:

* **Zone** – Select the organisation zone to view specific data.
* **Framework** – Choose the compliance framework relevant to your analysis (for example, SOC 2).
* **Criteria** – Filter by specific criteria within a framework.
* **Date range** – Adjust timelines to focus on a specific reporting period.

***

### Download a report

To download a report:

1. Go to **Data Library > Reports**.
2. Select the required report type.
3. Apply any filters to refine the data.
4. Select **Download report** in the upper-right corner of the page.

The report is downloaded in PDF format, containing all visible data and charts.

***

### Insights available

These reports allow you to:

* Monitor compliance status across frameworks and areas.
* Identify and address control gaps.
* Assess vendor risk posture and due diligence progress.
* Track inherent and residual risks using visual mapping.
* Follow audit timelines, evidence collection, and task completion.


---

# 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/data-library/reports.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.
