# Live standings

{% hint style="info" %}
If you want to publish a list of teams based on their results within specific groups, you can create live standings and update them at any time.
{% endhint %}

To create live standings, navigate to the **Submit Results to Live Standings** button located in the top right corner of the Groups page or go directly to the Live Standings page and click the **Create Live Standings** button.

## Display settings

For singles and doubles formats, only the **Players** tab will be displayed. However, for team competitions, data can be shown both by team standings and by individual performance.

The live standings include the following columns, and you can choose which ones to display:

* Place in group&#x20;
* Points&#x20;
* Set ratio&#x20;
* Games/Points ratio&#x20;
* Matches played&#x20;
* Matches won&#x20;
* Matches lost

Additionally, the organizer can set which positions to highlight. For example, if only the top four teams advance to the playoffs, it's possible to highlight the corresponding positions.

The switcher located to the left of the live standings title indicates whether the standings are public or hidden.

## Update positions&#x20;

Positions can be updated automatically by clicking the **Refresh** button located in the top right corner. If manual changes are required, positions can also be edited or rearranged using drag and drop.

## Sorting options

There are three options for sorting positions:

* Place in Group ASC, Points (DESC), Ratios DESC
* Points DESC, Ratios DESC
* Ratios DESC

*\*ASC = Ascending | \*DESC = Descending*

<figure><img src="/files/fJeEYlNp8OXv5kfaVPNA" alt=""><figcaption></figcaption></figure>


---

# 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/match-and-result-management/live-standings.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.
