> For the complete documentation index, see [llms.txt](https://docs.webtonative.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.webtonative.com/javascript-apis/getting-started.md).

# JavaScript API Setup

It enables you to control native functionalities in your app directly via JavaScript.

{% tabs %}
{% tab title="Plain Js" %}
You need to load following javascript link in your application.

{% code overflow="wrap" %}

```javascript
<script src="https://unpkg.com/webtonative@1.1.6/webtonative.min.js"></script>
```

{% endcode %}
{% endtab %}

{% tab title="npm" %}
Install npm plugin for the same

```
npm install webtonative
```

{% endtab %}
{% endtabs %}
