> For the complete documentation index, see [llms.txt](https://fantasygo.gitbook.io/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fantasygo.gitbook.io/knowledge-base/rules-and-how-to-play.md).

# Rules and How to Play

- [Fantasy Football (Soccer)](https://fantasygo.gitbook.io/knowledge-base/rules-and-how-to-play/fantasy-football-soccer.md)
- [Scoring rules](https://fantasygo.gitbook.io/knowledge-base/rules-and-how-to-play/fantasy-football-soccer/scoring-rules.md): Note that these scoring rules do not apply to Premier League, Club World Cup, or to Champions League contests. Statistics are determined in consultation with Stats Perform.
- [World Cup specific scoring rules](https://fantasygo.gitbook.io/knowledge-base/rules-and-how-to-play/fantasy-football-soccer/world-cup-specific-scoring-rules.md): Note that these scoring rules only apply to World Cup contests. All fantasy points for World Cup contests are determined by the official World Cup fantasy game.
- [Premier League specific scoring rules](https://fantasygo.gitbook.io/knowledge-base/rules-and-how-to-play/fantasy-football-soccer/premier-league-specific-scoring-rules.md): Note that these scoring rules only apply to Premier League contests. All fantasy points for Premier League contests are determined by the official Fantasy Premier League game.
- [Champions League specific scoring rules](https://fantasygo.gitbook.io/knowledge-base/rules-and-how-to-play/fantasy-football-soccer/champions-league-specific-scoring-rules.md): Note that these scoring rules only apply to Champions League contests. All fantasy points for Champions League contests are determined by the official Champions League fantasy game.
- [Manager of the Month](https://fantasygo.gitbook.io/knowledge-base/rules-and-how-to-play/fantasy-football-soccer/manager-of-the-month.md): Each month during the football season, the top performing managers will win a bonus prize.
- [Predict Africa (Prediction Markets)](https://fantasygo.gitbook.io/knowledge-base/rules-and-how-to-play/predict-africa-prediction-markets.md)
- [Power7 Predictor](https://fantasygo.gitbook.io/knowledge-base/rules-and-how-to-play/power7-predictor.md): Introducing Power7, FantasyGo's new pool-based predictor game
- [Power1](https://fantasygo.gitbook.io/knowledge-base/rules-and-how-to-play/power1.md): FantasyGo's new free-to-play score predictor game
- [FantasyGo 49s](https://fantasygo.gitbook.io/knowledge-base/rules-and-how-to-play/fantasygo-49s.md): Introducing FantasyGo 49s, our new pool-based lucky numbers game where you could win up to R1,000,000!
- [Fantasy Cricket](https://fantasygo.gitbook.io/knowledge-base/rules-and-how-to-play/fantasy-cricket.md)
- [20-Over scoring rules](https://fantasygo.gitbook.io/knowledge-base/rules-and-how-to-play/fantasy-cricket/20-over-scoring-rules.md): Statistics are determined in consultation with Stats Perform.
- [50-over scoring rules](https://fantasygo.gitbook.io/knowledge-base/rules-and-how-to-play/fantasy-cricket/50-over-scoring-rules.md): Statistics are determined in consultation with Stats Perform.
- [Fantasy Rugby](https://fantasygo.gitbook.io/knowledge-base/rules-and-how-to-play/fantasy-rugby.md)
- [Rugby scoring rules](https://fantasygo.gitbook.io/knowledge-base/rules-and-how-to-play/fantasy-rugby/rugby-scoring-rules.md): Statistics are determined in consultation with Stats Perform.
- [Fantasy Horse Racing](https://fantasygo.gitbook.io/knowledge-base/rules-and-how-to-play/fantasy-horse-racing.md)
- [Horse Racing scoring rules](https://fantasygo.gitbook.io/knowledge-base/rules-and-how-to-play/fantasy-horse-racing/horse-racing-scoring-rules.md): Statistics are determined in consultation with Stats Perform.
- [Fantasy F1](https://fantasygo.gitbook.io/knowledge-base/rules-and-how-to-play/fantasy-f1.md)
- [F1 scoring rules](https://fantasygo.gitbook.io/knowledge-base/rules-and-how-to-play/fantasy-f1/f1-scoring-rules.md)
- [Fantasy Basketball](https://fantasygo.gitbook.io/knowledge-base/rules-and-how-to-play/fantasy-basketball.md)
- [Basketball scoring rules](https://fantasygo.gitbook.io/knowledge-base/rules-and-how-to-play/fantasy-basketball/basketball-scoring-rules.md)
- [General Information](https://fantasygo.gitbook.io/knowledge-base/rules-and-how-to-play/general-information.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://fantasygo.gitbook.io/knowledge-base/rules-and-how-to-play.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
