> ## 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

> Step-by-step walkthroughs for the Moment client portal and checkout flows

Step-by-step guides covering the Moment client portal and the customer-facing checkout experience.

***

## Client Portal

<div className="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-2 gap-6">
  <Card title="Signup" icon="user-plus" href="/guides/portal/signup">
    Create your Moment account and get set up.
  </Card>

  <Card title="Login" icon="right-to-bracket" href="/guides/portal/login">
    Access your Moment account.
  </Card>

  <Card title="Home Page" icon="house" href="/guides/portal/home-page">
    Navigate your dashboard, transactions, and key business insights.
  </Card>

  <Card title="Transactions" icon="list" href="/guides/portal/transactions">
    View, filter, and manage completed transactions.
  </Card>

  <Card title="Payment Pages" icon="browser" href="/guides/portal/payment-pages">
    Create and manage hosted payment pages from the portal.
  </Card>
</div>

***

## Payment Flows

<div className="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-2 gap-6">
  <Card title="Checkout" icon="cart-shopping" href="/guides/payment-flows/checkout">
    The customer checkout experience across payment methods and entry points.
  </Card>

  <Card title="Electronic Bill Presentment" icon="file-invoice" href="/guides/payment-flows/electronic-bill-presentment">
    How customers review and pay bills on the EBP page.
  </Card>

  <Card title="Payment Page" icon="link" href="/guides/payment-flows/payment-page">
    The customer experience on a hosted payment page.
  </Card>

  <Card title="Payment Request" icon="paper-plane" href="/guides/payment-flows/payment-request">
    How customers pay via a direct payment link shared over SMS or email.
  </Card>
</div>
