> 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-rugby.md).

# Fantasy Rugby

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

* You must select 15 players when picking your Fantasy Rugby team without exceeding your budget of 100.
* Your team must comprise of exactly:
  * 2 Props
  * 1 Hooker
  * 2 Locks
  * 3 Loose Forwards
  * 2 Centres
  * 2 Wings
  * 1 Scrum-half
  * 1 Fly-half
  * 1 Full-back
* You may not pick more than 5 players from one team for round contests and not more than 10 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:red;">Types of Contests</mark>

There are two types of rugby 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 15 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:red;">Featured Leagues</mark>

* URC
* Six Nations
* Rugby Union Internationals

## <mark style="color:red;">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-rugby.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.
