> For the complete documentation index, see [llms.txt](https://docs.premsoft.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.premsoft.de/en/plugins/reward-level-with-bonus-points.md).

# Reward level with bonus points

Please make sure that you have already purchased and installed the "Bonus System for Shopware 6" plugin. The installation of the reward levels plugin is done via the plugin manager. After installation, the plugin must be configured.

### Configuration

\- Activate plugin: Activates the plugin for the sales channel\
\- Enable multi level: >If activated, a user keeps all bonuses from previous reward levels. This means that more than one level can be active.\
\- Disallow customer group: Disable plugin for selected customer groups.<br>

### Administration

At "Marketing -> Bonus System -> Reward Levels" you can create new reward levels or edit existing ones. To create a new reward level, click the "Create new reward level" button. Choose a name and optionally an image and description text. Define how many bonus points must be reached before a certain discount applies. With the option "Show badge for discounted products in the list", you can output not only the percent icon but also an individual badge text with a specified text color and background color. In the Conditions section you can define exactly which products should be selected for the discount. At the end, don't forget to set the slider to "active" and save.


---

# 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://docs.premsoft.de/en/plugins/reward-level-with-bonus-points.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.
