> 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/use-cases.md).

# Use cases

- [Data activation](https://doc.commandersact.com/use-cases/data-activation.md)
- [Engage new customers](https://doc.commandersact.com/use-cases/data-activation/engage-new-customers.md)
- [Welcome banner for new customers](https://doc.commandersact.com/use-cases/data-activation/engage-new-customers/welcome-banner-for-new-customers.md)
- [Real-time promotion for hesitant customers](https://doc.commandersact.com/use-cases/data-activation/engage-new-customers/real-time-promotion-for-hesitant-customers.md)
- [Discount banner for installing the application](https://doc.commandersact.com/use-cases/data-activation/engage-new-customers/discount-banner-for-installing-the-application.md)
- [Personalized ads](https://doc.commandersact.com/use-cases/data-activation/engage-new-customers/personalized-ads.md)
- [Engage similar audience (lookalike)](https://doc.commandersact.com/use-cases/data-activation/engage-new-customers/engage-similar-audience-lookalike.md)
- [Increase loyalty](https://doc.commandersact.com/use-cases/data-activation/increase-loyalty.md)
- [Drive to favourite store](https://doc.commandersact.com/use-cases/data-activation/increase-loyalty/drive-to-favourite-store.md)
- [Increase Customer Lifetime Value with a loyalty program](https://doc.commandersact.com/use-cases/data-activation/increase-loyalty/increase-customer-lifetime-value-with-a-loyalty-program.md)
- [Notification about order delay](https://doc.commandersact.com/use-cases/data-activation/increase-loyalty/notification-about-order-delay.md)
- [Increase revenue](https://doc.commandersact.com/use-cases/data-activation/increase-revenue.md)
- [Abandoned cart](https://doc.commandersact.com/use-cases/data-activation/increase-revenue/abandoned-cart.md)
- [Products recommendations](https://doc.commandersact.com/use-cases/data-activation/increase-revenue/products-recommendations.md)
- [Complementary product offer](https://doc.commandersact.com/use-cases/data-activation/increase-revenue/complementary-product-offer.md)
- [Retain customers](https://doc.commandersact.com/use-cases/data-activation/retain-customers.md)
- [Identify a churn risk with RFM segmentation](https://doc.commandersact.com/use-cases/data-activation/retain-customers/identify-a-churn-risk-with-rfm-segmentation.md)
- [Identify customers’ preferred channel](https://doc.commandersact.com/use-cases/data-activation/retain-customers/identify-customers-preferred-channel.md)
- [Contact with the customer support](https://doc.commandersact.com/use-cases/data-activation/retain-customers/contact-with-the-customer-support.md)
- [Advocacy](https://doc.commandersact.com/use-cases/data-activation/advocacy.md)
- [Incentive to share customers' experience and rating](https://doc.commandersact.com/use-cases/data-activation/advocacy/incentive-to-share-customers-experience-and-rating.md)
- [Sponsorship Program](https://doc.commandersact.com/use-cases/data-activation/advocacy/sponsorship-program.md)
- [Social Media Hashtag](https://doc.commandersact.com/use-cases/data-activation/advocacy/social-media-hashtag.md)
- [Website performance](https://doc.commandersact.com/use-cases/website-performance.md): Use Tag performance and best practices to optimize your website speed performance
- [Consent banners A/B testing](https://doc.commandersact.com/use-cases/consent-banners-a-b-testing.md)
- [Customer analysis](https://doc.commandersact.com/use-cases/customer-analysis.md)
- [Campaigns performance analysis](https://doc.commandersact.com/use-cases/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/use-cases.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.
