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

# Overview

> Start with the Solum API or explore practical guides for patient operations, eligibility, and workspace configuration

**Solum documentation**

# Build and operate patient workflows with confidence

Integrate with the Solum API or follow practical guides for patient operations,
insurance eligibility, and workspace configuration.

<CardGroup cols={2}>
  <Card title="Start with the API" icon="code" href="/api-reference/introduction" cta="Read the API overview" arrow="true">
    Authenticate with a company-scoped API key, understand API conventions,
    and make your first request.
  </Card>

  <Card title="Explore product guides" icon="book-open" href="/guides/creating-a-patient" cta="Browse product workflows" arrow="true">
    Learn the workflows Solum teams use to manage patients, eligibility, and
    operational work.
  </Card>
</CardGroup>

## Choose your path

<CardGroup cols={2}>
  <Card title="API integrators" icon="code" href="/api-reference/introduction">
    Authenticate, create patients, and safely upsert existing records.
  </Card>

  <Card title="Insurance & eligibility" icon="shield-check" href="/guides/eligibility-check">
    Run manual, automatic, and batch eligibility workflows.
  </Card>

  <Card title="Patient operations" icon="users" href="/guides/batch-patient-import">
    Import patients and configure the workflows that move work forward.
  </Card>

  <Card title="Webhooks" icon="bolt" href="/guides/webhooks">
    Subscribe to signed patient and task events in real time.
  </Card>
</CardGroup>

## Popular guides

<CardGroup cols={2}>
  <Card title="Upsert patients" icon="user-check" href="/guides/upsert-patient" horizontal>
    Match, create, or update a patient safely.
  </Card>

  <Card title="Automatic eligibility checks" icon="wand-magic-sparkles" href="/guides/automatic-eligibility-checks" horizontal>
    Run eligibility checks from workflow-stage actions.
  </Card>

  <Card title="Configure workflow stages" icon="diagram-project" href="/guides/workflow-stages" horizontal>
    Define the stages and actions that organize patient work.
  </Card>

  <Card title="Product changelog" icon="clock-rotate-left" href="/changelog" horizontal>
    See customer-visible improvements shipped to Solum.
  </Card>
</CardGroup>
