# Discounts setup

You can create a new system of discounts in the section:&#x20;

Payment system > Reward system> Discount system > Create discount

![](/files/-MDG5IHOX8GcBy4XHYl1)

The discount can apply both to the entire project and to a specific server on the project.&#x20;

The user will be shown the current discount.&#x20;

The discount works on a cumulative basis:&#x20;

* the total donation is kept on the server;&#x20;
* the discount is charged when the accumulated donation falls into the discount range.

![](/files/-MDG72ZEHCqpCoQQjVBr)

{% hint style="info" %}
Example.&#x20;

The screenshot above shows that there are two positions from 1000 to 2000 and from 2000 to 3000. If user has a total balance of 1001, he will be placed in the first range and will receive a 5% discount when purchasing previously selected sections.
{% endhint %}

![Sections where the discount system works](/files/-MDG6LYEa5D3v1CReEkk)


---

# 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://docs.mmoweb.biz/quick-start-guide/settings/platezhnaya-sistema/sistema-skidok.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.
