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

# CONCEPTS

- [Concepts](https://docs.riff.ai/concepts/concepts.md): Understand how Riff works — so you can deploy with confidence.
- [Apps and Agents](https://docs.riff.ai/concepts/apps-and-agents.md): When to build a screen, when to build a worker — and how Apps and Agents work together in Riff.
- [What is a Riff agent?](https://docs.riff.ai/concepts/what-is-a-riff-agent.md): What a Riff agent is, how to think about it, and what makes it different from automation or a chatbot.
- [How agents act on ERPs](https://docs.riff.ai/concepts/how-agents-act-on-erps.md): How Riff connects to your ERP and what "taking action" actually means at a technical level.
- [Reversibility and audit trail](https://docs.riff.ai/concepts/reversibility-and-audit-trail.md): How Riff ensures every agent action can be undone, every edge case reaches a human, and every step is logged.
- [Security](https://docs.riff.ai/concepts/security.md): Riff's security posture — SOC 2, SSO, GDPR, data residency, and access control.


---

# 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.riff.ai/concepts.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.
