> 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/fantasy-basketball.md).

# Fantasy Basketball

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

* You must select 8 players when picking your Fantasy Basketball team without exceeding your budget of 100.0.
* Your team must comprise of:
  * A minimum of 2 and a maximum of 5 Backcourt players
  * A minimum of 3 and a maximum of 6 Frontcourt players
* You may not pick more than 5 players from the same team.
* 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:orange;">Types of Contests</mark>

There are two types of basketball contests on FantasyGo: Round contests and Match contests.

**Round contests**:  These are fantasy contests that take include multiple matches, sometimes taking place across multiple days.&#x20;

**Match contests**: These are fantasy contests that take place over a single match. You need to pick 8 players from the two teams playing in the match.&#x20;

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

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

* NBA

## <mark style="color:orange;">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
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/fantasy-basketball.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.
