> For the complete documentation index, see [llms.txt](https://docs.roadmap.so/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roadmap.so/loyalty-and-rewards/points-and-ways-to-earn.md).

# Points & ways to earn

- [Ways to earn points: overview](https://docs.roadmap.so/loyalty-and-rewards/points-and-ways-to-earn/ways-to-earn-points-overview.md): Every way customers can earn loyalty points in Roadmap, from orders and birthdays to anniversaries and tier promotions, plus the settings all earners share.
- [Award points for placing an order](https://docs.roadmap.so/loyalty-and-rewards/points-and-ways-to-earn/award-points-for-placing-an-order.md): Configure the Place an order way to earn — points per dollar, earning conditions, product eligibility, active dates, and membership tier eligibility.
- [Run a double-points promotion](https://docs.roadmap.so/loyalty-and-rewards/points-and-ways-to-earn/run-a-double-points-promotion.md): Set up a time-boxed double-points or bonus-rate promotion with a second Place an order earner for all tiers or a specific tier.
- [Show points earned on product pages](https://docs.roadmap.so/loyalty-and-rewards/points-and-ways-to-earn/show-points-earned-on-product-pages.md): Add the Points Earned Badge to your product pages so customers see the points a purchase earns — with live promotion rates and a logged-out login prompt.
- [Award points for account sign-up](https://docs.roadmap.so/loyalty-and-rewards/points-and-ways-to-earn/award-points-for-account-sign-up.md): Award customers loyalty points when their loyalty account is enabled, using the Account Signup way to earn.
- [Award points for birthdays](https://docs.roadmap.so/loyalty-and-rewards/points-and-ways-to-earn/award-points-for-birthdays.md): Award loyalty points on a customer's birthday, the first of their birthday month, or a set number of days before.
- [Award points on membership anniversaries](https://docs.roadmap.so/loyalty-and-rewards/points-and-ways-to-earn/award-points-on-membership-anniversaries.md): Award loyalty points every year on the anniversary of a customer joining your loyalty program, scoped by tier if you want and awarded automatically.
- [Award points for tier promotions](https://docs.roadmap.so/loyalty-and-rewards/points-and-ways-to-earn/award-points-for-tier-promotions.md): Award loyalty points when a customer is promoted into a membership tier, once per customer or on every promotion, with skipped tiers still paying out.
- [Leave a verified review](https://docs.roadmap.so/loyalty-and-rewards/points-and-ways-to-earn/leave-a-verified-review.md): Award loyalty points when a customer's verified review is approved and published, with reward frequency controls to cap multi-product orders.
- [Award points with customer tags](https://docs.roadmap.so/loyalty-and-rewards/points-and-ways-to-earn/award-points-with-customer-tags.md): Use the Customer Tag way to earn to award points when a customer is tagged in Shopify — for quizzes, Shopify Flow automations, and subscription rewards.
- [Reward subscribers with loyalty points](https://docs.roadmap.so/loyalty-and-rewards/points-and-ways-to-earn/reward-subscribers-with-loyalty-points.md): Combine subscription auto-tagging with the Customer Tag way to earn to reward subscribers at milestones and reuse the tags for Klaviyo segments.
- [Add display-only tiles to the Ways to Earn block](https://docs.roadmap.so/loyalty-and-rewards/points-and-ways-to-earn/add-display-only-tiles-to-the-ways-to-earn-block.md): Showcase rewards that don't award points, like referral rewards and birthday vouchers, as tiles in the Ways to Earn block, with an optional link button and active dates.
- [How to Stop Customers Earning Points on Discounted or Sale Items](https://docs.roadmap.so/loyalty-and-rewards/points-and-ways-to-earn/how-to-stop-customers-earning-points-on-discounted-or-sale-items.md)
- [Limit Points Earning by Product, Variant, or Collection](https://docs.roadmap.so/loyalty-and-rewards/points-and-ways-to-earn/limit-points-earning-by-product-variant-or-collection.md)
- [Managing point adjustments post-fulfilment](https://docs.roadmap.so/loyalty-and-rewards/points-and-ways-to-earn/managing-point-adjustments-post-fulfilment.md): Review and approve loyalty point changes created after a fulfilled order is refunded, returned, exchanged, or edited.
- [Ways to redeem points: overview](https://docs.roadmap.so/loyalty-and-rewards/points-and-ways-to-earn/ways-to-redeem-points-overview.md): The two reward types customers can spend points on, where they redeem them, and how redemption works.
- [Set up an amount discount reward](https://docs.roadmap.so/loyalty-and-rewards/points-and-ways-to-earn/set-up-an-amount-discount-reward.md): Configure an Amount Discount reward, including point cost, value, product scope, discount combinations, tier eligibility, and minimum order value.
- [Set up product redemption](https://docs.roadmap.so/loyalty-and-rewards/points-and-ways-to-earn/set-up-product-redemption.md): Let customers redeem whole products with points. Set the cost, the per-customer limit, the product options they choose from, and how many units each redemption adds to the cart.
- [Configure the cart point redeemer](https://docs.roadmap.so/loyalty-and-rewards/points-and-ways-to-earn/configure-the-cart-point-redeemer.md): Set up the cart point redeemer, including the customer flow, messages, states, and styling.
- [Redeem points on subscription orders](https://docs.roadmap.so/loyalty-and-rewards/points-and-ways-to-earn/redeem-points-on-subscription-orders.md): Let subscribers apply loyalty points to an upcoming subscription order through Subscriptions Integration.
- [Refund an unused loyalty coupon](https://docs.roadmap.so/loyalty-and-rewards/points-and-ways-to-earn/refund-an-unused-loyalty-coupon.md): Return a customer's points when they've redeemed a coupon they don't want or can't use, for amount discounts and product redemptions alike, and let them redeem fresh.


---

# 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://docs.roadmap.so/loyalty-and-rewards/points-and-ways-to-earn.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.
