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

# Rugby scoring rules

## <mark style="color:red;">Scoring Points</mark>

| Action                      | Points |
| --------------------------- | ------ |
| Appearance                  | +1     |
| Playing at least 60 minutes | +1     |
| Try scored                  | +15    |
| Try assist                  | +9     |
| Conversion scored           | +2     |
| Conversation missed         | -1     |
| Penalty scored              | +3     |
| Penalty missed              | -1     |
| Penalty conceded            | -1     |
| Drop goal scored            | +3     |
| Yellow card                 | -5     |
| Red card                    | -10    |
| Turnover won                | +4     |
| Interception                | +5     |
| Lineout won (own throw)     | +1     |
| Tackle completed            | +1     |
| Missed tackle               | -1     |
| Defender beaten             | +2     |
| Offload                     | +2     |
| Line break                  | +7     |
| Every 10m carried           | +1     |
| Captain multiplier          | x2     |
| Vice-Captain multiplier     | x1.5   |

Final decisions on fantasy points are determined by FantasyGo in consultation with Stats Perform, and are subject to adjustment.

Note that players will score points based on their assigned FantasyGo position.

### <mark style="color:red;">Captaincy</mark>

* You must assign a Captain and a Vice-Captain for your Fantasy Rugby team.
* Your Captain’s final score will be multiplied by 2.&#x20;
* Your Vice-Captain’s final score will be multiplied by 1.5.
* **Zero and negative scores will also be multiplied.**

### <mark style="color:red;">Captaincy Substitutions</mark>

* Captains and Vice-Captains who play but finish with a score of 0 or lower **will not be replaced**.
* **If your Captain does not play:** Your Vice-Captain will become your new Captain and the cheapest player in your team will become your new Vice-Captain.
* **If your Vice-Captain does not play:** The cheapest player in your team will become your new Vice-Captain.
* **If both your Captain and Vice-Captain do not play:** The second cheapest player in your team will become your new Captain and the cheapest player in your team will become your new Vice-Captain.
  * If two or more players are tied as the cheapest player, the one with fewer total points will be selected.
* In the case of an "unlimited budget" contest, where players have no set prices, lowest overall scores prior the start of the contest will be used to determine your Captain and Vice-Captain replacements.
  * If two or more potential replacements are tied on overall points, the Captain / Vice-Captain will be randomly selected between them.

### <mark style="color:red;">Team Budgets and Player Prices</mark>

You will have a budget of 100.0 to pick your Fantasy Rugby team.

Player prices are determined by FantasyGo, based on ability, expected popularity and recent form. Player prices may change throughout the season but not while a contest is in progress.


---

# 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/rugby-scoring-rules.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.
