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

# Decoda Help Center

> Guides, walkthroughs, and reference for running your clinic on Decoda.

<div className="kb-home kb-landing">
  <section className="kb-hero">
    <div className="kb-hero__copy">
      <p className="kb-eyebrow">Decoda Help Center</p>
      <h1 className="kb-hero__title">Run your clinic with confidence.</h1>

      <p className="kb-hero__sub">
        Step-by-step guides and reference for every part of Decoda — from the front
        desk to the treatment room to the back office. Find your role, get going in
        a day, and go deeper whenever you need to.
      </p>

      <div className="kb-hero__cta">
        <a className="kb-btn kb-btn--primary" href="#your-first-24-hours">New employee? Start your first 24 hours</a>
        <a className="kb-btn kb-btn--ghost" href="/getting-started">Setting up a new clinic</a>
      </div>

      <p className="kb-hero__hint">Press <kbd>⌘</kbd> <kbd>K</kbd> anywhere to search the whole help center.</p>
    </div>

    <div className="kb-hero__media">
      <img src="https://mintcdn.com/decodahealth/5Qm3EnJxKEUQyqSg/images/calendar-week.jpg?fit=max&auto=format&n=5Qm3EnJxKEUQyqSg&q=85&s=9911643c7a450541d858a035b263aa95" alt="The Decoda calendar showing a week of clinic appointments" width="2708" height="1566" data-path="images/calendar-week.jpg" />
    </div>
  </section>

  <div id="your-first-24-hours" />

  ## New to the team? Start with your role

  Pick the role that matches your job to get a guided walkthrough of your first 24 hours on Decoda.

  <CardGroup cols={3}>
    <Card title="Front Desk" icon="headset" href="/personas/front-desk">
      Find patients, book appointments, take payment, and answer messages.
    </Card>

    <Card title="Provider" icon="user-doctor" href="/personas/providers">
      Run your calendar, document visits, prescribe, and complete exams.
    </Card>

    <Card title="Owner & Admin" icon="chart-line" href="/personas/owners">
      Track performance, pay staff, plan shifts, and tune your AI assistants.
    </Card>
  </CardGroup>

  ## Explore by area

  <CardGroup cols={2}>
    <Card title="Patients" icon="user" href="/modules/patients/index">
      Patient records, charts, documents, importing, and merging.
    </Card>

    <Card title="Scheduling" icon="calendar" href="/modules/scheduling/index">
      The calendar, booking appointments, blocks, shifts, and self-scheduling.
    </Card>

    <Card title="Billing & Payments" icon="credit-card" href="/modules/billing/index">
      Checkout, charges, invoices, superbills, commissions, and staff pay.
    </Card>

    <Card title="Notes & Scribe" icon="pen-to-square" href="/modules/notes/index">
      AI Scribe, manual notes, attachments, doses, and sign-off.
    </Card>

    <Card title="Forms & Intake" icon="file-lines" href="/modules/forms/index">
      Build forms, send them to patients, and review submissions.
    </Card>

    <Card title="Communications" icon="comments" href="/modules/comms/index">
      Two-way texting, calls, AI responses, blasts, and cohorts.
    </Card>

    <Card title="Inventory" icon="boxes-stacked" href="/modules/inventory/index">
      Track stock, purchase orders, suppliers, and medications.
    </Card>

    <Card title="Analytics" icon="chart-line" href="/modules/analytics/index">
      Dashboards for appointments, revenue, patients, and providers — plus Ask Decoda.
    </Card>

    <Card title="Settings & Org Setup" icon="gear" href="/modules/settings/index">
      Locations, users and roles, services, payments, AI assistants, and more.
    </Card>

    <Card title="Glossary" icon="book" href="/glossary">
      Definitions for the terms you'll see across Decoda.
    </Card>
  </CardGroup>

  ## For developers

  <CardGroup cols={2}>
    <Card title="API Reference" icon="code" href="/api-reference/introduction">
      Authenticate, call endpoints, and integrate Decoda with your own systems.
    </Card>

    <Card title="Webhooks & Integration Guides" icon="plug" href="/api-reference/guides/quickstart">
      Quickstart, webhook events, and embedded payment flows.
    </Card>
  </CardGroup>
</div>
