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

# Glossary

This glossary defines key terms used across the Policies module in Sprinto.

<table><thead><tr><th width="171.73828125">Term</th><th>Definition</th></tr></thead><tbody><tr><td><strong>Policy</strong></td><td>A formal rule or requirement that governs organisational behaviour, security, or operations.</td></tr><tr><td><strong>Procedure</strong></td><td>A step-by-step guide that outlines how to implement a policy.</td></tr><tr><td><strong>Document</strong></td><td>A general artefact that supports compliance, such as audit reports, charters, or ISMS scope documents.</td></tr><tr><td><strong>Draft</strong></td><td>The initial stage of a document. Drafts can be edited, reviewed, and submitted for approval.</td></tr><tr><td><strong>Pending approval</strong></td><td>Indicates that a policy has been submitted for approval but is not yet active.</td></tr><tr><td><strong>Active</strong></td><td>A policy that has been approved and is available to employees for acknowledgement.</td></tr><tr><td><strong>Disabled</strong></td><td>A policy that has been deactivated and is no longer visible to employees.</td></tr><tr><td><strong>Reviewer</strong></td><td>A user who can leave comments on a draft policy but cannot approve or edit it.</td></tr><tr><td><strong>Approver</strong></td><td>A user authorised to approve a policy and move it to the active state.</td></tr><tr><td><strong>Version</strong></td><td>A tracked iteration of a policy, created when changes are made after activation.</td></tr><tr><td><strong>Control</strong></td><td>A specific compliance requirement that a policy helps satisfy.</td></tr><tr><td><strong>Control mapping</strong></td><td>The process of linking a policy to one or more compliance controls for audit purposes.</td></tr><tr><td><strong>Sprinto template</strong></td><td>A prebuilt, editable policy document aligned with specific frameworks (e.g. SOC 2, ISO 27001).</td></tr><tr><td><strong>Library</strong></td><td>A repository of standard documents that can be added to your organisation’s policy set.</td></tr><tr><td><strong>Acknowledgement</strong></td><td>An employee’s confirmation that they have read and understood a given policy.</td></tr><tr><td><strong>Sync</strong></td><td>The process of importing documents from Confluence or SharePoint into Sprinto.</td></tr><tr><td><strong>Monitoring</strong></td><td>The dashboard used to track the health and compliance status of policies and tasks.</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:

```
GET https://docs.sprinto.com/policies/glossary.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.
