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

# Installing the SDKs

> Implement Qonversion SDKs

Qonversion supports several platforms. Choose the platform of your app and install the SDK.

<CardGroup style="--CardsGrid-cardWidth:200px;--CardsGrid-columns:3">
  <Card title="iOS SDK" href="/docs/ios-sdk-setup" />

  <Card title="Android SDK" href="/docs/android-sdk" />

  <Card title="Flutter SDK" href="/docs/flutter-sdk" />

  <Card title="React Native SDK" href="/docs/react-native-sdk" />

  <Card title="Unity SDK" href="/docs/unity-sdk" />

  <Card title="Cordova Plugin" href="/docs/cordova" />

  <Card title="Capacitor Plugin" href="/docs/capacitor" />

  <Card title="Web SDK" href="/docs/web-sdk" />

  <Card title="macOS / Catalyst" href="/docs/macos-catalyst" />
</CardGroup>

<Info>
  ### Activating Kids Mode

  Follow the [documentation](kids-mode-sdk) to enable Kids Mode if you are building an app for kids.
</Info>

<Accordion title="SDK versioning policy">
  This topic explains Qonversion's SDK versioning, which is based on the semantic versioning standard. To learn more, read [Semantic Versioning 2.0.0](https://semver.org/).

  In semantic versioning each version consists of three parts:

  * major version number
  * minor version number
  * patch version number

  For example, for version **2.7.3**, **2** is the major version, **7** is minor, and **3** -- is a patch.

  ### major version number

  Major SDK updates can change API and SDK methods and might be backward incompatible. The major version component increments when the version contains breaking changes. Such updates are very rare.

  ### minor version number

  Minor updates usually add new features, and they are always backward compatible.

  ### patch version number

  Patch updates are usually bug fixes.
</Accordion>

***

[Quick Start](quickstart)

[iOS](ios-sdk-setup)
