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

# PLAYBOOKS

- [Playbooks](https://docs.riff.ai/playbooks/playbooks.md): Step-by-step task guides for procurement, finance, and operations teams building on Riff.
- [Procurement](https://docs.riff.ai/playbooks/procurement.md): Riff playbooks for procurement teams — supplier confirmations, RFQs, PO matching, and delivery exceptions.
- [Chase supplier confirmations](https://docs.riff.ai/playbooks/procurement/chase-supplier-confirmations.md): Build a Riff agent that automatically chases unconfirmed purchase orders — so your buyers spend time on decisions, not status emails.
- [Run an RFQ](https://docs.riff.ai/playbooks/procurement/run-an-rfq.md): Build a Riff agent (or app) to send RFQs to suppliers, track responses, and surface the best quote — without the spreadsheet chase.
- [Match purchase orders to invoices](https://docs.riff.ai/playbooks/procurement/match-purchase-orders.md): Build a Riff agent that matches purchase orders to invoices, flags GR/IR discrepancies, and keeps your three-way match clean.
- [Handle delivery exceptions](https://docs.riff.ai/playbooks/procurement/handle-delivery-exceptions.md): Build a Riff workflow to surface inbound delivery discrepancies — short deliveries, wrong items, damaged goods — and keep your team moving.
- [Finance](https://docs.riff.ai/playbooks/finance.md): Riff playbooks for finance teams — invoice reconciliation, payment exceptions, and approval escalation.
- [Reconcile supplier invoices](https://docs.riff.ai/playbooks/finance/reconcile-supplier-invoices.md): Build a Riff agent that reconciles supplier invoices against purchase orders and goods receipts — so your AP team focuses on exceptions, not routine matching.
- [Escalate flagged transactions](https://docs.riff.ai/playbooks/finance/escalate-flagged-transactions.md): Build a Riff workflow to route payment exceptions and approval requests to the right person — automatically, with full audit trail.
- [Operations](https://docs.riff.ai/playbooks/operations.md): Riff playbooks for operations teams — open order monitoring, stock threshold alerts, and inbound logistics.
- [Monitor open orders](https://docs.riff.ai/playbooks/operations/monitor-open-orders.md): Build a Riff agent that watches your open purchase order pipeline and alerts on overdue or stalled orders — before they become supply disruptions.
- [Alert on stock thresholds](https://docs.riff.ai/playbooks/operations/alert-on-stock-thresholds.md): Build a Riff agent that monitors inventory levels and alerts your team — or triggers replenishment — when stock falls below threshold.


---

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