> 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).

# Surveillance

- [Tableaux de bord d’analytique](https://docs.thewalletcrew.io/guides-monitoring/fr/monitor/tableaux-de-bord-danalytique.md): Comprenez les performances du Wallet, de l’inscription et des liens dans la section Analytique.
- [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étails.
- [Détails de la Carte](https://docs.thewalletcrew.io/guides-monitoring/fr/monitor/details-de-la-carte.md): Consultez 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 le tableau de bord Statistiques et comment les interpréter au fil du temps.
- [Ce que The Wallet Crew suit](https://docs.thewalletcrew.io/guides-monitoring/fr/monitor/ce-que-the-wallet-crew-suit.md): Comprenez quels événements Wallet The Wallet Crew suit, comment les installations sont comptabilisées et où Apple et Google fixent les limites.
- [Rapport](https://docs.thewalletcrew.io/guides-monitoring/fr/monitor/report.md): Exporter les événements Wallet au niveau de la Carte pour l’analyse des campagnes, l’enrichissement CRM et les rapports externes.
- [Envoyer les événements Wallet vers vos outils](https://docs.thewalletcrew.io/guides-monitoring/fr/monitor/sync-pass-installation-status-to-your-crm.md): Envoyez les événements d’installation, de désinstallation, de scan et de notification du 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 — API Insights](https://docs.thewalletcrew.io/guides-monitoring/fr/monitor/interrogez-vos-donnees-api-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.


---

# 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.
