# Postponed or Suspended games

### **Postponed Matches**

If a match is postponed, whether its result is valid for scoring depends on **when it is actually played**.

* If the match is rescheduled **before the start of the next Round**, it is considered **valid**, and the scores of the players involved will be calculated normally.
* If the match is rescheduled **after the start of the next Round**, it is **not valid** for the game: players (including injured, suspended, and coaches) will receive an **average score**, assigned in Turn 1 (T1).

***

### **Suspended Matches**

* If the teams play **less than 60 minutes**, players (including injured, suspended, and coaches) will receive an **average score**.
* If the teams play **at least 60 minutes**, players will receive their **actual scores**.

***

{% hint style="info" %}
***The organization reserves the right to establish exceptions in extraordinary situations, such as multiple postponements or the cancellation of entire Rounds. All decisions will be communicated via the app, website, and official channels.***
{% endhint %}

<br>


---

# 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://docs.kickest.it/eng/fantasy-rules/postponed-or-suspended-games.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.
