> 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/glossary.md).

# Glossary

This glossary defines key terms used in the *Trainings* section of Sprinto to help administrators and staff understand important concepts and actions.

<table data-header-hidden><thead><tr><th width="181.8203125"></th><th></th></tr></thead><tbody><tr><td><strong>Term</strong></td><td><strong>Definition</strong></td></tr><tr><td><strong>Training Campaign</strong></td><td>A scheduled assignment of one or more training modules to a group of staff. Can be periodic or triggered during onboarding.</td></tr><tr><td><strong>Training Request</strong></td><td>A one-time, targeted training requirement raised for specific staff members.</td></tr><tr><td><strong>Training Provider</strong></td><td>The source of security training content. Can be Sprinto (built-in) or an external provider such as KnowBe4 or Curricula.</td></tr><tr><td><strong>Training Module</strong></td><td>A predefined training programme covering a specific topic (e.g., GDPR, HIPAA).</td></tr><tr><td><strong>Acknowledgement</strong></td><td>A formal confirmation by the staff member that they have completed the training.</td></tr><tr><td><strong>Typeform Test</strong></td><td>A custom knowledge check or quiz uploaded via Typeform and linked to a training module.</td></tr><tr><td><strong>Workflow Check</strong></td><td>An automated compliance check that monitors the setup, coverage, and completion of training activities.</td></tr><tr><td><strong>Sprinto Tab</strong></td><td>A section within the Trainings dashboard where all Sprinto-issued campaigns and statuses are managed.</td></tr><tr><td><strong>Requirements Tab</strong></td><td>A section for creating and managing targeted training requests.</td></tr><tr><td><strong>Monitoring Tab</strong></td><td>A section that displays the real-time status of workflow checks for training and other compliance areas.</td></tr><tr><td><strong>Integration Monitor</strong></td><td>A workflow check that validates sync health and data flow from external training providers.</td></tr><tr><td><strong>Campaign Recall</strong></td><td>An action that cancels a live campaign and removes it from staff dashboards.</td></tr></tbody></table>


---

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