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

# Dashboard Actions

The *Dashboard Actions* section under Trainings enables administrators to perform all key actions required to run, monitor, and manage InfoSec training across the organisation. From setting up providers and launching campaigns to tracking completion and enforcing compliance, this section centralises everything you need to operationalise employee security awareness training within Sprinto.

Use the following guides to complete specific training-related actions from the dashboard.

***

#### Available Actions

<table data-header-hidden><thead><tr><th width="185.0546875"></th><th></th></tr></thead><tbody><tr><td><strong>Action</strong></td><td><strong>Description</strong></td></tr><tr><td><strong>Set Up and Manage Security Training Providers</strong></td><td>Add or switch between Sprinto, KnowBe4, and Curricula as providers. Upload training materials, enable tests, and manage applicability.</td></tr><tr><td><strong>Create and Manage Training Campaigns</strong></td><td>Launch onboarding or periodic campaigns, assign modules, preview content, and recall live campaigns.</td></tr><tr><td><strong>Create and Manage Targeted Training Requests</strong></td><td>Raise specific training assignments for individuals or teams from the <em>Requirements</em> tab.</td></tr><tr><td><strong>Track Training Status and Progress</strong></td><td>Monitor campaign-level completion and drill down to staff-wise training status and test results.</td></tr><tr><td><strong>Monitor Training Compliance Checks</strong></td><td>Review workflow checks to track provider setup, campaign coverage, acknowledgement, and integration status.</td></tr></tbody></table>

{% hint style="info" %}
These actions are only available when Sprinto is the configured training provider. Monitoring checks apply across both Sprinto and external providers.
{% endhint %}

***

#### Where to find these actions

Navigate to **Data Library** > **Trainings**.

You’ll find the following tabs where each action is performed:

* **Overview** – Configure providers, view all campaigns, and preview modules
* **Sprinto** – Create campaigns and view staff training status
* **Requirements** – Raise targeted training requests
* **Monitoring** – View training-related compliance checks and integration health
* **KnowBe4 / Curricula** – Track progress from external providers (if integrated)


---

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