> 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/cas-dusage.md).

# Cas d’usage

- [Activation des données](https://doc.commandersact.com/fr/cas-dusage/data-activation.md)
- [Engager de nouveaux clients](https://doc.commandersact.com/fr/cas-dusage/data-activation/engage-new-customers.md)
- [Bannière de bienvenue pour les nouveaux clients](https://doc.commandersact.com/fr/cas-dusage/data-activation/engage-new-customers/welcome-banner-for-new-customers.md)
- [Promotion en temps réel pour les clients hésitants](https://doc.commandersact.com/fr/cas-dusage/data-activation/engage-new-customers/real-time-promotion-for-hesitant-customers.md)
- [Bannière de réduction pour l’installation de l’application](https://doc.commandersact.com/fr/cas-dusage/data-activation/engage-new-customers/discount-banner-for-installing-the-application.md)
- [Publicités personnalisées](https://doc.commandersact.com/fr/cas-dusage/data-activation/engage-new-customers/personalized-ads.md)
- [Engager une audience similaire (lookalike)](https://doc.commandersact.com/fr/cas-dusage/data-activation/engage-new-customers/engage-similar-audience-lookalike.md)
- [Renforcer la fidélité](https://doc.commandersact.com/fr/cas-dusage/data-activation/increase-loyalty.md)
- [Orienter vers le magasin préféré](https://doc.commandersact.com/fr/cas-dusage/data-activation/increase-loyalty/drive-to-favourite-store.md)
- [Augmenter la Customer Lifetime Value avec un programme de fidélité](https://doc.commandersact.com/fr/cas-dusage/data-activation/increase-loyalty/increase-customer-lifetime-value-with-a-loyalty-program.md)
- [Notification de retard de commande](https://doc.commandersact.com/fr/cas-dusage/data-activation/increase-loyalty/notification-about-order-delay.md)
- [Augmenter les revenus](https://doc.commandersact.com/fr/cas-dusage/data-activation/increase-revenue.md)
- [Panier abandonné](https://doc.commandersact.com/fr/cas-dusage/data-activation/increase-revenue/abandoned-cart.md)
- [Recommandations de produits](https://doc.commandersact.com/fr/cas-dusage/data-activation/increase-revenue/products-recommendations.md)
- [Offre de produit complémentaire](https://doc.commandersact.com/fr/cas-dusage/data-activation/increase-revenue/complementary-product-offer.md)
- [Fidéliser les clients](https://doc.commandersact.com/fr/cas-dusage/data-activation/retain-customers.md)
- [Identifier un risque de churn avec la segmentation RFM](https://doc.commandersact.com/fr/cas-dusage/data-activation/retain-customers/identify-a-churn-risk-with-rfm-segmentation.md)
- [Identifier le canal préféré des clients](https://doc.commandersact.com/fr/cas-dusage/data-activation/retain-customers/identify-customers-preferred-channel.md)
- [Contacter le support client](https://doc.commandersact.com/fr/cas-dusage/data-activation/retain-customers/contact-with-the-customer-support.md)
- [Plaidoyer](https://doc.commandersact.com/fr/cas-dusage/data-activation/advocacy.md)
- [Incitation à partager l’expérience et la note des clients](https://doc.commandersact.com/fr/cas-dusage/data-activation/advocacy/incentive-to-share-customers-experience-and-rating.md)
- [Programme de parrainage](https://doc.commandersact.com/fr/cas-dusage/data-activation/advocacy/sponsorship-program.md)
- [Hashtag des réseaux sociaux](https://doc.commandersact.com/fr/cas-dusage/data-activation/advocacy/social-media-hashtag.md)
- [Performance du site web](https://doc.commandersact.com/fr/cas-dusage/website-performance.md): Utilisez la performance du tag et les bonnes pratiques pour optimiser la vitesse de votre site web
- [Tests A/B des bannières de consentement](https://doc.commandersact.com/fr/cas-dusage/consent-banners-a-b-testing.md)
- [Analyse client](https://doc.commandersact.com/fr/cas-dusage/customer-analysis.md)
- [Analyse de la performance des campagnes](https://doc.commandersact.com/fr/cas-dusage/campaigns-analysis.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/cas-dusage.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.
