# Strategies and Goalkeepers

## Strategies

![Strategy Selection](/files/p2IU8DOVNc60VYuadVfr)

A team’s Strategy affects how likely the goalkeepers (GKs) on both teams are able to stop goals during that half.

Before the start of each half, both users are prompted to choose their team’s Strategy.

There are 5 Strategies to choose from: Ultra Defensive, Defensive, Balanced, Offensive, and Ultra Offensive.

## Goalkeepers and Match Balance

The combination of both users’ Strategies (and associated Individual Match Balances) determines the Total Match Balance, which sets the max RNG range for Goalkeeper Shot-Stopping  Rating(i.e. the likelihood of either goalkeeper stopping a goal).

| **Strategy Type** | **Individual Match Balance** |
| :---------------: | :--------------------------: |
|  Ultra Defensive  |              -2              |
|     Defensive     |              -1              |
|      Balanced     |               0              |
|     Offensive     |               1              |
|  Ultra Offensive  |               2              |

**Total Match Balance** = Team A’s Individual Match Balance + Team B’s Individual Match Balance

| **Total Match Balance** | **Max GK Shot-Stopping Rating (RNG Range)** |
| :---------------------: | :-----------------------------------------: |
|            -4           |                      20                     |
|            -3           |                      18                     |
|            -2           |                      16                     |
|            -1           |                      14                     |
|            0            |                      12                     |
|            1            |                      10                     |
|            2            |                      8                      |
|            3            |                      6                      |
|            4            |                      4                      |


---

# 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/match-engine-mechanics/strategies-and-goalkeepers.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.
