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

# Introducing

The Gleap SDK for Cordova is the easiest way to integrate Gleap into your apps. Communicate with your users directly and build better software by discovering their everyday pain points. Gleap is your all-in-one customer feedback tool for apps and websites.

For the SDK to work, you need an API key, which you can get for free at [app.gleap.io](https://app.gleap.io).

## 🏗 Installation

Install the **Gleap** package via the cordova CLI.

```js theme={null}
cordova plugin add cordova-plugin-gleap
```

Initialize the Gleap SDK on device ready.

```js theme={null}
function onDeviceReady() {
  // Cordova is now initialized.
  // Initialize the Gleap SDK & have fun!
  cordova.plugins.GleapPlugin.initialize("YOUR_API_KEY");
}
```

The Gleap Cordova plugin works for both **Android** and **iOS**.

<Info>
  Please have a look into our [JavaScript SDK](/javascript/) to learn how to
  include Gleap into your web app.
</Info>

## 🤝 Need help?

We are here to help! [hello@gleap.io](mailto:hello@gleap.io)
