# Premiers pas

- [Comment la plateforme fonctionne](https://doc.commandersact.com/fr/premiers-pas/concepts.md)
- [Glossaire](https://doc.commandersact.com/fr/premiers-pas/concepts/lexical.md)
- [Concepts condensés de la plateforme](https://doc.commandersact.com/fr/premiers-pas/concepts/lexical/condensed-platform-concepts.md)
- [Interface de la plateforme](https://doc.commandersact.com/fr/premiers-pas/platform-interface.md)
- [Environnements Prod et Testing](https://doc.commandersact.com/fr/premiers-pas/platform-interface/prod-and-testing-environments.md)
- [Outils de productivité](https://doc.commandersact.com/fr/premiers-pas/platform-interface/productivity-tools.md)
- [Commander's AI](https://doc.commandersact.com/fr/premiers-pas/platform-interface/productivity-tools/commanders-ai.md): Documentation technique sur l'utilisation de l'intelligence artificielle dans la plateforme
- [Intégration de vos données](https://doc.commandersact.com/fr/premiers-pas/integrating-your-data.md)
- [Tutoriel GTM](https://doc.commandersact.com/fr/premiers-pas/integrating-your-data/gtm-tutorial.md): Configuration rapide : de GTM client-side à Commanders Act server-side
- [Tutoriel OneTag](https://doc.commandersact.com/fr/premiers-pas/integrating-your-data/onetag-tutorial.md)
- [Guides de migration vers Platform X](https://doc.commandersact.com/fr/premiers-pas/integrating-your-data/migration-guides-to-the-platform-x.md): Comment migrer de l'ancienne plateforme (v7) vers la nouvelle plateforme (Platform X)
- [Migrer de SSv1 vers SSv2](https://doc.commandersact.com/fr/premiers-pas/integrating-your-data/migration-guides-to-the-platform-x/migrate-from-ssv1-to-ssv2.md): Migration de la fonctionnalité serverside v1 (platform 7 vers platform X)
- [Envoyer des données à serverside v2](https://doc.commandersact.com/fr/premiers-pas/integrating-your-data/migration-guides-to-the-platform-x/migrate-from-ssv1-to-ssv2/send-data-to-serverside-v2.md)
- [Exemple d'événement d'achat (ssv1 vers ssv2)](https://doc.commandersact.com/fr/premiers-pas/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)
- [Migrer depuis l'ancien SDK mobile](https://doc.commandersact.com/fr/premiers-pas/integrating-your-data/migration-guides-to-the-platform-x/migrate-from-old-mobile-sdk.md): Comment migrer du SDK de l'ancienne plateforme (Platform 7) vers la nouvelle plateforme (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/fr/premiers-pas.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.
