# FAQ - Browsee Installation

#### Does Browsee impact performance?

Our data collection is entirely asynchronous so it does not impact page load or user perception.

Since we create session recordings by just using the page description and changes to it, there is no image/video transfer involved. Hence, the data transfer is minimal and does not impact user's experience.

Also see [placement of Browsee Script](#where-should-i-put-browsees-js-code).

#### What about user's privacy?

We don't collect any user personal input fields like passwords, emails, phone numbers. So you don't need to worry about any impact on your privacy policy.

#### How is Browsee different from Google Analytics or Mixpanel?

While Browsee's goal is to better understand user behavior and not in-depth analytics. Traditional tracking requires setting up events for all UI elements, Browsee does not need any such setup, just focus on your product launch and let Browsee track it automatically.

#### Does it work with React/Angular/Vue?

Yes, out of the box. You will find all your page URLs and elements in the session search by just integrating a pixel.

#### Sounds Interesting. What do I need to do?

Sign Up and place our JS snippet on your pages. Read more about integration [here](/integration/snippet-integration.md).

#### Where should I put Browsee's JS code?

If you are installing JS code directly on your HTML web pages, make sure that the code is at the bottom of the \<body> tag. You should not include any 3rd party JS code in the \<header> section or at the top of the \<body> as it may make your website slower to load.

Our shopify/wordpress/npm plugins already ensure this.

#### Is there any easier way to install Browsee?

Yes, you can install Browsee via [Google Tag Manager ](#does-browsee-impact-performance)or we also offer a [Wordpress plugin](https://docs.browsee.io/integration/snippet-integration/wordpress-integration) and a [Shopify App](https://docs.browsee.io/integration/snippet-integration/shopify-integration) that can directly be installed on your Shopify store. All these installation methods are very easy and you can do it within a few clicks.

#### Can I integrate Browsee using Google Tag Manager or GTM?

Yes, it is very easy to install Browsee if you are using GTM on your website. You can follow [these steps to integrate Browsee via GTM](https://docs.browsee.io/integration/snippet-integration/gtm-integration).&#x20;

#### Do you have a Shopify App?

Yes, Browsee has a Shopify App as well which you can directly install from your Shopify Admin. This will automatically integrate Browsee with your Shopify Webstore. You can also watch session recordings, analytics, funnels, segments directly from our embedded app in the Shopify Admin.

#### Do you have a Wordpress plugin?

Yes, you can checkout this page to know how to install our [Wordpress plugin.](https://docs.browsee.io/integration/snippet-integration/wordpress-integration)

{% hint style="info" %}
If you do not get an answer for your query, you can ping us on chat or you can email us at <support@heroteck.com>.
{% endhint %}


---

# 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/faq/faq-browsee-installation.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.
