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

> Initialize the MoEngage Cordova plugin in your application using the MoECordova.init() method.

# 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={null}
  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)
