> 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/integrating-your-data.md).

# Intégrer vos données

Il existe plusieurs façons d’intégrer vos données dans la plateforme Commanders Act.

## Suivi Commanders Act en temps réel

|                            |                                                                                                                                                                                                          |
| -------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Conteneur web (OneTag)** | Vous pouvez utiliser le [OneTag](/fr/premiers-pas/integrating-your-data/onetag-tutorial.md) pour envoyer des événements via notre système de tag manager.                                                |
| **Javascript SDK**         | Vous pouvez utiliser le [Javascript SDK](/fr/fonctionnalites/sources/sources-catalog/web/js-sdk.md) pour suivre des événements directement depuis le code/CMS/TMS de votre site web.                     |
| **Google Tag Manager**     | Si vous utilisez le conteneur client-side de GTM, vous pouvez utiliser notre plateforme serverside en utilisant le [Commanders Act GTM template](/fr/fonctionnalites/sources/sources-catalog/web/gtm.md) |
| **Mobile SDKs**            | Le [Mobile SDKs](/fr/fonctionnalites/sources/sources-catalog/mobile-app.md) sont le meilleur moyen de simplifier le tracking dans vos applications iOS/Android.                                          |
| **Rest API**               | Si vous devez construire votre solution personnalisée, jetez un œil à la [http tracking API](/fr/fonctionnalites/sources/sources-catalog/server/http-tracking-api.md).                                   |

## Third party tools

Commanders Act propose également des connecteurs vers des Third party tools, visitez le [catalogue des sources](/fr/fonctionnalites/sources/sources-catalog.md) pour découvrir la liste complète.

## Importations

Il est possible d’importer des données dans Commanders Act via des imports de fichiers automatisés réguliers (csv), tels que :

* [utilisateurs CRM](/fr/fonctionnalites/sources/sources-catalog/import-crm-users/users-file-importer.md)
* [Conversions](/fr/fonctionnalites/sources/sources-catalog/import-conversions/conversions-files-importer.md) et [catalogue de produits](/fr/fonctionnalites/sources/sources-catalog/product-catalog.md)
* univers de stockage personnalisé

## Data API

Vous pouvez envoyer vos données spécifiques via notre [Data JSON APIs](/fr/developpeurs/tracking-and-integrations/tracking/data-api.md).


---

# 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/integrating-your-data.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.
