> 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="https://1223726150-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LacsB-5FtW6vWPn9FQY%2Fuploads%2Fp8DnjqPSL2qdLhXhihBr%2Fsnippet.png?alt=media&amp;token=05e17bff-2955-4785-8896-ac89ebdb283b" 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.
