# Forfeit

If one player has reached more than half of the maximum amount of goals possible during the regulation time of a match, the losing opponent is presented with a forfeit button which allows them to end the match early. The player trying to forfeit is asked to confirm that they want to forfeit.

Similarly, if a player closes or disconnects from the game during their match, they are considered to have forfeited and the match ends.

The player who forfeited loses the match and gets no rewards or experience points, while the opposite player gets an automatic win with standard victory rewards.


---

# 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.cyball.com/game-mechanics-and-features/forfeit.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.
