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

# Playbooks

Playbooks are task-oriented guides for the jobs your team runs every day. Each playbook walks you through one specific workflow — from connecting your ERP to a finished App or Agent doing the job.

Pick the domain that matches your team's work:

| Domain                                   | What it covers                                                   |
| ---------------------------------------- | ---------------------------------------------------------------- |
| [Procurement](/playbooks/procurement.md) | Supplier confirmations, RFQs, PO matching, delivery exceptions   |
| [Finance](/playbooks/finance.md)         | Invoice reconciliation, payment exceptions, approval escalation  |
| [Operations](/playbooks/operations.md)   | Open order monitoring, stock threshold alerts, inbound logistics |

## How playbooks work

Each playbook covers one task. It tells you:

1. **What you're building** — the job to be done, and whether an App or Agent is the better fit
2. **What you need** — ERP system, permissions, data connections
3. **Step by step** — exactly how to build it in Riff
4. **What good looks like** — how to verify it's working

Most playbooks show both an **Agent path** (automated, unattended work) and an **App path** (tasks where a human should stay in control). Use whichever fits your team's workflow.

## Before you start

* Not connected to your ERP yet? Start with [Integrations](https://github.com/ElleNealAI/riff-docs/blob/main/integrations/README.md)
* New to Riff? The [Getting Started](https://github.com/ElleNealAI/riff-docs/blob/main/getting-started/README.md) tutorials cover your first build end to end
* Not sure whether to build an App or Agent? Read [Apps and Agents](/concepts/apps-and-agents.md)


---

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