# FAQ

- [How are loyalty revenues generated?](https://help.trybeans.com/liana/faq/how-are-loyalty-revenues-generated.md)
- [Adding Custom CSS](https://help.trybeans.com/liana/faq/rewards-program-page-customization-with-css.md): How to add customize your rewards page with CSS?
- [Disable checkout auto-redirect](https://help.trybeans.com/liana/faq/disable-checkout-auto-redirect.md): How to disable checkout auto redirection after redemption?
- [Enrollment of customers in the rewards program](https://help.trybeans.com/liana/faq/enrollment-of-customers-in-the-rewards-program.md): This article explains how customers are enrolled in your rewards program
- [Why do rules have minimum points?](https://help.trybeans.com/liana/faq/why-do-rules-have-minimum-points.md): Why do some rules require to set a minimum points value?
- [Loyalty points calculation](https://help.trybeans.com/liana/faq/loyalty-points-calculation.md): How are points computed for an order? How do taxes, shipping cost, and discounts affect points earned?


---

# 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://help.trybeans.com/liana/faq.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.
