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

# Sarafa documentation

> Start here for customer, merchant, and Merchant API guides.

<div className="sarafa-home mx-auto flex w-full max-w-[920px] flex-col gap-10 px-4 py-10 lg:py-16">
  <div className="flex max-w-[720px] flex-col gap-4">
    <p className="text-sm font-semibold uppercase tracking-[0.12em] text-[#5E17EA]">
      Start here
    </p>

    <h1 className="text-3xl font-semibold tracking-tight text-gray-950 sm:text-4xl">
      Use Sarafa with confidence.
    </h1>

    <p className="text-base leading-7 text-gray-600">
      Learn how to manage money, get paid, sell online, and connect your business systems with Sarafa.
    </p>
  </div>

  <CardGroup cols={2}>
    <Card title="Product guide" icon="map" href="/product-guide">
      Choose the right guide for customers, merchants, or developers.
    </Card>

    <Card title="Customer guide" icon="wallet" href="/customer">
      Add funds, send money, swap currencies, manage cards, and review transactions.
    </Card>

    <Card title="Merchant guide" icon="store" href="/merchant">
      Set up your business, get paid, manage shops, create paylinks, and use API keys.
    </Card>

    <Card title="Merchant API" icon="braces" href="/merchant/api">
      Authenticate requests, test in sandbox, collect payments, transfer funds, and track activity.
    </Card>
  </CardGroup>

  <CardGroup cols={3}>
    <Card title="Coverage" icon="map-pinned" href="/general/coverage">
      Supported accounts, currencies, and payment channels.
    </Card>

    <Card title="Pricing" icon="badge-dollar-sign" href="/general/pricing">
      How fees are shown before you confirm a transaction.
    </Card>

    <Card title="Help" icon="circle-help" href="/general/help">
      Where to get support and what to include in a support request.
    </Card>
  </CardGroup>
</div>
