# Game Mechanics and Features

- [Game Modes](https://docs.cyball.com/game-mechanics-and-features/game-modes.md)
- [Exhibition](https://docs.cyball.com/game-mechanics-and-features/game-modes/exhibition.md): Casual PvP
- [League](https://docs.cyball.com/game-mechanics-and-features/game-modes/league.md): Ladder PvP (Coming Soon)
- [Tournament](https://docs.cyball.com/game-mechanics-and-features/game-modes/tournament.md): Championship PvP (Coming Soon)
- [Training](https://docs.cyball.com/game-mechanics-and-features/game-modes/training.md)
- [3v3 Battle Stadium](https://docs.cyball.com/game-mechanics-and-features/game-modes/training/3v3-battle-stadium.md): PvE (Coming Soon)
- [Hire-a-Coach](https://docs.cyball.com/game-mechanics-and-features/game-modes/training/hire-a-coach.md): (Coming Soon)
- [Energy](https://docs.cyball.com/game-mechanics-and-features/energy.md)
- [Matchmaking System](https://docs.cyball.com/game-mechanics-and-features/matchmaking-system.md): Phase 1 Matchmaking Logic
- [Match Engine Logic](https://docs.cyball.com/game-mechanics-and-features/match-engine-mechanics.md)
- [Key Events](https://docs.cyball.com/game-mechanics-and-features/match-engine-mechanics/key-events.md)
- [Strategies and Goalkeepers](https://docs.cyball.com/game-mechanics-and-features/match-engine-mechanics/strategies-and-goalkeepers.md)
- [Tactic Cards](https://docs.cyball.com/game-mechanics-and-features/match-engine-mechanics/tactics.md)
- [Showdown](https://docs.cyball.com/game-mechanics-and-features/match-engine-mechanics/showdown.md)
- [Post-Match Results and Rewards Calculations](https://docs.cyball.com/game-mechanics-and-features/post-match-results-and-rewards-calculations.md)
- [Forfeit](https://docs.cyball.com/game-mechanics-and-features/forfeit.md)
- [Future Expansions](https://docs.cyball.com/game-mechanics-and-features/future-expansions.md)
- [Pep Talk](https://docs.cyball.com/game-mechanics-and-features/future-expansions/team-talk.md): (Coming Soon)
- [Stadium Manager](https://docs.cyball.com/game-mechanics-and-features/future-expansions/stadium-manager.md): (Coming Soon)


---

# 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.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.
