# Ranking categories

{% hint style="info" %}
Similar to tournament categories, ranking categories setup is highly flexible and offers multiple customization options.
{% endhint %}

## General settings

Specify the title, select the category/categories to be counted, and assign the number of best results to be counted (leave it blank if there is no limit). If you want to count specific tournaments in the rankings, enable the corresponding checkbox and select the tournaments from the list (associated with the league).

## Additional rules

In additional rules, you can set a specific limit on the number of best results counted per category and connect third-party licenses/tours with defined multipliers.

## Filters

<details>

<summary>List of filters</summary>

**Select time period -** Only results within the third timeframe will be considered\
**Gender**\
**Country**\
**Age limit (from)**\
**Age limit type (from)**\
**Age limit (to)**\
**Age limit type (to)**\
\
Age types explained:

* **Year of Birth** – This will check the athlete's birth year and will not consider the day or month. For example, anyone born in 2007 (assuming the tournament year is 2025) will be considered 18 years old.
* **Current Age** – This will check the athlete’s current age at the time of the tournament, taking into account the day and month of birth.

</details>

<details>

<summary>Display only licenced athletes</summary>

If you want to display only athletes with an active license in the rankings, enable the checkbox and select the required license(s). If multiple licenses are selected, the system will check that the athlete has at least one of those licenses active.

</details>

## Display settings

<details>

<summary>List of options</summary>

* Only third-party
* Display athlete's club&#x20;
* Display athlete's city&#x20;
* Display athlete's birth year

**Sorting** \
Descending *(player with the highest number of points appears at the top)*  \
Ascending *(player with the lowest number of points appears at the top)*

</details>

{% hint style="info" %}
If needed, you can select multiple categories to update or copy them all at once.
{% endhint %}


---

# 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-dashboard/league-tour-management/ranking-categories.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.
