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

# Sample Setups

- [Good Practices](https://help.openloyalty.io/sample-setups/good-practices.md): In this section, you will find good practices for how you can set up a campaign and increase the members' engagement by completing the challenges.
- [Pay with Points](https://help.openloyalty.io/sample-setups/pay-with-points.md): How to Pay with Points Using OpenLoyalty.
- [Promo and Discounts in Cart](https://help.openloyalty.io/sample-setups/promo-and-discounts-in-cart.md): This guide describes how to implement promo or discount calculations for items in the cart using Open Loyalty.
- [Sample Campaigns](https://help.openloyalty.io/sample-setups/sample-campaigns.md): In this section, you will find sample configurations and business scenarios for your campaigns.
- [#1 Earn 1 point for every $1 spent](https://help.openloyalty.io/sample-setups/sample-campaigns/1-earn-1-point-for-every-usd1-spent.md)
- [#2 Earn 2x points when shopping on Monday morning](https://help.openloyalty.io/sample-setups/sample-campaigns/2-earn-2x-points-when-shopping-on-monday-morning.md)
- [#3 Earn 1 stamp for every transaction](https://help.openloyalty.io/sample-setups/sample-campaigns/3-earn-1-stamp-for-every-transaction.md)
- [#4 Buy product ACME 123 and earn 100 points](https://help.openloyalty.io/sample-setups/sample-campaigns/4-buy-product-acme-123-and-earn-100-points.md)
- [#5 Refer a friend and get 100 points](https://help.openloyalty.io/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](https://help.openloyalty.io/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](https://help.openloyalty.io/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](https://help.openloyalty.io/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.md)
- [#10 Product meets selected criteria](https://help.openloyalty.io/sample-setups/sample-campaigns/10-product-meets-selected-criteria.md): In this scenario, the member needs to buy 1 product that meets the criteria: product brand (Acme), product category (Beverage), product name (Acme Drink) to get 100 points.
- [#11 Refer Shopping Friends](https://help.openloyalty.io/sample-setups/sample-campaigns/11-refer-shopping-friends.md): Reward members with points and gifts when referred friends complete their first purchase.
- [#12 Shopping Spree](https://help.openloyalty.io/sample-setups/sample-campaigns/12-shopping-spree.md): Reward members who spend €100 in May with a discount coupon and tier-qualifying units.
- [Sample Challenges](https://help.openloyalty.io/sample-setups/sample-achievements.md): In this section, you will learn practical applications of Challenges and how to use them to address your business's needs.
- [#1 Celebrate Summer - Buy 5 times between June and August](https://help.openloyalty.io/sample-setups/sample-achievements/1-celebrate-summer-configuration-buy-5-times-between-june-and-august.md)
- [#2 Frequent Buyer – Complete 10 transactions of more than €50 each](https://help.openloyalty.io/sample-setups/sample-achievements/2-place-10-orders-above-50eur-configuration-complete-10-transactions-for-more-than-50eur-each.md)
- [#3 Consistent Player - Log in to the game three times per week for eight consecutive weeks](https://help.openloyalty.io/sample-setups/sample-achievements/3-ambitious-player-configuration-log-in-to-the-game-3-times-per-week-for-8-consecutive-weeks.md)
- [#4 SKU Sell-off – Spend a total of $100 on products with SKU 'ABC132' in September](https://help.openloyalty.io/sample-setups/sample-achievements/4-sku-abc-configuration-spend-total-of-100usd-on-products-with-sku-abc132-in-september.md)
- [#5 Workout Streak – Track a workout of at least 30 minutes for five days in a row](https://help.openloyalty.io/sample-setups/sample-achievements/5-workout-configuration-track-a-workout-of-at-least-30-minutes-for-5-days-in-a-row-get-250-points.md)
- [#6 Shopping Buddies – Four referees made transactions for two consecutive weeks](https://help.openloyalty.io/sample-setups/sample-achievements/6-4-referees-made-the-transactions-for-2-consecutive-days-configuration.md)
- [#7 Referral Boost – Two referees made a transaction](https://help.openloyalty.io/sample-setups/sample-achievements/7-2-referees-made-a-transaction-configuration.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.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.
