# View and Investigate Checks

Once compliance checks are created or enabled, Sprinto continuously evaluates their status based on task outcomes. From the Monitoring table, you can review check statuses, open detailed views, and investigate failing, due, or critical tasks.

Each check is interactive — allowing you to assess what's failing, why it's failing, and what action is required to bring it back into a compliant state.

***

### Understand the Monitoring Table

Every check appears as a row in the Monitoring table, showing:

* **Check name and type** (Automated or Workflow)
* **Entity** being evaluated (e.g., EC2, S3, Staff)
* **Provider** (e.g., AWS, Azure, GitHub)
* **Area** (e.g., People, Infrastructure)
* **Owner** (assigned team member)
* **Task status**:
  * **Passed**: Everything is compliant
  * **Due**: Approaching the expected completion date
  * **Failing**: Failed tasks or violations detected
  * **Critical**: High-risk failures needing immediate attention

A **View & Fix** button appears for failing or due tasks. Use this to dive into task-level insights.

***

### Open the Check Details Page

Click any check row or select **View Details** to explore the following:

#### Health Summary

See a visual breakdown of:

* Task outcomes (Passed, Due, Failing, Critical)
* Total entities evaluated
* Number of tasks per entity

#### Entity-Level Insights

Get a detailed matrix showing:

* All evaluated entities (e.g., specific users or systems)
* Their individual task outcomes
* Linked evidence or responses (for workflow checks)

If a check spans multiple providers or entities, you can hover to see the complete list.

#### Framework and Control Mapping

For mapped checks, view the compliance control or framework the check addresses (e.g., SOC 2 CC6.1, ISO A.9.2.1).

***

### Investigate Failures and Due Tasks

Sprinto allows you to investigate failing and due tasks directly from the check:

* **For Workflow Checks**:
  * See task instructions
  * View assignee/reviewer info
  * Reassign or update responses
  * Upload missing evidence
* **For Automated Checks**:
  * See integration source data
  * Understand the logic behind the failure
  * Validate with underlying system (e.g., AWS config)

Some monitors may also offer a setup guide in a side drawer to assist with fixing issues or misconfigurations.

***

### Reassign or Edit Checks

From the check detail view, you can:

* Update the **Owner**
* Change **frequency**, **trigger**, or **reviewer** (workflow only)
* View **task history**
* **Dismiss tasks** that are false positives or no longer applicable

Changes take effect immediately and will be reflected in the next evaluation cycle.


---

# Agent Instructions: 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:

```
GET https://docs.sprinto.com/monitoring/dashboard-actions/view-and-investigate-checks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
