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

# Overview

> Everything you need to start building with Moment

Moment is a payments platform built for African markets. Whether you are accepting one-time payments, managing recurring billing, or distributing collections through an in-person network, the APIs and tools here give you everything you need to integrate, go live, and scale.

***

## Product Areas

<div className="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-2 gap-6">
  <Card title="Collect" icon="credit-card" href="/documentation/collect/overview">
    Accept payments via Payment Sessions, Payment Links, and Checkout.
  </Card>

  <Card title="Billing" icon="file-invoice" href="/documentation/billing/overview">
    Manage customers, accounts, and bills in the Moment ecosystem.
  </Card>

  <Card title="Network" icon="network-wired" href="/documentation/network/overview">
    Reach customers through Moment's in-person payment network across Africa.
  </Card>

  <Card title="Reconciliation and Reporting" icon="chart-bar" href="/documentation/reconciliation-reporting/overview">
    Reconcile transactions and access settlement reports.
  </Card>
</div>

***

## Developers

<div className="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-2 gap-6">
  <Card title="API Reference" icon="code" href="/api-reference/getting-started/overview">
    Full reference documentation for all Moment APIs, authentication, error handling, and more.
  </Card>

  <Card title="Libraries and SDKs" icon="box" href="/libraries-and-sdks/overview">
    Client libraries for JavaScript, React, React Native, Flutter, and Swift.
  </Card>
</div>

***

## Resources

<div className="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-2 gap-6">
  <Card title="Guides" icon="map" href="/guides/overview">
    Step-by-step walkthroughs for the Moment client portal and checkout flows.
  </Card>

  <Card title="Support" icon="headset" href="/documentation/support">
    Get help from the Moment team.
  </Card>
</div>
