> For the complete documentation index, see [llms.txt](https://docs.dunkest.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dunkest.com/fantasy-rules/postponed-or-suspended-games.md).

# Postponed or Suspended Games

## **Suspended, Advanced or Postponed Matches**

If one or more matches are rescheduled **to a moment after the Matchday has ended** but **before the next one begins**, they will be **considered valid** for fantasy scoring purposes.

If one or more matches are rescheduled **while the Matchday is already in progress**, the involved players (including coaches, injured and suspended players) will receive their **average score for the Matchday originally scheduled** in the calendar.

If one or more matches are **postponed just a few hours before the Matchday starts**, players (including coaches, injured and suspended) will also receive their **average score from the originally scheduled Matchday**.

In the case of **postponements during Matchday 1**, all affected players (including coaches, injured and suspended) will receive their **average score**, which in this case will be **0 points**, as no games have been played yet.

***

## **Resting Teams**

During the season, there may be Matchdays in which some teams do not play, as part of the league’s calendar optimization.

All players (including coaches, injured and suspended) from **resting teams** will:

* Receive their **average score**
* **Not generate** capital gains or losses
* **Not receive the Captain multiplier** (×1.5) even if selected as Captain
* Receive **50% of their score** if placed on the bench

***

## **Off-Schedule Teams**

Teams **not included in the calendar** (players, coaches, and unavailable players) will **not** be considered “resting teams” and will **not** receive their average score.\
Instead, they will receive **0 points**.

This applies, for example, to teams that have been **eliminated** or are **already qualified** and waiting for their opponent in the next Playoff round.

***

## **Special Cases**

In the event of extraordinary circumstances, the organization reserves the right to make any necessary decisions. These will be communicated promptly through the app, news updates, and official social media channels.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.dunkest.com/fantasy-rules/postponed-or-suspended-games.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
