# Game Statuses

Each round has several different statuses in the backoffice which reflect differently to the players.

![](/files/TnIbu9cpmxUDM8HxZbwe)

1. **Backoffice: No more predictions are allowed**\
   When the end date (Bets are allowed till) is reached, players can no longer edit or submit new predictions. All matches are now awaiting settlements, once they are settled the operator will have to manually resolve the round.\
   **Player: Finalizing**\
   The player will be able to view his predictions but not edit them.
2. **Backoffice: All events are resolved**\
   The matches are all settled, and the round is waiting for the manual resolution by the operator, once that is completed the system will distribute the prizes to the players based on their rank and the corresponding prizes in the pool.\
   **Player: Finalizing**\
   The player will be able to view his predictions but not edit them.
3. **Backoffice: Round is resolved**\
   The round has been completed and resolved, closed for prediction and the prizes were distributed to the players.\
   **Player: Finished**\
   The player will be able to view his predictions.
4. **Backoffice: No events are defined**\
   The round was created, but no match has been inserted and the round is empty
5. **Backoffice: Round is active**\
   This is the round that is currently open for prediction and displayed to all players. Players that have submitted their predictions can still edit them and resubmit.\
   **Player: Running**\
   The player will be able to submit new predictions and edit them.
6. **Backoffice: Pending**\
   The round that will open next when the current active round has changed its status to “All events are resolved” and has been closed for predictions.\
   **Player: “Next Round starts at…”**\
   On the active round screen, the player will see when the next round (pending) will start, and will not be able to see the matches or submit any predictions for that round.

<figure><img src="/files/bgbbqgB5lKfATW4uZiLK" 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://help.smartico.ai/welcome/products/mini-games/matchx-game/game-statuses.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.
