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

# Install No-Codes Cordova Plugin

Install via npm or Yarn:

```bash theme={null}
npm install @qonversion/cordova-plugin --save
```

```bash theme={null}
yarn add @qonversion/cordova-plugin
```

After installation, make sure to install the iOS pods:

```bash theme={null}
cd ios && pod install
```
