# Getting started

- [How the platform works](https://doc.commandersact.com/getting-started/concepts.md)
- [Glossary](https://doc.commandersact.com/getting-started/concepts/lexical.md)
- [Condensed platform concepts](https://doc.commandersact.com/getting-started/concepts/lexical/condensed-platform-concepts.md)
- [Platform interface](https://doc.commandersact.com/getting-started/platform-interface.md)
- [Prod and Testing environments](https://doc.commandersact.com/getting-started/platform-interface/prod-and-testing-environments.md)
- [Productivity tools](https://doc.commandersact.com/getting-started/platform-interface/productivity-tools.md)
- [Commander's AI](https://doc.commandersact.com/getting-started/platform-interface/productivity-tools/commanders-ai.md): Technical documentation on the use of artificial intelligence in the platform
- [Integrating your data](https://doc.commandersact.com/getting-started/integrating-your-data.md)
- [GTM Tutorial](https://doc.commandersact.com/getting-started/integrating-your-data/gtm-tutorial.md): Quick Setup: From GTM Client-Side to Commanders Act Server-Side
- [OneTag Tutorial](https://doc.commandersact.com/getting-started/integrating-your-data/onetag-tutorial.md)
- [Migration guides to the Platform X](https://doc.commandersact.com/getting-started/integrating-your-data/migration-guides-to-the-platform-x.md): How to migrate from the old platform (v7) to the new platform (Platform X)
- [Migrate from SSv1 to SSv2](https://doc.commandersact.com/getting-started/integrating-your-data/migration-guides-to-the-platform-x/migrate-from-ssv1-to-ssv2.md): Migration from the serverside v1 feature (platform 7 to platform X)
- [Send data to serverside v2](https://doc.commandersact.com/getting-started/integrating-your-data/migration-guides-to-the-platform-x/migrate-from-ssv1-to-ssv2/send-data-to-serverside-v2.md)
- [Purchase event example (ssv1 to ssv2)](https://doc.commandersact.com/getting-started/integrating-your-data/migration-guides-to-the-platform-x/migrate-from-ssv1-to-ssv2/send-data-to-serverside-v2/purchase-event-example-ssv1-to-ssv2.md)
- [Migrate from old mobile sdk](https://doc.commandersact.com/getting-started/integrating-your-data/migration-guides-to-the-platform-x/migrate-from-old-mobile-sdk.md): How to migrate to the old platform sdk (Platform 7) to the new platform (Platform X)


---

# 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/getting-started.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.
