> For the complete documentation index, see [llms.txt](https://kbase.whitelabel-loyalty.com/product/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kbase.whitelabel-loyalty.com/product/loyalty-engine/rewards-and-points/rewards/reward-types/which-reward-type-should-i-use.md).

# Which reward type should I use?

<table data-card-size="large" data-view="cards" data-full-width="true"><thead><tr><th valign="top">Use case</th><th valign="top">Example</th><th valign="top">Reward type</th></tr></thead><tbody><tr><td valign="top"><strong>Communicate how your program works to users</strong></td><td valign="top"><em>"Get 1pt for every $1 spent"</em></td><td valign="top"><a href="/pages/qGXWHY8wh6Woi9ZWmKl3">Offer</a></td></tr><tr><td valign="top"><strong>Provide a URL to the user before a reward has been purchased/without the need to purchase a reward</strong></td><td valign="top"><em>"Visit our website to learn more about our new product"</em></td><td valign="top"><a href="/pages/qGXWHY8wh6Woi9ZWmKl3#static-url">Offer with static URL</a></td></tr><tr><td valign="top"><strong>Provide a URL to the user after a reward has been purchased</strong></td><td valign="top"><em>"Visit our partner site to access your exclusive reward"</em></td><td valign="top"><a href="/pages/qGXWHY8wh6Woi9ZWmKl3#dynamic-url">Offer with dynamic URL</a></td></tr><tr><td valign="top"><strong>Provide a discount code to use in your checkout or POS without the need for integration as a reward</strong></td><td valign="top"><em>"Get 20% off your next purchase"</em></td><td valign="top"><a data-mention href="/pages/wWG21Nccr1brtNADHjtC">/pages/wWG21Nccr1brtNADHjtC</a></td></tr><tr><td valign="top"><strong>Provide a gift card to use at checkout in your own e-commerce platform as a reward</strong></td><td valign="top"><em>"$20 Gift Card for our store"</em></td><td valign="top"><p>If integrating with our API: <a data-mention href="/pages/2gwK8xJPTQayR2LXIye3">/pages/2gwK8xJPTQayR2LXIye3</a></p><p>If not integrating: <a data-mention href="/pages/wWG21Nccr1brtNADHjtC">/pages/wWG21Nccr1brtNADHjtC</a></p></td></tr><tr><td valign="top"><strong>Provide a digital gift card from a popular retailer as a reward</strong></td><td valign="top"><em>"$20 Amazon Gift Card"</em></td><td valign="top"><a data-mention href="/pages/RxPDFTszXIepJ2Hz50rZ">/pages/RxPDFTszXIepJ2Hz50rZ</a></td></tr><tr><td valign="top"><strong>Provide physical merchandise as a reward</strong></td><td valign="top"><em>"Free branded hoodie"</em></td><td valign="top"><a data-mention href="/pages/Yo1C3oKNRK7da4HCG1O4">/pages/Yo1C3oKNRK7da4HCG1O4</a></td></tr><tr><td valign="top"><strong>Provide access to a particular service or tier as a reward</strong></td><td valign="top"><em>"Get premium membership for 3 months"</em></td><td valign="top"><a data-mention href="/pages/9kxWf8wvMwEU8N2H8QPk">/pages/9kxWf8wvMwEU8N2H8QPk</a></td></tr><tr><td valign="top"><strong>Run an 'opt-in' promo</strong></td><td valign="top"><em>"Opt-in to get double points this weekend"</em></td><td valign="top"><a data-mention href="/pages/9kxWf8wvMwEU8N2H8QPk">/pages/9kxWf8wvMwEU8N2H8QPk</a> + audience of users who have purchased the reward + reactor representing the promo, with a condition being it only applies to users in the audience of people who have purchased the reward</td></tr><tr><td valign="top"><strong>Provide digital items that have a stock limit</strong></td><td valign="top"><em>"Tickets to Leeds Festival"</em></td><td valign="top"><a data-mention href="/pages/Yo1C3oKNRK7da4HCG1O4">/pages/Yo1C3oKNRK7da4HCG1O4</a></td></tr></tbody></table>


---

# 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://kbase.whitelabel-loyalty.com/product/loyalty-engine/rewards-and-points/rewards/reward-types/which-reward-type-should-i-use.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.
