# Entering match results

{% hint style="info" %}
Throughout the platform, there is a single format for entering scores. Please follow the correct format to ensure accurate display and stat calculations.
{% endhint %}

{% stepper %}
{% step %}

### Select the winner

Make sure to click once on the winning team (it will be highlighted).
{% endstep %}

{% step %}

### Set the score for the winner

Make sure to indicate the score in favor of the winner (e.g., if opponent #2 wins, indicate the score as 11:6, ~~not 6:11~~, etc.).
{% endstep %}

{% step %}

### Use the right format

\*Games should be divided with ':' symbol (colon). Example: 6:4 6:7(5:7) \[10:6]

\*\*Tiebreak (if played) should be included in parenthesis "()" and go after game without space. Example: 7:6(7:1) 7:6(7:4)

\*\*\*Deciding tiebreak (if played) should be included in square brackets "\[]". Example: 6:4 6:7(3:7) \[10:6]

*Set score to empty field or match winner to "Match not finished" and status of match will be automatically changed to "Upcoming"*
{% endstep %}
{% endstepper %}


---

# 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/entering-match-results.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.
