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

# Troubleshooting

- [Referral rewards not applying?](https://docs.roadmap.so/loyalty-and-rewards/troubleshooting/referral-rewards-not-applying.md)
- [Customers not earning loyalty points](https://docs.roadmap.so/loyalty-and-rewards/troubleshooting/customers-not-earning-loyalty-points.md): A checklist for when customers aren't earning points: rule mismatches, unmet limits, the loyalty timeline, and a deleted collection pausing an earning rule.
- [Points on an order only came from one earning rule](https://docs.roadmap.so/loyalty-and-rewards/troubleshooting/points-on-an-order-only-came-from-one-earning-rule.md): Why an order awarded points from a single Place an order rule when two rules with different product eligibility were active — and what's changing.
- [Can I award extra points for photo or video reviews?](https://docs.roadmap.so/loyalty-and-rewards/troubleshooting/can-i-award-extra-points-for-photo-or-video-reviews.md): Whether you can award additional loyalty points for reviews that include a photo or video, and what to set up in the meantime.
- [Where is a customer's loyalty discount code?](https://docs.roadmap.so/loyalty-and-rewards/troubleshooting/where-is-a-customers-loyalty-discount-code.md): Find a discount code from a loyalty redemption or promotion by searching Shopify Discounts with the customer email.
- [A customer's loyalty coupon isn't working](https://docs.roadmap.so/loyalty-and-rewards/troubleshooting/a-customers-loyalty-coupon-isnt-working.md): A customer says their loyalty code isn't working, shows insufficient points, or they want to undo a redemption. How to diagnose it and put the points back.
- [What the RoadmapReferrer note on a customer means](https://docs.roadmap.so/loyalty-and-rewards/troubleshooting/what-the-roadmapreferrer-note-on-a-customer-means.md): Seeing a RoadmapReferrer note on a Shopify customer profile? That's Roadmap's referral attribution. What it records, where it appears, and how to trace the referral.


---

# 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/troubleshooting.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.
