> For the complete documentation index, see [llms.txt](https://docs.browsee.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.browsee.io/integration/snippet-integration/direct-js-integration.md).

# Direct JS Integration

### Direct JS Integration

Integrating Browsee is a fairly straight forward process. When you signup for Browsee, you will receive a JS snippet in your inbox. Your JS snippet looks like this

```
<script>
window._browsee = window._browsee || function () { (_browsee.q = _browsee.q || []).push(arguments) };
_browsee('init', 'YOUR API KEY HERE');
</script>
<script async src='https://cdn.browsee.io/js/browsee.min.js'></script>
```

You can also get this snippet from your [Account's Settings Page](https://browsee.io/app/settings?view=install), in the **Install** tab.

<figure><img src="/files/qjFIuzeHKCZtsjGu7wy6" alt=""><figcaption><p>Account Settings Page</p></figcaption></figure>

Just install this snippet to all pages of your website and you are done.

The snippet can be added just above the closing body tag (`</body>`) or in the footer.

If you are using GTM you can see the next section.
