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

# SDK reference

> Reference documentation for the MoonPay Platform SDKs.

Pick the SDK for your platform. Each reference documents the client methods, options, events, return types, and errors.

<CardGroup cols={2}>
  <Card title="Web SDK" icon="browser" href="/platform/sdk-reference/web/overview">
    `@moonpay/platform-sdk-web` — for first-party browser apps.
  </Card>

  <Card title="React Native SDK" icon="mobile-screen" href="/platform/sdk-reference/react-native/overview">
    `@moonpay/platform-sdk-react-native` — for iOS and Android apps built with
    React Native.
  </Card>

  <Card title="Manual integration" icon="screwdriver-wrench" href="/platform/guides/manual-integration/overview">
    Skip the SDK and drive [frames](/platform/frames) directly. Use this on iOS,
    Android, or Flutter, or when you prefer not to bundle a third-party SDK.
  </Card>
</CardGroup>

<Callout icon="envelope" iconType="regular">
  **Need an SDK for your platform?** Contact us if you need an SDK for iOS,
  Android, Flutter, or another platform.
</Callout>
