> 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/sprinto-ai/overview.md).

# Overview

**Sprinto AI** uses generative AI and large language models (LLMs) to help you run your compliance, risk, and security programme with less manual effort and more accuracy. Built on industry-leading third-party AI technology, Sprinto AI automates effort-intensive tasks such as:

* Reviewing vendors’ security documentation.
* Answering security questionnaires.
* Summarising and refining policies.
* Performing repetitive data-entry tasks.

By integrating Sprinto AI into your workflows, you save time, reduce human error, and improve the consistency of your compliance processes. Sprinto AI also operates in line with stringent safety and privacy standards, ensuring that customer data is always handled securely and responsibly.

<figure><img src="/files/B8uxWGcDNW1wR9RejeM7" alt="" width="563"><figcaption></figcaption></figure>

***

### Sprinto’s AI Principles

All AI-driven features in Sprinto are designed around six guiding principles:

* **Safety** – AI features are engineered, tested, and continuously monitored for reliability and security.
* **Privacy** – All data is processed using secure, industry-leading AI services that comply with strict privacy standards.
* **Transparency** – AI processes and results are explained wherever possible, enabling you to make informed decisions.
* **Relevance** – Results are focused on the specific use case or requirement, avoiding unnecessary noise.
* **User Control** – You have full control over AI-generated results. You can review, edit, ignore, or provide feedback.
* **Accountability** – Sprinto actively collects and responds to feedback to improve AI quality and outcomes.

***

### Enabling Sprinto AI

Sprinto AI can be turned on or off at any time.

1. Go to **Settings > Sprinto AI**.
2. Use the toggle to enable or disable Sprinto AI.
3. When enabled, AI features are available across applicable modules and entity records.

***

### Key Benefits

* **Save time** by automating manual, repetitive compliance checks.
* **Increase accuracy** with consistent, AI-assisted outputs.
* **Stay in control** by reviewing all AI-generated results before acting on them.
* **Work securely** with AI designed around privacy and safety standards.


---

# 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/sprinto-ai/overview.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.
