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

> Everything the Fluz API can do — every capability is account-agnostic.

<CardGroup cols={2}>
  <Card title="Virtual cards" icon="credit-card" href="/features/virtual-cards">
    Spend controls, lock/unlock, PINs, wallet provisioning, and bulk issuance up to 10,000.
  </Card>

  <Card title="Gift cards" icon="gift" href="/merchant-catalog">
    Thousands of brands, offer comparison, stock checks, and discount pricing.
  </Card>

  <Card title="Wallets & transfers" icon="wallet" href="/features/move-funds-with-external-accounts">
    Spend accounts, deposits, withdrawals, and internal or cross-account transfers.
  </Card>

  <Card title="Funding sources" icon="coins" href="/features/funding-sources">
    Link bank cards and bank accounts via Plaid, then pull funds on demand.
  </Card>

  <Card title="Transactions" icon="list" href="/features/get-all-transactions">
    Query all activity and annotate with memos, categories, and attachments.
  </Card>

  <Card title="Authorized users" icon="users" href="/features/create-authorized-users">
    Add team members, issue them cards, and route approvals.
  </Card>
</CardGroup>

## Go deeper

<CardGroup cols={3}>
  <Card title="API reference" icon="book" href="https://storage.googleapis.com/fluz-public-docs/api-reference.html">
    Every query, mutation, and type in the GraphQL schema.
  </Card>

  <Card title="Code examples" icon="code" href="/recipes/generate-user-access-token">
    Copy-paste scripts for single operations — tokens, cards, money movement.
  </Card>

  <Card title="Changelog" icon="scroll-text" href="/changelog">
    Recent updates, additions, and breaking changes.
  </Card>
</CardGroup>

<Info>
  **Building for customers instead?** Every capability on this page works identically on connected accounts — send a customer-scoped OAuth token instead of your own. See [Build a platform](/build-a-platform).
</Info>
