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

# Commerce

> Sell products, share private offers, and guide customers through checkout

Commerce is how Akua turns products into customer purchases and installations. You can publish products in a marketplace, send private offers, route customers through checkout, and track order drafts until the product is running.

Use this section when you want to sell software, onboard customers, or give partners a controlled install path.

<CardGroup cols={2}>
  <Card title="Marketplace" icon="store" href="/marketplace">
    Understand public catalog listings and private offer distribution.
  </Card>

  <Card title="Products" icon="box" href="/products">
    Configure the sellable software customers install.
  </Card>

  <Card title="Offers" icon="link" href="/marketplace/offers">
    Share short links with pre-filled configuration and access rules.
  </Card>

  <Card title="Payments" icon="credit-card" href="/payments">
    Connect Stripe and understand checkout settlement.
  </Card>
</CardGroup>

## Common paths

* Create a [Product](/products) before publishing or sharing an offer.
* Use [Offers](/marketplace/offers) for private sales, partners, and customer-specific configuration.
* Read [Order drafts](/marketplace/order-drafts) when you need to understand the checkout-to-install flow.
