# Sample Campaigns

### Business case

We can create many different types of achievements and supplement campaigns, allowing us to gamify members' experiences. Below you will find examples of some practical uses of the Campaign module.

* [#1 Earn 1 point for every $1 spent](/sample-setups/sample-campaigns/1-earn-1-point-for-every-usd1-spent.md)
* [#2 Earn 2x points when shopping on Monday morning](/sample-setups/sample-campaigns/2-earn-2x-points-when-shopping-on-monday-morning.md)
* [#3 Earn 1 stamp for every transaction](/sample-setups/sample-campaigns/3-earn-1-stamp-for-every-transaction.md)
* [#4 Buy product ACME 123 and earn 100 points](/sample-setups/sample-campaigns/4-buy-product-acme-123-and-earn-100-points.md)
* [#5 Refer a friend and get 100 points](/sample-setups/sample-campaigns/5-refer-a-friend-and-get-100-points.md)
* [#6 Refer 5 friends and get a $50 off coupon for the next purchase](/sample-setups/sample-campaigns/6-refer-5-friends-and-get-a-usd50-off-coupon-for-the-next-purchase.md)
* [#7 Register to the program and get 50 bonus points](/sample-setups/sample-campaigns/7-register-to-the-program-and-get-50-bonus-points.md)
* [#8 Get 30 bonus points for your first transaction in the loyalty program](/sample-setups/sample-campaigns/8-get-30-bonus-points-for-your-first-transaction-in-the-loyalty-program.md)
* [#9 Cashback campaign](https://help.openloyalty.io/sample-setups/sample-campaigns/9-cashback-campaign)


---

# Agent Instructions: 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:

```
GET https://help.openloyalty.io/sample-setups/sample-campaigns.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
