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

# Reactors

- [Get started with Reactors](https://kbase.whitelabel-loyalty.com/product/loyalty-engine/reactors/get-started-with-reactors.md): Learn how to use reactors to automate loyalty logic in response to user actions. Covers triggers, conditions, and reactions with practical examples and implementation tips.
- [Creating reactors](https://kbase.whitelabel-loyalty.com/product/loyalty-engine/reactors/creating-reactors.md): Learn how to create reactors in the Loyalty Console, including setting triggers, conditions, and reactions. Understand key configurations like activation limits, start and end dates, and more.
- [Activation limits](https://kbase.whitelabel-loyalty.com/product/loyalty-engine/reactors/activation-limits.md): Learn how to set activation limits for reactors in the Loyalty Engine, including tenant-wide and per-user limits to control how many times a reactor can trigger.
- [Conditions](https://kbase.whitelabel-loyalty.com/product/loyalty-engine/reactors/conditions.md): Learn how to use payload conditions in the Loyalty Engine to control when reactors trigger based on event-specific data, audience membership, and user points history.
- [Reactions](https://kbase.whitelabel-loyalty.com/product/loyalty-engine/reactors/reactions.md): Learn how to configure reactions in the Loyalty Engine, including adding and managing reactions like Adjust Points, Give Reward, Award Badge, and custom webhooks.
- [Managing reactors](https://kbase.whitelabel-loyalty.com/product/loyalty-engine/reactors/managing-reactors.md): Learn how to view, edit, and end reactors in the Loyalty Console. Manage reactor statuses and understand how edits and archiving work in the Loyalty Engine.
- [Reactor tutorials](https://kbase.whitelabel-loyalty.com/product/loyalty-engine/reactors/reactor-tutorials.md)
- [Create your first loyalty campaign (event & reactor for sign-up bonus)](https://kbase.whitelabel-loyalty.com/product/loyalty-engine/reactors/reactor-tutorials/create-your-first-loyalty-campaign-event-and-reactor-for-sign-up-bonus.md)
- [Create a promo code reactor](https://kbase.whitelabel-loyalty.com/product/loyalty-engine/reactors/reactor-tutorials/create-a-promo-code-reactor.md)
- [Create advanced or multi-event reactors using Audiences](https://kbase.whitelabel-loyalty.com/product/loyalty-engine/reactors/reactor-tutorials/create-advanced-or-multi-event-reactors-using-audiences.md)
- [Limit a reactor an audience](https://kbase.whitelabel-loyalty.com/product/loyalty-engine/reactors/reactor-tutorials/limit-a-reactor-an-audience.md)
- [Limit the number of times a reactor can be triggered in a period of time](https://kbase.whitelabel-loyalty.com/product/loyalty-engine/reactors/reactor-tutorials/limit-the-number-of-times-a-reactor-can-be-triggered-in-a-period-of-time.md)


---

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