> For the complete documentation index, see [llms.txt](https://doc.commandersact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.commandersact.com/fr/premiers-pas.md).

# Premiers pas

- [Comment fonctionne la plateforme](https://doc.commandersact.com/fr/premiers-pas/concepts.md)
- [Glossaire](https://doc.commandersact.com/fr/premiers-pas/concepts/lexical.md)
- [Concepts de plateforme condensés](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 de test](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égrer 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 à 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 (plateforme 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 de l'ancien SDK de plateforme (Platform 7) vers la nouvelle plateforme (Platform X)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://doc.commandersact.com/fr/premiers-pas.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
