# 開發者指南 (/guides)





開發者指南 [#開發者指南]

歡迎來到 Recur 開發者指南！這裡包含了所有您需要的資源，幫助您快速整合訂閱功能到您的應用程式中。

快速開始 [#快速開始]

<Cards>
  <Card title="安裝與設置" description="了解如何在您的專案中安裝和設置 Recur SDK" href="/guides/getting-started" />

  <Card title="MCP AI 整合" description="使用 Claude Code、Replit 等 AI 助手自動整合付款功能" href="/guides/mcp" />

  <Card title="Skills" description="讓 AI 自動學會 Recur 整合，不再需要反覆查文件" href="/guides/skills" />
</Cards>

SDK 整合 [#sdk-整合]

<Cards>
  <Card title="React Hooks" description="useSubscribe、useProducts、usePromoCode 等 Hook 的完整指南" href="/guides/react-hooks" />
</Cards>

訂閱管理 [#訂閱管理]

<Cards>
  <Card title="付款連結 Payment Links" description="建立可分享的收款網址，無需寫程式即可收款" href="/features/customer-experience/payment-links" />

  <Card title="Customer Portal" description="讓客戶自助管理訂閱、更新付款方式" href="/guides/portal" />

  <Card title="Webhook 處理" description="學習如何處理訂閱事件和 webhook 通知" href="/guides/webhooks" />
</Cards>

實用範例 [#實用範例]

<Cards>
  <Card title="Webhook 範例" description="實作 webhook endpoint 處理訂閱事件" href="/guides/examples/webhook-handling" />

  <Card title="自訂樣式" description="客製化您的結帳頁面外觀和風格" href="/guides/examples/custom-styling" />
</Cards>

下一步 [#下一步]

* 查看 [API 參考](/api) 了解完整的 API 文件
* 閱讀 [幫助中心](/help) 了解更多功能說明
* 加入我們的開發者社群獲取支援
