> ## 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 MoEngage Capacitor plugin to your project and configure native platform dependencies.

<Info>
  Connect your IDE to the [MoEngage docs MCP server](/docs/developer-guide/connect-your-ide-to-moengage-docs) for accurate, context-aware SDK guidance inside your development environment. Your assistant searches this documentation directly, helping you move through the integration with confidence.
</Info>

Capacitor is a cross-platform native runtime that makes it easy to build modern web apps that run natively on iOS and Android.

# Adding MoEngage Plugin

Add **capacitor-moengage-core** plugin to capacitor project as shown below :

<CodeGroup>
  ```Shell Shell theme={null}
  $npm install capacitor-moengage-core
  ```
</CodeGroup>

Once the plugin is installed run ***npx cap sync*** to update capacitor native platform(s) and dependencies.

Follow the ***Capacitor*** framework's guidelines for adding plugins.

<Info>
  A working Sample App can be found [here](https://github.com/moengage/Capacitor-Sample).
</Info>

# Integrate Native platforms

To install and integrate the respective platforms, follow the docs given below:

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