# Ranking points

{% hint style="info" %}
To set up rankings, first create a "Points Block" (you can have as many blocks as needed). Blocks are essentially combinations of multiple categories, so if you have the same points system for multiple categories, you don't need to create a separate system for each.
{% endhint %}

<details>

<summary>Creation of "Points block" explained</summary>

When creating a block, you need to specify the block's name (this is for internal use, so it can be anything) and select the categories associated with the block.

You can also set up additional rules and apply a multiplier based on the number of entries in the category. For example, if the entries for a tournament category are less than 8, you can set the points to be multiplied by 0.8 (in this case, participants will receive 20% fewer points due to the lack of participants).

Once you click submit, the table will be initiated, and you will be able to add points for all places.

</details>

<details>

<summary>Adding positions (points, rows) explained</summary>

First, for automation purposes, you need to identify the segment (Main, Consolation, or Qualification) and the bracket type (Singles or Doubles Elimination, Single Elimination with Groups, Live Standings, or Manual Entry).

Next, specify the number of positions you want to add. Then, enter the position (place), the number of points, and the number of entries.

Note: The number of entries determines how many players share the same position. For example, in the case of a quarterfinal (QF) or positions 5-8 (players who lost in the quarterfinals), the number of entries would be 4. This ensures that the system correctly assigns four players to that position.

</details>


---

# 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-points.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.
