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

# Reference

> Code-sourced reference for Encore OS — generated from the system's own structured truth, so it cannot drift.

This section is the **generated, fact layer** of Encore OS documentation. Every page here is produced from the platform's own structured source of truth — not hand-written. If the system changes, these pages change with it; CI fails if a committed page drifts from its source (see **PF-113**).

## Available reference

<CardGroup cols={2}>
  <Card title="Picklist Reference" icon="list" href="/reference/picklists">
    System default picklist definitions and their values. Generated from code — see PF-113.
  </Card>

  <Card title="Domain Events Reference" icon="list" href="/reference/events">
    Platform domain events from KnownEventName, reconciled against the fw\_workflow\_events DB registry and publishEvent call sites. Generated from code.
  </Card>

  <Card title="Form Templates Reference" icon="list" href="/reference/forms">
    System form templates shipped with Encore OS and their fields. Generated from code — see PF-113.
  </Card>

  <Card title="Wizard Templates Reference" icon="list" href="/reference/wizards">
    System wizard templates shipped with Encore OS and their steps, grouped by module. Generated from code — see PF-113.
  </Card>

  <Card title="Automation Catalogue" icon="list" href="/reference/automation">
    System automations and workflows shipped with Encore OS, grouped by core. Generated from the automation registry — see PF-113.
  </Card>

  <Card title="Permission Keys Reference" icon="list" href="/reference/permissions">
    Every \{module}.\{feature}.\{action} permission key shipped with Encore OS, grouped by module. Generated from code — see PF-113.
  </Card>

  <Card title="Module Settings Reference" icon="list" href="/reference/settings">
    Every configurable module setting across Encore OS, with type and description, generated from the database catalogue — see PF-113.
  </Card>

  <Card title="AI Skills Reference" icon="list" href="/reference/ai-skills">
    The platform's system AI skills, grouped by category, with their module, model and RAG settings. Generated from code — see PF-113.
  </Card>

  <Card title="Edge Function Catalog" icon="list" href="/reference/edge-functions">
    Every Supabase Edge Function in Encore OS, with HTTP method, auth posture, and purpose, derived from supabase/functions source — see PF-113.
  </Card>

  <Card title="Jurisdiction Profiles" icon="list" href="/reference/jurisdiction-profiles">
    System jurisdiction profiles (PF-96 state-Medicaid abstraction) — the federal baseline and seeded state Medicaid profiles. Generated from code — see PF-113.
  </Card>

  <Card title="API surface (for tools & LLMs)" icon="robot" href="/api/README">
    The full per-core TSDoc API surface and `llms-full.txt`, generated for agent/tooling consumption. Reachable but intentionally unlisted in the human sidebar.
  </Card>
</CardGroup>
