# How to use Browsee on Shopify Store?

If you have not installed Browsee yet, kinldy follow the [steps here to install Shopify](/integration/snippet-integration/shopify-integration.md). If you have already installed Browsee on your Shopify store, you can follow the following steps to understand how to use Browsee for your store:

* Login to Shopify admin. The URL will be something like <https://mystore.myshopify.com/admin>
* Once you have logged into the store, click on the "Apps" from the left nav as shown below:

<figure><img src="/files/8FLBQo560D9eOFNAtfcH" alt=""><figcaption></figcaption></figure>

* Once you will click on the apps, your installed apps will come in a Modal/Popover box. You can click on Browsee to take you to the app

<figure><img src="/files/LEmBRwPab7jkYKUKAQko" alt=""><figcaption></figcaption></figure>

* Once you will click on the app, it will do the authentication and will show you a screen like below:

<figure><img src="/files/yF8uUcZdyKmyGP07E1CC" alt=""><figcaption></figcaption></figure>

* &#x20;Once, the authentication will be completed, it will take redirect you to the main Browsee dashboard.

### Frequently Asked Questions

**Why is Browsee not recording my checkout pages ?**

Currently, Shopify does not allow external javascript to be added on the checkout pages. Therefore our snippet is not automatically integrated on your checkout pages. However, if you are on Shopify Plus plans you can use [checkout.liquid](https://shopify.dev/docs/themes/architecture/layouts/checkout-liquid) to add our snippet directly to these pages.

To do this, please get your account snippet from your [Account's Settings Page](https://docs.browsee.io/integration/snippet-integration/direct-js-integration) and include it in the checkout.liquid template just above the closing tag.


---

# 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/master/how-to-use-browsee-on-shopify-store.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.
