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

# Tools that shorten the path to production

> Embeddable widgets for low-code launches, drop-in connectors for APIs you already integrate with, and real-time event notifications.

Fluz gives you three ways to move money in and out of your product without building the money-movement UI or plumbing yourself. Pick the entry point that matches how you build.

<CardGroup cols={3}>
  <Card title="Embedded widgets" icon="app-window" href="/developers/widgets">
    Drop a JavaScript widget into your page for card and account flows.
  </Card>

  <Card title="API connectors" icon="plug" href="/tango">
    Point existing Tango, Stripe, Worldpay, Venmo, or PayPal integrations at Fluz.
  </Card>

  <Card title="Event notifications" icon="bell" href="fluz-dashboard/webhooks">
    Webhooks for real-time updates on transactions, cards, and accounts.
  </Card>
</CardGroup>

## Good things to know

<CardGroup cols={3}>
  <Card title="API foundations" icon="network">
    * [GraphQL](/concepts/graphql)
    * [Authentication](/concepts/authentication)
    * [Staging vs. live](/concepts/environments)
  </Card>

  <Card title="Building safely" icon="shield-check">
    * [Idempotency](/concepts/idempotency)
    * [Rate limits](/concepts/rate-limits)
    * [Error codes](/get-started/general-api-error-codes)
  </Card>

  <Card title="Data requirements" icon="map-pin">
    * [Address formatting](/concepts/address-formatting-requirements)
    * [Sandbox test data](/test-bank-cards)
  </Card>
</CardGroup>

## Code examples

Copy-paste snippets for individual API operations — tokens, cards, gift cards, KYC, and money movement.

<Card title="Browse code examples" icon="code" horizontal href="/recipes/generate-user-access-token">
  Single-operation GraphQL scripts you can drop straight into your integration.
</Card>

<Info>
  **AI-native docs:** point your assistant at `llms.txt` for a machine-readable index, or connect via MCP at `docs.fluz.app/mcp`.
</Info>
