> For the complete documentation index, see [llms.txt](https://minh-anh-1.gitbook.io/goatfi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minh-anh-1.gitbook.io/goatfi/football-game-platform/scoring.md).

# Scoring

<figure><img src="/files/L2sPy3ENrJ4nrw4X42IS" alt=""><figcaption></figcaption></figure>

Players' scores are based on real-life competition. The score will be updated continuously during the round. Each player who plays in a match will be scored based on their performance on the field. **For example,** Jando Sancho, the midfielder of MU, in the match with Liverpool scored 1 goal, and MU kept a clean sheet in more than 60 "while he was playing on the field, the score of Sancho will be: 11. &#x20;

* &#x20;5 points - Goal scored by a midfielder
* &#x20;4 points - Clean sheet
* &#x20;2 points - Playing 60 minutes or more

**Total:** 11 points

Your team's score after 1 round is the sum of the scores of the 11 official players on the field (or substituted) won in that round.&#x20;

<table><thead><tr><th width="528">Action </th><th width="160">Point</th></tr></thead><tbody><tr><td>dd1a0df8ab24480c81385a2691759922-809108233a7a4006a279f51eddbee69d</td><td></td></tr></tbody></table>

| For playing 60 minutes or more (excluding stoppage time) |
| -------------------------------------------------------- |
| For each goal scored by a goalkeeper or defender         |
| For each goal scored by a midfielder                     |
| For each goal scored by a forward                        |
| For each goal assist                                     |
| For a clean sheet by a goalkeeper or defender            |
| For a clean sheet by a midfielder                        |
| For every 3 shot saves by a goalkeeper                   |
| For each penalty save                                    |
| For each penalty miss                                    |
| Bonus points for the best players in a match             |
| For every 2 goals conceded by a goalkeeper or defender   |
| For each yellow card                                     |
| For each red card                                        |
| For each own goal                                        |

| 2   |
| --- |
| 6   |
| 5   |
| 4   |
| 3   |
| 4   |
| 1   |
| 1   |
| 5   |
| -2  |
| 1-3 |
| -1  |
| -1  |
| -3  |
| -2  |

**Noted: Player data in each match are provided by FPL** \
**We will soon update the specific rules for calculating a player's score.** \ <br>


---

# 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://minh-anh-1.gitbook.io/goatfi/football-game-platform/scoring.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.
