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

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={"theme":{"light":"github-light","dark":"github-dark"}}
  $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](/developer-guide/capacitor-sdk/sdk-integration/sdk-installation/android-sdk-installation)
* [iOS SDK Installation](/developer-guide/capacitor-sdk/sdk-integration/sdk-installation/ios-sdk-installation)
