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

# Sprinto AI

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

* Reviewing vendors’ security documentation
* Answering security questionnaires
* Performing repetitive data-entry tasks

By integrating Sprinto AI into your workflows, you can save time, reduce manual effort, and improve the accuracy and consistency of your security and compliance processes.

Sprinto AI operates in accordance with stringent safety and privacy standards, ensuring that all customer data is handled securely and responsibly.

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

### Sprinto’s AI Principles

All AI-driven features in Sprinto adhere to six key principles:

1. **Safety** – AI is engineered, tested, and continuously monitored to ensure reliability and security.
2. **Privacy** – All data is processed using secure, industry-leading third-party AI software that complies with strict privacy standards.
3. **Transparency** – AI processes and results are explained wherever possible, enabling customers to make informed decisions.
4. **Relevance** – Only relevant results are provided, based on the specific use case, needs, and requirements.
5. **User Control** – Customers have full control over AI-generated results, including the ability to review, edit, ignore, and provide feedback.
6. **Accountability** – Sprinto seeks and addresses customer feedback to ensure AI output quality.

### Enabling Sprinto AI

Sprinto AI can be toggled on or off from the **Settings > Sprinto AI** section. When enabled, it will be available across applicable modules and features.


---

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