# Fantasy Football (Soccer)

## <mark style="color:blue;">Basic Rules and Team Selection</mark>

* You must select 11 players when picking your Fantasy Football team without exceeding your budget.
* Your team must comprise of:
  * Exactly 1 goalkeeper (GKP)
  * A minimum of 3 and a maximum of 5 defenders (DEF)
  * A minimum of 2 and a maximum of 5 midfielders (MID)
  * A minimum of 1 and 3 forwards (FWD)
* You may not pick more than 3 players from one team for round contests and not more than 7 players from one team for single-match contests.
* You must assign a Captain and a Vice-Captain for your team.
* You can make unlimited changes to your team prior to the contest deadline.

## <mark style="color:blue;">Types of Contests</mark>

There are two types of football (soccer) contests on FantasyGo: Gameweek contests and Match contests.

**Gameweek contests**: Also sometimes known as Round contests. These are fantasy contests that include multiple matches, usually taking place across multiple days. You need to pick 11 players from the teams playing in that group of matches. You can select a maximum of 3 players from one team in a gameweek contest.

**Match contests**: These are fantasy contests that take place over a single match. You need to pick 11 players from the two teams playing in the match. You can select a maximum of 7 players from one team in a match contest.

Note: Some special contests will have an unlimited budget feature, this will be clearly marked on the contest card.

## <mark style="color:blue;">Featured Leagues</mark>

* [English Premier League](https://fantasygo.gitbook.io/knowledge-base/rules-and-how-to-play/fantasy-football-soccer/premier-league-specific-scoring-rules)
* [UEFA Champions League](https://fantasygo.gitbook.io/knowledge-base/rules-and-how-to-play/fantasy-football-soccer/champions-league-specific-scoring-rules)
* UEFA Europa League
* South African Premiership
* La Liga
* FA Cup
* English League Cup
* FIFA Club World Cup

Note: The English Premier League, the UEFA Champions League, and the FIFA Club World Cup, have their own separate points scoring systems, while all other leagues follow the same points scoring systems.

## <mark style="color:blue;">Cancelled Matches</mark>

* If a match is cancelled in a Match contest, the contest will be void and all entries will be refunded.
* If at least half of the matches in a Round contest are cancelled, the contest will be void and all entries will be refunded.

Note: If a match is suspended or postponed and not completed by 9am on the day after the last day of the contest, the match will be deemed as cancelled.


---

# 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://fantasygo.gitbook.io/knowledge-base/rules-and-how-to-play/fantasy-football-soccer.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.
