> For the complete documentation index, see [llms.txt](https://help.openloyalty.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.openloyalty.io/sample-setups/sample-campaigns.md).

# Sample Campaigns

### Business case

We can create many different types of challenges and supplement campaigns, allowing us to gamify members' experiences.&#x20;

Below are examples of 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)
* [#10 Product meets selected criteria](/sample-setups/sample-campaigns/10-product-meets-selected-criteria.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://help.openloyalty.io/sample-setups/sample-campaigns.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.
