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

# Introduction

Learn how to integrate Cadana's APIs and pre-built UI components for global payroll, cross-border payments, and embedded wallets.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/getting-started">
    Make your first request in minutes. Learn how to get started with Cadana.
  </Card>

  <Card title="API Reference" icon="code" href="/reference/api-overview">
    Explore endpoints, schemas, and try requests live
  </Card>
</CardGroup>

***

## Products

<CardGroup cols={3}>
  <Card title="Workforce Management" icon="users-gear" href="/workforce/overview">
    Use Cadana's workforce management solution to build and launch a global payroll for your business.
  </Card>

  <Card title="Payments" icon="money-bill-transfer" href="/payments/overview">
    Integrate Cadana's payment infrastructure to send money globally.
  </Card>

  <Card title="Wallets" icon="wallet" href="/wallets/overview">
    Add multi-currency digital wallets to your platform that empower your customers with borderless finance.
  </Card>

  <Card title="Global Tax Engine" icon="calculator" href="/tax/overview">
    Stateful payroll tax calculations with full breakdowns, legislative citations, and year-to-date tracking across 90+ countries.
  </Card>

  <Card title="Statutory Filing" icon="file-lines" href="/statutory/overview">
    File statutory returns with government authorities across jurisdictions.
  </Card>

  <Card title="Statutory Remittance" icon="building-columns" href="/statutory/overview">
    Remit payroll taxes and contributions to government authorities with automatic FX conversion.
  </Card>
</CardGroup>

***

## Integration Paths

<CardGroup cols={2}>
  <Card title="API Integration" icon="code" href="/getting-started">
    Call REST endpoints directly. Full control over UI and workflows.
  </Card>

  <Card title="White-Label UI" icon="paintbrush" href="/white-label/overview">
    Embed pre-built payroll and payment screens under your own brand.
  </Card>

  <Card title="Platform / Multi-Tenant" icon="building" href="/platform/overview">
    Manage multiple businesses from a single integration with tenant isolation.
  </Card>

  <Card title="Embedded Widgets" icon="window" href="/tools/calculator/overview">
    Drop in a salary calculator widget with a few lines of code.
  </Card>
</CardGroup>

***

## Environments

| Environment    | Base URL                        | Purpose                 |
| :------------- | :------------------------------ | :---------------------- |
| **Sandbox**    | `https://dev-api.cadanapay.com` | Development and testing |
| **Production** | `https://api.cadanapay.com`     | Live transactions       |

<Info>
  Start in sandbox to test your integration without moving real money. [Learn more about sandbox](/reference/sandbox).
</Info>

***

## Resources

<CardGroup cols={2}>
  <Card title="Country Coverage" icon="globe" href="/resources/supported-countries">
    Supported countries, virtual account types, and onboarding tiers
  </Card>

  <Card title="Webhooks" icon="bell" href="/reference/webhooks">
    Subscribe to events for payment status, payroll updates, and KYC
  </Card>
</CardGroup>

***

<Snippet file="sales-cta.mdx" />
