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

# Framework Dependency

# Adding MoEngage Plugin

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

<CodeGroup>
  ```Shell Shell theme={"theme":{"light":"github-light","dark":"github-dark"}}
  $ 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)
