# Advanced Order of Play View

&#x20;

<figure><img src="/files/3mxCkkeZtvFu7RNXUSGm" alt=""><figcaption></figcaption></figure>

This view allows referees to easily manage the order of play for all categories in one place, grouped by day. You can either automatically generate matches and make manual adjustments or open the required category, bracket, or round, then drag and drop matches to the desired court and time while easily adjusting any settings.

**Left (matches) sidebar**

You can open the left sidebar and automatically generate the order of play for the selected category, draws, or groups. Alternatively, you can drag and drop matches one by one into the order of play and set the appropriate time and court configurations.

**Time Slot Switcher**\
\
Based on the average match duration, you can adjust the time slot value in the bottom right corner to find the most suitable view.

**Match Conflicts**\
\
To check for match conflicts—such as overlapping matches on the same court or insufficient rest time for players—click the **Check for Match Conflicts** button. It will highlight any issues that need attention.

**Edit Match**\
\
To edit the details of a single match, you can either drag and drop it or click on the match. This will open a modal where you can update any details and set the score. <mark style="color:orange;">You can also delete the match directly from the same modal.</mark>


---

# 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/order-of-play/advanced-order-of-play-view.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.
