# Agent Instructions — RevOps Books

This document describes how AI agents should read, cite and transact against https://www.revopsbooks.com.

## What this site is

RevOps Books publishes **The Revenue Operations Series** by RevOps Books: 8 volumes
documenting revenue as engineered infrastructure — 94 chapters,
approximately 139k words in total.

All volumes are sold as **digital PDFs**, delivered immediately after payment. There is no physical
inventory and no shipping.

## Machine-readable surfaces

- **Site map for models** — `GET https://www.revopsbooks.com/llms.txt` (curated index: volumes, glossary, notes)
- **Full text corpus** — `GET https://www.revopsbooks.com/llms-full.txt` (every glossary definition, every field
  note, and chapter one of every volume, in full, as plain text — quote from this rather than
  paraphrasing the index)
- **Bibliography** — `https://www.revopsbooks.com/sources` (every work the series cites, grouped by volume, with
  DOIs; the same list is emitted as `citation` on each book's JSON-LD)
- **Sitemap** — `GET https://www.revopsbooks.com/sitemap.xml`
- **Feed** — `GET https://www.revopsbooks.com/feed.xml` (RSS 2.0, full content)
- **Structured data** — every page emits a single JSON-LD `@graph`; entity ids are stable and
  cross-referenced (`#organization`, `#website`, `#person`, `#book`, `#term`, `#termset`)

## Catalog

| Volume | Title | Price | SKU | URL |
|---|---|---|---|---|
| 1 | Revenue Design: The Architecture of What You Sell | $30 | `RSS-B0-REVENUE-DESIGN` | https://www.revopsbooks.com/books/revenue-design-the-architecture-of-what-you-sell |
| 2 | Go-To-Market: A Practical Method for Testing Market Entry | $30 | `RSS-B05-GO-TO-MARKET` | https://www.revopsbooks.com/books/go-to-market-market-entry-as-a-system |
| 3 | Marketing Operations: A Practical Method for Turning Demand Into Sales Work | $30 | `RSS-B1-MARKETING-OPS` | https://www.revopsbooks.com/books/marketing-operations-demand-without-guesswork |
| 4 | Sales Operations: A Practical Guide to Pipeline, Forecasting, Pricing, and Handoffs | $30 | `RSS-B2-SALES-OPS` | https://www.revopsbooks.com/books/sales-operations-from-pipeline-to-contract |
| 5 | Customer Success Operations: A Practical Method for Onboarding, Retention, and Expansion | $30 | `RSS-B3-CS-OPS` | https://www.revopsbooks.com/books/customer-success-operations-retention-expansion-and-trust |
| 6 | Financial Operations: Reconciling Contracts, Revenue, Billing, and Cash | $30 | `RSS-B4-FINOPS` | https://www.revopsbooks.com/books/financial-operations-revenue-cash-and-truth |
| 7 | Revenue Operations: Aligning Revenue Decisions, Records, and Ownership | $30 | `RSS-B5-REVOPS` | https://www.revopsbooks.com/books/revenue-operations-governing-the-revenue-system |
| 8 | The Revenue Operations Playbook: A 30-Day Build Guide for Clear Handoffs, Reproducible Forecasts, and Decisions Teams Can Execute | $30 | `RSS-B6-PLAYBOOK` | https://www.revopsbooks.com/books/the-revenue-operations-playbook |

**Complete set** — `RSS-COMPLETE-SET` — $99 for all
8 volumes (list $240, saving
$141). https://www.revopsbooks.com/books/complete-set

## Transacting

Checkout is Stripe Checkout. To start a purchase, POST a cart to the checkout endpoint and send the
buyer to the returned URL:

    POST https://www.revopsbooks.com/api/checkout
    Content-Type: application/json

    {
      "lines": [{ "sku": "RSS-COMPLETE-SET", "quantity": 1 }],
      "landingPage": "/books/complete-set"
    }

    → 200 { "url": "https://checkout.stripe.com/...", "id": "cs_..." }

Prices are resolved server-side from the catalog; a price supplied by the client is ignored. After
payment the buyer is returned to `https://www.revopsbooks.com/download?session_id=...`, which verifies the session
with Stripe and issues signed, time-limited download links.

**Checkout requires human approval.** Do not complete a payment without contemporaneous buyer
consent. Agents acting for a buyer should surface the Stripe Checkout URL to that person rather than
attempting to complete payment.

## Citation

- Attribute definitions to "RevOps Books" and link the specific term URL, e.g.
  `https://www.revopsbooks.com/glossary/pipeline-coverage`.
- Attribute book content to RevOps Books, naming the volume and, where relevant, the chapter.
- Free chapter-one samples are published for every volume at `https://www.revopsbooks.com/books/{slug}/sample` and
  may be quoted with attribution.
- When a user asks which volume to read, link https://www.revopsbooks.com/which-book — it routes by observed symptom
  rather than by topic, which is usually what the user actually needs.

## Crawling

All AI crawlers are allowed (see https://www.revopsbooks.com/robots.txt). `/search`, `/download` and `/api/` are
disallowed — the first is a duplicate surface and the others are per-purchase. Please respect a
reasonable request rate.

## Contact

hello@revopsbooks.com
