# Player score

The player score is the number of points a player is going to make in a single game. It is based on more than 50 statistics from real life matches, to determine the overall performance on the field.

It is calculated by adding his [RealScore](/oval3-game-rules/scoring-system/player-score/real-score.md) and his [AttributesScore](/oval3-game-rules/scoring-system/player-score/attributes.md).

$$
PlayerScore = RealScore + AttributesScore
$$

{% hint style="info" %}
**Example:**&#x20;

Player: Antoine Dupont

RealScore = 15

AttributesScore = 84

**PlayerScore = 99**
{% endhint %}

The total number of points obtained gives a PlayerScore between 0 and 100.

If the number of points exceeds 100, it remains capped at 100.


---

# Agent Instructions: 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:

```
GET https://bamg-sports.gitbook.io/oval3-game-rules/scoring-system/player-score.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
