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

# 開始使用

> 選擇最適合你的 Kyren Pay 設定路徑

使用本頁為你的團隊選擇合適的設定路徑。

<CardGroup cols={2}>
  <Card title="先使用控制台" icon="desktop" href="/zh-Hant/dashboard/overview">
    在商戶控制台建立產品、產生 Checkout、查看訂單並設定開發者選項。
  </Card>

  <Card title="串接 API" icon="code" href="/zh-Hant/quickstart">
    從你的服務端建立產品和 Checkout Session，並透過 Webhook 完成履約。
  </Card>

  <Card title="收第一筆款" icon="credit-card" href="/zh-Hant/guides/collect-first-payment">
    按端到端流程完成產品建立、付款和 Webhook 處理。
  </Card>

  <Card title="準備上線" icon="circle-check" href="/zh-Hant/go-live-checklist">
    上線前檢查密鑰、Webhook、訂單處理和支援交接資訊。
  </Card>
</CardGroup>

## 建議路徑

1. 建立或檢查商戶帳戶。
2. 建立一個產品。
3. 建立 Checkout Session 或 Checkout 連結。
4. 完成一次付款流程。
5. 設定並驗證 Webhook。
6. 確認你的系統能正確履約。
7. 檢查上線清單。

## 相關頁面

* [控制台總覽](/zh-Hant/dashboard/overview)
* [快速開始](/zh-Hant/quickstart)
* [收第一筆款](/zh-Hant/guides/collect-first-payment)
* [上線清單](/zh-Hant/go-live-checklist)
