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

# Start Here

> Choose the fastest path for your Kyren Pay setup

Use this page to choose the right setup path for your team.

<CardGroup cols={2}>
  <Card title="Use the dashboard first" icon="desktop" href="/dashboard/overview">
    Create products, generate checkout links, review orders, and configure developer settings in the merchant dashboard.
  </Card>

  <Card title="Integrate the API" icon="code" href="/quickstart">
    Create products and checkout sessions from your server, then fulfill orders from Webhook events.
  </Card>

  <Card title="Collect your first payment" icon="credit-card" href="/guides/collect-first-payment">
    Follow an end-to-end flow from product creation to Webhook handling.
  </Card>

  <Card title="Prepare for production" icon="circle-check" href="/go-live-checklist">
    Review keys, Webhooks, order handling, and support handoff before launch.
  </Card>
</CardGroup>

## Recommended path

1. Create or review your merchant account.
2. Create a product.
3. Create a checkout session or checkout link.
4. Complete a payment flow.
5. Configure and verify Webhooks.
6. Confirm order fulfillment in your system.
7. Review the go-live checklist.

## Related pages

* [Dashboard overview](/dashboard/overview)
* [Quickstart](/quickstart)
* [Collect your first payment](/guides/collect-first-payment)
* [Go-live checklist](/go-live-checklist)
