> 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/reward-tutorials/preventing-fraud-and-abuse-guide.md).

# Preventing fraud & abuse guide

**This article is in draft. You can contact WLL Support if you'd like it to be prioritised.**

Create tutorials for the following and link to from here:

Activation limits - user specific /include in this article and link to Reactor configuration page

Activation limits - combining user & tenant limits using audiences and reactor payload constraints / explain here WHY and create and link to tutorial in Reactor tutorials section

Limiting how many rewards can be purchased a day/week/month // explain here WHY link to tutorial in reward tutorials

Limiting how many points can be earned a day/week/month // explain here WHY and link to points liability

Limiting how many points can be spent in a day/week/month // explain here WHY and link to points liability

Create an audience of suspicious or flagged users based on recent activity - and optionally restrict them from earning/purchasing etc. // link to tutorial in Audiences

Create an audience of banned or suspended users based on profile attributes - and restrict them from accessing, earning and purchasing. // link to tutorial in Audiences


---

# 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/reward-tutorials/preventing-fraud-and-abuse-guide.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.
