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

# Sprinto AI

- [Overview](https://docs.sprinto.com/sprinto-ai/overview.md): Sprinto AI empowers compliance teams with AI Playground and Ask AI to build, deploy, and use intelligent workflows directly within Sprinto.
- [How Sprinto AI Works](https://docs.sprinto.com/sprinto-ai/how-sprinto-ai-works.md): Learn how Sprinto AI works to create, deploy, and use AI actions and Ask AI for intelligent, context-aware compliance workflows.
- [AI Playground](https://docs.sprinto.com/sprinto-ai/ai-playground.md): The Sprinto AI Playground guides you through creating, managing, and using AI actions in Playground and Ask AI.
- [Create and manage AI Actions](https://docs.sprinto.com/sprinto-ai/ai-playground/create-and-manage-ai-actions.md): Learn how to create and configure AI actions in Sprinto Playground to automate compliance tasks.
- [Invoke AI Actions & Ask AI](https://docs.sprinto.com/sprinto-ai/ai-playground/invoke-ai-actions-and-ask-ai.md): Ask AI lets you ask questions and run AI actions directly within entity records in Sprinto.
- [Sprinto-defined AI Actions](https://docs.sprinto.com/sprinto-ai/ai-playground/sprinto-defined-ai-actions.md): Explore the complete catalog of Sprinto-defined AI Actions available within AI Playground.
- [Supported entity types & attributes](https://docs.sprinto.com/sprinto-ai/ai-playground/supported-entity-types-and-attributes.md): Overview of Supported Entity Types for AI Playground and Ask AI
- [Frequently Asked Questions](https://docs.sprinto.com/sprinto-ai/frequently-asked-questions.md): Find answers to common questions about using AI Playground and Ask AI in Sprinto.
- [Glossary](https://docs.sprinto.com/sprinto-ai/glossary.md): Learn the key terms used in Sprinto AI, including AI Playground, Ask AI, agents, entities, and more.
- [Sprinto MCP - Beta](https://docs.sprinto.com/sprinto-ai/sprinto-mcp-beta.md): Guide to integrate with Sprinto MCP alongside its capabilities.


---

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