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

# Framework Dependency

> Add the cordova-moengage-core plugin to your Cordova project and configure platform settings.

# Adding MoEngage Plugin

Add the **cordova-moengage-core** plugin to the Cordova project as shown below :

<CodeGroup>
  ```Shell Shell theme={null}
  $ cordova plugin add cordova-moengage-core
  ```
</CodeGroup>

After installing the plugin, use the following platform-specific configuration.

* [Android SDK Installation](/developer-guide/cordova-sdk/sdk-integration/sdk-installation/android-sdk-installation)
* [iOS SDK Installation](/developer-guide/cordova-sdk/sdk-integration/sdk-installation/ios-installation)
