# REST APIs

- [Overview](https://docs.growlytics.in/rest-apis/getting-started.md)
- [Tracking Users (Shopify Only)](https://docs.growlytics.in/rest-apis/tracking-users.md)
- [Tracking Users (Non-shopify)](https://docs.growlytics.in/rest-apis/tracking-users-1.md): Use this apis if you are not using shopify.
- [Tracking Events (Shopify Only)](https://docs.growlytics.in/rest-apis/tracking-events.md): Use this api document only if you have integrated Growlytics Connector app from shopify app store.
- [Tracking Events (Non-shopify)](https://docs.growlytics.in/rest-apis/tracking-events-1.md): Use this apis if you are not using shopify.
- [Syncing Products](https://docs.growlytics.in/rest-apis/syncing-products.md)
- [Mobile App Apis](https://docs.growlytics.in/rest-apis/mobile-app-apis.md)


---

# 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/rest-apis.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.
