# Discounts

{% hint style="info" %}
The **Discounts** section allows organizers to create and manage various types of discounts for tournament registration. Discounts can be based on registration dates, athlete licenses or memberships, category counts, or promo codes. All configured discounts will be automatically applied during participant checkout if the eligibility criteria are met.
{% endhint %}

### **Creating a Discount**

When you click **Add new discount**, a configuration window appears where you can define the discount type, validity period, and discount value. The platform supports **four types** of discounts:

* **Promo code**: This discount allows organizers to create custom discount codes that athletes can enter during registration.
* **Licence discount**: License-based discounts reward athletes who hold an active license.
* **Early bird discount**: This discount automatically applies to all athletes who register within a specific time period.
* **Category discount**: This discount allows organizers to assign different discount percentages based on the number of categories an athlete registers for.

#### Example of **Category discount**

The entry fee for each category is **30€**, with discounts applied as follows: **a 10% discount for the 2nd category** and **a 20% discount for the 3rd category**. *(Note: These values are just examples; custom discount percentages can be set.)*

When an athlete registers - whether for multiple categories at once or separately - the system tracks the total number of categories the athlete (and their partner, if applicable) has registered for and applies the appropriate discounts.

**Example:**

* **1st category:** 30€
* **2nd category:** 27€ (30€ minus 10%)
* **3rd category:** 24€ (30€ minus 20%)

Total fee for an athlete registering in three categories: **81€ (30€ + 27€ + 24€)** instead of **90€** without the discount.


---

# 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://tournated.gitbook.io/tournated/tournated-portals/tournated-manager/creating-and-managing-a-tournament/general-settings/discounts.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.
