# Integration

- [Snippet Integration](https://docs.browsee.io/integration/snippet-integration.md): JS Snippet Integration Details
- [Direct JS Integration](https://docs.browsee.io/integration/snippet-integration/direct-js-integration.md)
- [GTM Integration](https://docs.browsee.io/integration/snippet-integration/gtm-integration.md): Integration with Google Tag Manager using Browsee's Community Template or Custom Template.
- [SDK Integration](https://docs.browsee.io/integration/snippet-integration/sdk-integration.md): Integration using Browsee's web client SDK.
- [Wordpress Integration](https://docs.browsee.io/integration/snippet-integration/wordpress-integration.md): Integration using Browsee's plugin for Wordpress websites.
- [Shopify Integration](https://docs.browsee.io/integration/snippet-integration/shopify-integration.md)
- [Troubleshooting Integration](https://docs.browsee.io/integration/snippet-integration/troubleshooting-integration.md): In case any of the steps have failed to work as expected, this document should help you get started.
- [Managing Recordings](https://docs.browsee.io/integration/managing-recordings.md): We don't like to record sessions that no one wants to watch. Browsee gives you the flexibility to get the most out of your session recordings.
- [API Calls](https://docs.browsee.io/integration/api-calls.md): Browsee gives you easy API calls to add metadata to your sessions or get back information from Browsee
- [Log Event Call](https://docs.browsee.io/integration/api-calls/log-event-call.md): Log Event API lets you track client-side events that can not be captured automatically by Browsee.
- [Identify Call](https://docs.browsee.io/integration/api-calls/identify-call.md): Using the identify call you can assign
- [Session Url](https://docs.browsee.io/integration/api-calls/session-url.md)
- [Generate Secret Key](https://docs.browsee.io/integration/api-calls/generate-secret-key.md)
- [Data Export API](https://docs.browsee.io/integration/api-calls/data-export-api.md): You can use Browsee's data export API to get and store data collected by Browsee.
- [Track HTTP API](https://docs.browsee.io/integration/api-calls/track-event-http-api.md): You can use Browsee's HTTP Track API to send custom events from other platforms like your mobile app or application server.
- [Identify HTTP API](https://docs.browsee.io/integration/api-calls/identify-http-api.md): You can use Browsee's HTTP Identify API to send useful information about a user from other platforms like your mobile app or application server.


---

# Agent Instructions: 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.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.
