> 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/track-training-status-and-progress.md).

# Track Training Status and Progress

Use the *Sprinto* tab in the Trainings section to monitor the status of security training campaigns and review individual staff progress. This helps administrators ensure that all in-scope employees complete their assigned InfoSec training on time.

You can view campaign-level summaries as well as staff-specific completion breakdowns for each training programme.

***

#### Prerequisites

* Sprinto must be set as the active training provider.
* At least one campaign or training requirement must have been issued.

***

#### View campaign-level training progress

1. Log in to the Sprinto dashboard and navigate to **Data Library** → **Trainings**.
2. Select the **Training** **campaigns** sub-tab.
3. Locate the campaign you wish to track.
4. Click **View status** to see:
   * Number of staff assigned
   * Modules included in the campaign
   * Completion percentage
   * Staff completion breakdown by module

{% hint style="info" %}
This provides a consolidated view of all campaigns initiated through Sprinto.
{% endhint %}

***

#### View individual staff training status

1. From the *Sprinto* tab, select the **Training Status** sub-tab.
2. Use the filters to search for a staff member by name, email, team, or status.
3. Click on the staff member's name to view:
   * All assigned training campaigns
   * Completion status for each campaign
   * Completion timestamp (if finished)
   * Associated test results (if applicable)
4. If needed, you can **mark a check as a special case** using Sprinto’s override workflow. This is useful for training completions done outside the platform.

{% hint style="info" %}
Refer to the special case documentation for more details on using overrides.
{% endhint %}

***

#### View external provider progress (KnowBe4 or Curricula)

If you have integrated an external provider:

1. Navigate to the respective **KnowBe4** or **Curricula** tab in the *Trainings* section.
2. Use filters to:
   * Review assigned campaigns
   * Track staff-level completion synced from the provider
   * Identify staff overdue or incomplete

{% hint style="info" %}
These tabs are read-only. To edit or recall campaigns, actions must be taken from the external provider’s dashboard.
{% endhint %}

***

#### Export or report on training progress

While not mandatory, Sprinto enables you to export training progress data:

* From the *Sprinto* or *Training Status* tab, click **Export** to download a CSV.
* Use the file for internal audits, compliance reports, or board-level summaries.

***

#### Result

Once you track training status:

* You can identify which staff require reminders or follow-up.
* You can ensure compliance training completion ahead of audits.
* Evidence of completion is automatically recorded in Sprinto.


---

# 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/track-training-status-and-progress.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.
