> For the complete documentation index, see [llms.txt](https://help.trybeans.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.trybeans.com/liana/rules/cart-booster.md).

# Cart Booster

The Cart booster rule helps in ensuring your customers return back to your shop, it multiplies the points of customers for purchasing a particular worth of items on your store, If a customer purchases an item or items in a cart worth $400, and your Cart booster is set with a threshold of $400  with a multiplier of 4, the customer will get 4 times the normal points he is supposed to get for the purchase, so Instead of getting 100 points, your customer will get 400 points.&#x20;

## Settings

&#x20; &#x20;

![](/files/-Ltz-5iuqZoXHcVfoiZa)

1. **Threshold:** The amount the customer has to purchase before the rule of cart booster can be applied.
2. **Multiplier:** The number of times the points will be multiplied.

## How does it work?

Customers will get the points, as soon as they purchase goods worth the amount the retailer set for them to access the reward.


---

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