> 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.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.browsee.io/integration/snippet-integration/direct-js-integration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
