> For the complete documentation index, see [llms.txt](https://docs.facephi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.facephi.com/docs.facephi-en/sdks/sdk-mobile/framework-plugins/cordova/instalacion.md).

# Installation

### Prerequisites

Before integrating the Facephi Plugin for Cordova, verify that you comply with:

* Cordova CLI Version 11 or later.
* Project configured for Android (AGP 8.9.x and Kotlin 2.2.x) and/or iOS (13+).
* Have the camera and internet connection permissions configured.
* Access to your credentials from the Administration Portal.

***

### Plugin installation

Run the following command in the root of your Cordova project:

```bash
cordova plugin add @facephi/sdk-<pluginName>-cordova@<version>
```

Replace `<Version>` for the latest available version that you can check in the Changelog, and `<pluginName>` with the name of the component to install.

This command downloads and installs the official Facephi Plugin compatible with Android and iOS. If @\<version> is not added, Cordova looks in Facephi's repositories for the latest available version.

***

## Additional configuration

### Native installation guide for Android: <a href="#android" id="android"></a>

{% content-ref url="/pages/ec0ccd96a93b3aec2690a3750b2b72dcee50b721" %}
[Android](/docs.facephi-en/sdks/sdk-mobile/framework-plugins/extras/android.md)
{% endcontent-ref %}

***

### Native installation guide for iOS:

{% content-ref url="/pages/991b6348515ee9590c34a9aa64e0ec3606114012" %}
[iOS](/docs.facephi-en/sdks/sdk-mobile/framework-plugins/extras/ios.md)
{% endcontent-ref %}

***

### Next steps

* Check the *Usage examples* for implementing verification flows.
* See the *Changelog* to learn about the latest versions and changes.
* Explore the functionality of the SDK in the section *Components*/modules[.](/docs.facephi-en/sdks/sdk-mobile.md)
* If you have any questions, contact Technical Support.
