# Sdk Integrations

- [Browser SDK](https://docs.growlytics.in/integration/browser.md)
- [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.
- [Android SDK (Coming Soon)](https://docs.growlytics.in/integration/android.md): This section will provide you all the information required to manage event and user data on Growlytics Dashboard using Growlytics Android SDK.
- [Install Android Sdk](https://docs.growlytics.in/integration/android/installation.md): This page will give detailed description of how you can integrate Growlytics android SDK to your native android app.
- [Identify Customers](https://docs.growlytics.in/integration/android/identify-customers.md): This page will help you understand how you can manage customer profiles on Growlytics using Android sdk.
- [Push Notification Integration](https://docs.growlytics.in/integration/android/push-notifications.md): Visit Mobile Push channel configuration page for push notifications integration guidelines.
- [iOS SDK](https://docs.growlytics.in/integration/ios-sdk.md): This section will provide you all the information required to manage event and user data on Growlytics Dashboard using Growlytics iOS SDK.
- [Install iOS Sdk](https://docs.growlytics.in/integration/ios-sdk/install-ios-sdk.md): This page will give detailed description of how you can integrate Growlytics iOS SDK to your native iOS app.
- [Tracking User](https://docs.growlytics.in/integration/ios-sdk/tracking-user.md)
- [Tracking Events](https://docs.growlytics.in/integration/ios-sdk/tracking-events.md)
- [Push Notification Settings](https://docs.growlytics.in/integration/ios-sdk/push-notification-settings.md)
- [Configure APNS In Growlytics](https://docs.growlytics.in/integration/ios-sdk/push-notification-settings/configure-apns-in-growlytics.md)
- [Configure Mobile App For Push](https://docs.growlytics.in/integration/ios-sdk/push-notification-settings/configure-mobile-app-for-push.md): In order for Growlytics to handle push notifications, following configuration/changes needs to be done in your mobile app:
- [Handling Push Click](https://docs.growlytics.in/integration/ios-sdk/push-notification-settings/handling-push-click.md)
- [Other](https://docs.growlytics.in/integration/other.md)
- [Upload Customers using CSV](https://docs.growlytics.in/integration/other/upload-customers-using-csv.md): You can upload CSV files to create or update user information as well as to pass their attributes. To use this feature, go to Customers page and click on "Upload CSV" button.


---

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