> For the complete documentation index, see [llms.txt](https://surecloud.gitbook.io/surecloud-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://surecloud.gitbook.io/surecloud-docs/documentation/gracie.md).

# Gracie

- [Meet Gracie](https://surecloud.gitbook.io/surecloud-docs/documentation/gracie/meet-gracie.md): Gracie is SureCloud's AI assistant — a permission-aware governance, risk, and compliance intelligence engine that works across records, documents, and workflows.
- [Governance & Controls](https://surecloud.gitbook.io/surecloud-docs/documentation/gracie/governance-and-controls.md): Understand the controls that govern Gracie, including approvals, permissions, logging, and credit usage.
- [Chatting with Gracie](https://surecloud.gitbook.io/surecloud-docs/documentation/gracie/chatting-with-gracie.md): Open Gracie from anywhere in the platform and ask questions about your records, dashboards and reports in natural language.
- [What Gracie Can Do](https://surecloud.gitbook.io/surecloud-docs/documentation/gracie/what-gracie-can-do.md): Beyond basic chat, Gracie can consult personas, review documents, analyse records, and automate repeatable GRC work.
- [Personas, Skills and Agents](https://surecloud.gitbook.io/surecloud-docs/documentation/gracie/personas-skills-and-agents.md): Understand how Gracie personas, skills, and agents differ, and when to use each one.
- [Skills](https://surecloud.gitbook.io/surecloud-docs/documentation/gracie/personas-skills-and-agents/skills.md): Manage Gracie skills, understand how they trigger, and build custom skills for chat and AI Agents.
- [Write and Test Custom Skills](https://surecloud.gitbook.io/surecloud-docs/documentation/gracie/personas-skills-and-agents/write-and-test-custom-skills.md): Build tenant skills that trigger reliably, stay grounded, and confirm before writing.
- [Skill and Persona Reference](https://surecloud.gitbook.io/surecloud-docs/documentation/gracie/personas-skills-and-agents/skill-and-persona-reference.md): Browse the current Gracie persona, skill, and knowledge base catalogue by category.
- [Agents](https://surecloud.gitbook.io/surecloud-docs/documentation/gracie/personas-skills-and-agents/agents.md): Define an AI agent once and attach it to workflow stages, transitions, and buttons so Gracie can run automatically.


---

# 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://surecloud.gitbook.io/surecloud-docs/documentation/gracie.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.
