> For the complete documentation index, see [llms.txt](https://docs.thewalletcrew.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thewalletcrew.io/guides-monitoring/fr/monitor.md).

# Monitoring

- [Tableaux de bord analytiques](https://docs.thewalletcrew.io/guides-monitoring/fr/monitor/tableaux-de-bord-analytiques.md): Comprenez les performances de Wallet, de l’enrôlement et des liens dans la section Analytics.
- [Liste des cartes](https://docs.thewalletcrew.io/guides-monitoring/fr/monitor/liste-des-cartes.md): Trouvez rapidement une carte par identifiant, modèle, métadonnées ou date, puis ouvrez sa page de détail.
- [Détails de la carte](https://docs.thewalletcrew.io/guides-monitoring/fr/monitor/details-de-la-carte.md): Examinez une carte dans son intégralité, y compris ses identifiants, son état, ses métadonnées et son historique enregistré.
- [Définitions des KPI](https://docs.thewalletcrew.io/guides-monitoring/fr/monitor/definitions-des-kpi.md): Définissez les métriques utilisées dans les tableaux de bord Analytics et la manière de les interpréter au fil du temps.
- [Ce que suit The Wallet Crew](https://docs.thewalletcrew.io/guides-monitoring/fr/monitor/ce-que-suit-the-wallet-crew.md): Comprenez quels événements Wallet The Wallet Crew suit, comment les installations sont comptées et où Apple et Google fixent les limites.
- [Rapport](https://docs.thewalletcrew.io/guides-monitoring/fr/monitor/report.md): Exportez les événements Wallet au niveau Carte pour l’analyse de campagne, l’enrichissement CRM et les rapports externes.
- [Envoyez les événements Wallet vers vos outils](https://docs.thewalletcrew.io/guides-monitoring/fr/monitor/send-wallet-events-to-your-tools.md): Envoyez les événements d’installation, de désinstallation, de scan et de notification de Wallet vers des outils CRM, CDP, BI et d’entrepôt de données avec des webhooks, des connecteurs personnalisés, l’API Carte ou l’API Insights.
- [Interrogez vos données à l’aide de l’API Insights](https://docs.thewalletcrew.io/guides-monitoring/fr/monitor/interrogez-vos-donnees-a-laide-de-lapi-insights.md): Interrogez programmatiquement les événements Wallet avec l’API Insights pour des tableaux de bord personnalisés, des rapports automatisés et des workflows BI.
- [Récupérer les journaux de la plateforme](https://docs.thewalletcrew.io/guides-monitoring/fr/monitor/recuperer-les-journaux-de-la-plateforme.md): Recherchez, filtrez et exportez les journaux de la plateforme The Wallet Crew depuis le back office, l’API Insights ou un assistant IA connecté via MCP.


---

# 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://docs.thewalletcrew.io/guides-monitoring/fr/monitor.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.
