> 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/staff-devices/dashboard-actions.md).

# Dashboard Actions

The **Dashboard Actions** section under **Staff Devices** provides administrators with tools to configure, manage, and track device compliance across employees, contractors, and other staff types. Whether devices are managed using Dr. Sprinto, a third-party MDM, or through manual evidence collection, this section allows you to take full control of device monitoring and remediation workflows.

This article outlines the key actions available and provides a summary of each.

***

### 1. Set Up Device Health Reporting via MDM

Configure Sprinto to track device health using:

* **Dr. Sprinto** – Sprinto’s native MDM tool for automated device scans and status reporting.
* **Third-party MDMs** – Connect external providers like Intune, JAMF, Iru (Kandji), and Sophos.

***

### 2. Create and Manage Manual Workflow Checks

If your team includes unmanaged or BYOD devices, use workflow checks to collect compliance evidence manually. Create checks for OS version, screen lock, encryption, and more.

***

### 3. Run and Review Workflow Evidence Submissions

After checks are created, staff can upload evidence to pass compliance requirements. Admins or reviewers can evaluate submissions, mark them as passing, or request resubmission.

***

### 4. Report Device Status via Employee Portal

If automatic fetching fails (e.g. due to OS mismatch or app errors), staff can report their device manually through the Sprinto Employee Portal by uploading system-level evidence.

***

### 5. Review Device Status and Check History (Dr. Sprinto)

Monitor which devices have reported status and which checks are failing. Filter by MDM type, staff member, or check type to take appropriate action.

***

### 6. Scope Devices as Active, Inactive, or Not-in-Scope

Manually manage device inclusion based on use case. Use this to exclude temporary or replacement devices, or to reclassify inactive ones for future reporting.

***

### 7. Monitor Device Compliance Checks

Use the **Monitoring** tab to track all device-related compliance checks—regardless of how they’re reported. Apply filters to quickly find failing or pending checks and take corrective action.


---

# 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/staff-devices/dashboard-actions.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.
