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

# 縮短上線路徑的工具

> 可嵌入的小工具，助力低程式碼上線；即插即用的連接器，適用於你已整合的 API；以及即時事件通知。

Fluz 提供三種方式，讓你在不自行開發金流 UI 或底層管線的情況下，將資金在你的產品中進出。選擇最符合你開發方式的切入點。

<CardGroup cols={3}>
  <Card title="可嵌入小工具" icon="app-window" href="/developers/widgets">
    在你的頁面中嵌入 JavaScript 小工具，實現卡片與帳戶流程。
  </Card>

  <Card title="API 連接器" icon="plug" href="/tango">
    將既有的 Tango、Stripe、Worldpay、Venmo 或 PayPal 整合指向 Fluz。
  </Card>

  <Card title="事件通知" icon="bell" href="fluz-dashboard/webhooks">
    使用 Webhook 取得交易、卡片與帳戶的即時更新。
  </Card>
</CardGroup>

## 值得先知道的事

<CardGroup cols={3}>
  <Card title="API 基礎" icon="network">
    * [GraphQL](/concepts/graphql)
    * [驗證](/concepts/authentication)
    * [測試環境與正式環境](/concepts/environments)
  </Card>

  <Card title="安全建置" icon="shield-check">
    * [冪等性](/concepts/idempotency)
    * [速率限制](/concepts/rate-limits)
    * [錯誤代碼](/get-started/general-api-error-codes)
  </Card>

  <Card title="資料需求" icon="map-pin">
    * [地址格式](/concepts/address-formatting-requirements)
    * [沙盒測試資料](/test-bank-cards)
  </Card>
</CardGroup>

## 程式碼範例

可直接複製貼上的單一 API 操作片段——權杖、卡片、禮品卡、KYC 與金流操作。

<Card title="瀏覽程式碼範例" icon="code" horizontal href="/recipes/generate-user-access-token">
  可直接放入你整合中的單一操作 GraphQL 指令碼。
</Card>

<Info>
  **AI 原生文件：** 將你的助理指向 `llms.txt` 以取得可機讀索引，或透過 MCP 連線至 `docs.fluz.app/mcp`。
</Info>
