> ## Documentation Index
> Fetch the complete documentation index at: https://docs.writerzroom.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Editions

> Per-industry bundles of verticals, verifiers, compliance policies, curated sources, and connector types.

An edition is a versioned bundle over the catalog: the verticals it covers, the verifiers and compliance policy sets that run on every generation in those verticals, the curated source packs it ships with, the connector types it permits, and the review roles its content routes to.

| Edition                 | Verticals                                             | Enforcement |
| ----------------------- | ----------------------------------------------------- | ----------- |
| Legal Professional      | Legal, Healthcare Legal                               | blocking    |
| Healthcare Professional | Healthcare, Healthcare Legal                          | blocking    |
| Financial Professional  | Fintech, Real Estate                                  | blocking    |
| Enterprise Growth       | B2B Marketing, SaaS Technology, Enterprise Operations | advisory    |

Enforcement is the weakest of the edition's verticals: bundling an advisory vertical with a blocking one yields an advisory edition, because the least-checked document in the bundle is the one that carries the risk.

## What an edition guarantees

* Every verifier an edition lists is activated by at least one of its verticals. A verifier that no vertical activates never runs, so it cannot be listed.
* Every vertical, policy set, source pack, connector type, and review role in an edition exists in the catalog. The build fails when one does not.
* The edition's version and changelog are part of the record, so the bundle a customer licensed can be named exactly.

`GET /api/editions` lists editions; `GET /api/editions/{id}` returns the resolved bundle, including per-vertical verifiers and enforcement, the number of forbidden and conditional claims in each policy set, the union of allowed templates and style profiles, and each source pack's API sources.

<Info>
  Editions describe the catalog. Attaching an edition to a workspace, pricing, and per-edition licensing are not yet available.
</Info>

<CardGroup cols={2}>
  <Card title="Verticals" icon="layer-group" href="/product/verticals">
    The vertical configurations editions are built from.
  </Card>

  <Card title="Corpus API and MCP" icon="database" href="/api/corpus-and-mcp">
    Workspace documents and connectors.
  </Card>
</CardGroup>
