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

# Initialise Cordova Component

Initialise MoEngage plugin in the ***index.js*** of your application by calling the \*\*\*MoECordova.init()\*\*\*in the ***onDeviceReady()***.

<CodeGroup>
  ```javascript JavaScript theme={"theme":{"light":"github-light","dark":"github-dark"}}
  var moe = MoECordova.init("YOUR_Workspace_ID");
  ```
</CodeGroup>

Refer to the following for platform-specific initialization:

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