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

# Acclaim documentation

> Documentation for Acclaim: Collect, Disburse, and Treasury for insurance organizations. Guides for operators, integration walkthroughs, and API reference.

<div className="acclaim-landing-page overflow-x-clip">
  <div className="acclaim-landing-hero">
    <div className="max-w-3xl mx-auto px-4 sm:px-6 py-12 sm:py-16 lg:py-24 text-center">
      <p className="text-xs sm:text-sm font-medium text-orange-600 dark:text-orange-400 tracking-wide uppercase px-2">
        Insurance payments infrastructure
      </p>

      <h1 className="mt-3 text-3xl sm:text-4xl lg:text-5xl font-semibold text-zinc-900 dark:text-zinc-50 tracking-tight leading-tight px-1 sm:px-0">
        Welcome to Acclaim's documentation
      </h1>

      <p className="mt-4 sm:mt-5 text-base sm:text-lg text-zinc-600 dark:text-zinc-400 leading-relaxed max-w-2xl mx-auto px-1 sm:px-0">
        Learn how to run payins, payouts, and treasury in Acclaim. Choose a path below based on whether you work in the Console, ship integrations, or browse the API.
      </p>

      <div className="mt-8 sm:mt-10 flex flex-col sm:flex-row flex-wrap items-stretch sm:items-center justify-center gap-3 w-full max-w-md sm:max-w-none mx-auto">
        <a href="/guides/getting-started/overview" className="inline-flex items-center justify-center rounded-lg bg-orange-500 hover:bg-orange-600 active:bg-orange-700 dark:bg-orange-500 dark:hover:bg-orange-600 text-white px-6 py-3.5 sm:py-3 text-sm font-medium transition-colors shadow-sm min-h-12 sm:min-h-0 w-full sm:w-auto">
          Browse guides
        </a>

        <a href="/developers/getting-started" className="inline-flex items-center justify-center rounded-lg border border-zinc-300 dark:border-zinc-600 bg-white/80 dark:bg-zinc-900/80 hover:bg-zinc-50 dark:hover:bg-zinc-800 active:bg-zinc-100 dark:active:bg-zinc-700 text-zinc-900 dark:text-zinc-100 px-6 py-3.5 sm:py-3 text-sm font-medium transition-colors min-h-12 sm:min-h-0 w-full sm:w-auto">
          Start integrating
        </a>
      </div>
    </div>
  </div>

  <div className="max-w-6xl mx-auto px-4 sm:px-6 py-10 sm:py-14 lg:py-16">
    <h2 className="text-xl sm:text-2xl font-semibold text-zinc-900 dark:text-zinc-50 text-center px-2">
      Choose your path
    </h2>

    <p className="mt-2 text-center text-sm sm:text-base text-zinc-600 dark:text-zinc-400 max-w-2xl mx-auto px-2">
      Three entry points match how teams usually work with these docs.
    </p>

    <div className="mt-8 sm:mt-10 grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-4 sm:gap-5">
      <Card title="Guides" icon="book-open" href="/guides/getting-started/overview">
        Operational guides for finance, product, and support: Collect, Disburse, Treasury, and the Console.
      </Card>

      <Card title="Developers" icon="terminal" href="/developers/getting-started">
        API keys, embeddable components, webhooks, and integration patterns for builders.
      </Card>

      <Card title="API reference" icon="code" href="/api/introduction">
        OpenAPI-backed endpoints for Collect, Disburse, Treasury, and more.
      </Card>
    </div>
  </div>

  <div className="bg-zinc-50 dark:bg-zinc-950/80 border-y border-zinc-200/80 dark:border-zinc-800">
    <div className="max-w-6xl mx-auto px-4 sm:px-6 py-10 sm:py-14 lg:py-16">
      <h2 className="text-xl sm:text-2xl font-semibold text-zinc-900 dark:text-zinc-50 text-center px-2">
        Explore by function
      </h2>

      <p className="mt-2 text-center text-sm sm:text-base text-zinc-600 dark:text-zinc-400 max-w-2xl mx-auto px-2">
        Acclaim is organized around incoming payments, outgoing payouts, and balances you manage with the platform.
      </p>

      <div className="mt-8 sm:mt-10 grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-4 sm:gap-5">
        <Card title="Collect" icon="arrow-circle-down" href="/guides/collect/overview">
          Payins, payment methods, payment requests, refunds, and reconciliation.
        </Card>

        <Card title="Disburse" icon="arrow-circle-up" href="/guides/disburse/overview">
          Payouts, payees, batches, payout links, and file uploads.
        </Card>

        <Card title="Treasury" icon="layer-group" href="/guides/treasury/overview">
          Treasury accounts, funding, transfers, and treasury transactions.
        </Card>
      </div>

      <p className="mt-6 sm:mt-8 text-center text-sm text-zinc-600 dark:text-zinc-400 px-2 text-balance">
        Sending payouts globally? Start from{" "}

        <a href="/guides/disburse/countries/index" className="text-orange-600 dark:text-orange-400 font-medium hover:underline underline-offset-2">
          supported payout countries
        </a>

        .
      </p>
    </div>
  </div>

  <div className="max-w-6xl mx-auto px-4 sm:px-6 py-10 sm:py-14 lg:py-16">
    <h2 className="text-xl sm:text-2xl font-semibold text-zinc-900 dark:text-zinc-50 text-center px-2">
      Popular next steps
    </h2>

    <div className="mt-8 sm:mt-10 grid grid-cols-1 sm:grid-cols-2 gap-4 sm:gap-5">
      <Card title="Webhooks" icon="webhook" href="/developers/webhooks">
        Event types and how to keep your systems in sync with payouts and treasury activity.
      </Card>

      <Card title="Key concepts" icon="lightbulb" href="/guides/getting-started/key-concepts">
        Shared vocabulary for payins, payouts, treasury accounts, and ledger entries.
      </Card>

      <Card title="End-to-end integration" icon="route" href="/guides/getting-started/implementation-guide">
        A structured path from planning to go-live.
      </Card>

      <Card title="File uploads" icon="file-spreadsheet" href="/guides/disburse/file-uploads/overview">
        CSV and Excel disbursement uploads, templates, validation, and errors.
      </Card>
    </div>
  </div>

  <div className="border-t border-zinc-200 dark:border-zinc-800 bg-zinc-50/50 dark:bg-zinc-950">
    <div className="max-w-6xl mx-auto px-4 sm:px-6 py-8 sm:py-10">
      <nav className="flex flex-col items-center gap-4 sm:gap-3" aria-label="Footer links">
        <a href="https://app.withacclaim.com/" className="inline-flex min-h-11 items-center font-medium text-orange-600 dark:text-orange-400 hover:underline underline-offset-2 px-3 py-2">
          Login to Console
        </a>

        <div className="flex flex-wrap items-center justify-center gap-x-1 gap-y-2 sm:gap-x-4 text-sm text-zinc-600 dark:text-zinc-400 max-w-sm sm:max-w-none">
          <a href="https://x.com/withacclaim" className="inline-flex min-h-11 min-w-11 items-center justify-center rounded-md px-3 py-2 hover:text-zinc-900 dark:hover:text-zinc-200 hover:bg-zinc-100/80 dark:hover:bg-zinc-800/80">
            X
          </a>

          <a href="https://github.com/WithAcclaim" className="inline-flex min-h-11 min-w-11 items-center justify-center rounded-md px-3 py-2 hover:text-zinc-900 dark:hover:text-zinc-200 hover:bg-zinc-100/80 dark:hover:bg-zinc-800/80">
            GitHub
          </a>

          <a href="https://www.linkedin.com/company/withacclaim/" className="inline-flex min-h-11 min-w-11 items-center justify-center rounded-md px-3 py-2 hover:text-zinc-900 dark:hover:text-zinc-200 hover:bg-zinc-100/80 dark:hover:bg-zinc-800/80">
            LinkedIn
          </a>

          <a href="https://facebook.com/withacclaim" className="inline-flex min-h-11 min-w-11 items-center justify-center rounded-md px-3 py-2 hover:text-zinc-900 dark:hover:text-zinc-200 hover:bg-zinc-100/80 dark:hover:bg-zinc-800/80">
            Facebook
          </a>

          <a href="https://www.youtube.com/@withacclaim" className="inline-flex min-h-11 min-w-11 items-center justify-center rounded-md px-3 py-2 hover:text-zinc-900 dark:hover:text-zinc-200 hover:bg-zinc-100/80 dark:hover:bg-zinc-800/80">
            YouTube
          </a>
        </div>
      </nav>
    </div>
  </div>
</div>
