> 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?

From offers to vouchers, code pools to digital gift cards - the Loyalty Engine supports many different reward and voucher types to suit virtually every use case.

<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="/product/loyalty-engine/rewards-and-points/rewards/reward-types/offers.md">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="/product/loyalty-engine/rewards-and-points/rewards/reward-types/offers.md#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="/product/loyalty-engine/rewards-and-points/rewards/reward-types/offers.md#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="/product/loyalty-engine/rewards-and-points/rewards/reward-types/vouchers/voucher-code-pools.md">Voucher code pools</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="/product/loyalty-engine/rewards-and-points/rewards/reward-types/vouchers/one-time-voucher-codes.md">One-time voucher codes</a></p><p>If not integrating: <a data-mention href="/product/loyalty-engine/rewards-and-points/rewards/reward-types/vouchers/voucher-code-pools.md">Voucher code pools</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="/product/modules/reward-fulfilment.md">Reward Fulfilment</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="/product/loyalty-engine/rewards-and-points/rewards/reward-types/merchandise.md">Merchandise</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="/product/loyalty-engine/rewards-and-points/rewards/reward-types/vouchers/codeless-vouchers.md">Codeless vouchers</a></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="/product/loyalty-engine/rewards-and-points/rewards/reward-types/merchandise.md">Merchandise</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.
