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

# Cordova

> Install Qonversion Cordova Plugin to validate user receipts, and get in-app subscription analytics and third-party integrations.

export const NextStepsChooseMode = () => <CardGroup cols={2}>
  <Card title="Analytics Mode" icon="chart-line" href="analytics-mode">
    Get subscription analytics in about 20 minutes without changing your purchase flow.
  </Card>
  <Card title="Subscription Management Mode" icon="crown" href="subscription-management-mode">
    Let Qonversion fetch products, make purchases, and manage cross-platform access.
  </Card>
</CardGroup>;

[![GitHub release](https://img.shields.io/github/v/release/qonversion/cordova-plugin?label=Latest%20Release)](https://github.com/qonversion/cordova-plugin/releases)

## Install via Cordova

Qonversion Plugin package is available on [npm](https://www.npmjs.com/package/@qonversion/cordova-plugin). Add it to your project with:

<CodeGroup>
  ```bash theme={null}
  cordova plugin add @qonversion/cordova-plugin
  ```
</CodeGroup>

This downloads the package from npm and wires up the native iOS and Android modules in one step.

## Kids Mode for Qonversion Cordova Plugin

In case you are building an App for Kids, [follow this guide](kids-mode-sdk) to learn about Kids Mode for Qonversion SDKs.

***

## Next steps

The SDK is installed. Choose the mode to implement — this determines how much code you write next.

<NextStepsChooseMode />
