# Developers

- [Tracking & Integrations](https://doc.commandersact.com/developers/tracking-and-integrations.md)
- [Tracking](https://doc.commandersact.com/developers/tracking-and-integrations/tracking.md)
- [About events](https://doc.commandersact.com/developers/tracking-and-integrations/tracking/about-events.md)
- [E-commerce/retail events](https://doc.commandersact.com/developers/tracking-and-integrations/tracking/about-events/ecommerce-retail-events.md)
- [Web event specificity](https://doc.commandersact.com/developers/tracking-and-integrations/tracking/about-events/js-sdk-event-specificity.md)
- [Mobile App event specificity](https://doc.commandersact.com/developers/tracking-and-integrations/tracking/about-events/mobile-sdk-event-specificity.md)
- [Events reference](https://doc.commandersact.com/developers/tracking-and-integrations/tracking/events-reference.md): In this section, you will find all the events references supported by Commanders Act.
- [Common events](https://doc.commandersact.com/developers/tracking-and-integrations/tracking/events-reference/common-events.md)
- [E-commerce events](https://doc.commandersact.com/developers/tracking-and-integrations/tracking/events-reference/e-commerce-events.md)
- [Video events](https://doc.commandersact.com/developers/tracking-and-integrations/tracking/events-reference/video-event-reference.md)
- [Campaign Tracking events](https://doc.commandersact.com/developers/tracking-and-integrations/tracking/events-reference/campaign-analytics-module-events.md)
- [Properties reference](https://doc.commandersact.com/developers/tracking-and-integrations/tracking/properties-reference.md): In this section, you will find all the properties references
- [Global properties](https://doc.commandersact.com/developers/tracking-and-integrations/tracking/properties-reference/global-properties.md): Here is the list of all properties for common and e-commerce events
- [Video properties](https://doc.commandersact.com/developers/tracking-and-integrations/tracking/properties-reference/video-properties.md): Here is the list of all properties for video events
- [Permanent properties](https://doc.commandersact.com/developers/tracking-and-integrations/tracking/properties-reference/permanent-properties.md)
- [Data API](https://doc.commandersact.com/developers/tracking-and-integrations/tracking/data-api.md)
- [Segment API](https://doc.commandersact.com/developers/tracking-and-integrations/tracking/data-api/segment-api.md)
- [Server IP Whitelisting](https://doc.commandersact.com/developers/tracking-and-integrations/server-ip-whitelisting.md)
- [Commanders Act Gateway](https://doc.commandersact.com/developers/commanders-tag-gateway.md)
- [Config API](https://doc.commandersact.com/developers/config-api.md)
- [Changelogs](https://doc.commandersact.com/developers/changelogs.md)
- [Measure.js changelog](https://doc.commandersact.com/developers/changelogs/measure.js-changelog.md): Measure.js : file loaded by the MixCommander tag (campaign analysis)
- [Web container generator](https://doc.commandersact.com/developers/changelogs/web-container-generator.md)
- [Content Security Policy](https://doc.commandersact.com/developers/content-security-policy.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://doc.commandersact.com/developers.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.
