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

# Capacitor

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

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

## Install via npm

Qonversion Plugin package is available on [npm](https://www.npmjs.com/package/@qonversion/capacitor-plugin).

<CodeGroup>
  ```bash theme={null}
  npm install @qonversion/capacitor-plugin
  ```
</CodeGroup>

After installing, sync the plugin into your iOS and Android projects so the native code is wired up:

<CodeGroup>
  ```bash theme={null}
  npx cap sync
  ```
</CodeGroup>

## Kids Mode for Qonversion Capacitor Plugin

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

***

What’s Next

* [Analytics Mode](analytics-mode)
* [Subscription Management Mode](subscription-management-mode)
