# Enable users to extract value (burn)

## Overview

Enabling users to extract value — often called **burn** — is a core part of loyalty integrations. In WLL, this usually means letting end users convert their points into real-world value.

There are three approaches:

1. [Getting & redeeming rewards](/developer/guides/enable-users-to-extract-value-burn/getting-and-redeeming-rewards.md)
2. [Reporting events to deduct points](/developer/guides/enable-users-to-extract-value-burn/reporting-events-to-deduct-points.md)
3. [Cash payouts](/developer/guides/enable-users-to-extract-value-burn/cash-payouts.md)

For conceptual background, see:

* [Get started with Rewards](https://kbase.whitelabel-loyalty.com/product/loyalty-engine/rewards-and-points/rewards/get-started-with-rewards)
* [Benefits](https://kbase.whitelabel-loyalty.com/product/loyalty-engine/rewards-and-points/benefits#benefit-lifecycle)
* [Reporting events](https://kbase.whitelabel-loyalty.com/product/loyalty-engine/events/reporting-events)
* [Get started with Points](https://kbase.whitelabel-loyalty.com/product/loyalty-engine/rewards-and-points/points/get-started-with-points)


---

# Agent Instructions: 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:

```
GET https://kbase.whitelabel-loyalty.com/developer/guides/enable-users-to-extract-value-burn.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
