# Browser SDK

- [Integrate SDK](https://docs.growlytics.in/integration/browser/installation.md): This page will give detailed description of how you can integrate Growlytics javascript SDK to your website.
- [Track Events](https://docs.growlytics.in/integration/browser/installation-1.md): This page will give detailed description of how you can integrate Growlytics javascript SDK to your website.
- [Track Users](https://docs.growlytics.in/integration/browser/identify-customers.md): In order to correlate sessions and errors with customer, or to see a list of customers with all session details, it is helpful to capture and display customer information on your Growlytics dashboard.
- [Configure Web Push](https://docs.growlytics.in/integration/browser/configure-web-push-notifications.md): Visit Web Push channel configuration page for push notifications integration guidelines.
- [Reading Session Identifer](https://docs.growlytics.in/integration/browser/reading-session-identifer.md): This article explains how you can read session identifier to fire Growlytics events from your backend servers with Session Details.
- [Syncing Cart Items](https://docs.growlytics.in/integration/browser/syncing-cart-items.md): This article will help you to sync your customer's cart items with Growlytics.


---

# 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.growlytics.in/integration/browser.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.
