> 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/membership-tiers-and-referrals.md).

# Membership tiers & referrals

- [Loyalty Tiers](https://docs.roadmap.so/loyalty-and-rewards/membership-tiers-and-referrals/loyalty-tiers.md): Create membership tiers — names, levels, customer tags, and the milestone that earns each tier — and choose between points-earned, amount-spent, item-purchased, and tag-based progression.
- [Tag-based membership tiers](https://docs.roadmap.so/loyalty-and-rewards/membership-tiers-and-referrals/tag-based-membership-tiers.md): Run a secondary loyalty program granted by a Shopify customer tag: an invite-style tier alongside your milestone tiers for paid memberships, VIPs, staff, or app-driven cohorts.
- [Manage referrals](https://docs.roadmap.so/loyalty-and-rewards/membership-tiers-and-referrals/manage-referrals.md): Reward customers for referrals with Referral Program
- [Tier progression rules](https://docs.roadmap.so/loyalty-and-rewards/membership-tiers-and-referrals/tier-progression-rules.md)
- [Reward customers for reaching a tier](https://docs.roadmap.so/loyalty-and-rewards/membership-tiers-and-referrals/reward-customers-for-reaching-a-tier.md): Give customers a direct reward when they reach a membership tier or maintain it through a membership period.
- [The Customer Rewards storefront redeeming block](https://docs.roadmap.so/loyalty-and-rewards/membership-tiers-and-referrals/the-customer-rewards-storefront-redeeming-block.md): Let customers see and redeem their tier rewards on the storefront: the block's states, how redemption behaves in the cart, and every setting explained.
- [Send discount codes for birthdays and tier promotions](https://docs.roadmap.so/loyalty-and-rewards/membership-tiers-and-referrals/send-discount-codes-for-birthdays-and-tier-promotions.md): Generate a unique discount code for a member birthday or tier promotion. Deliver it through Roadmap or a Klaviyo event.


---

# 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/membership-tiers-and-referrals.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.
