# Core Gameplay

1. Enter PvP mode at different stakes based on skill and league points accumulated
2. Each team has 6 players and each player has a special ability that can be activated once per game
3. With each turn, you must create your strategy and decide whether to activate a player’s ability or just shoot the ball
4. Depending on your ability level, you can counter your opponent’s abilities by choosing a counter ability
5. Each turn has a timer and if you wait too long to play, you can forfeit your turn
6. Overcome your opponent’s strategy and aim perfectly to score goals!

**Win condition:** Have the highest number of goals within a given timeframe.\
**Lose condition:** Your opponent scores more goals than you.


---

# 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.fcmeta.io/the-game/core-gameplay.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.
