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

# Get Started

The Nayax eCom SDK is available across multiple platforms, providing comprehensive e-commerce capabilities for the following:

* Android
* iOS
* Web

Each SDK delivers efficient, secure transactional experiences tailored to its mobile ecosystem.

## Installation Guides

The installation steps vary by platform. Choose your platform below to integrate the SDK.

<CardGroup cols={3}>
  <Card icon="android" title="Android SDK" href="/docs/ecom-sdk/get-started/android-sdk">
    Install, initialize, and configure the eCom SDK for Android apps.
  </Card>

  <Card icon="apple" title="iOS SDK" href="/docs/ecom-sdk/get-started/ios-sdk">
    Install, initialize, and configure the eCom SDK for iOS apps.
  </Card>

  <Card icon="globe" title="Web SDK" href="/docs/ecom-sdk/get-started/web-sdk">
    Install, initialize, and configure the eCom SDK for web apps.
  </Card>

  <Card icon="route" title="Integration Process" href="/docs/ecom-sdk/get-started/ecom-integration-process">
    Complete your integration flow by connecting sessions and handling payments end to end.
  </Card>
</CardGroup>
