> For the complete documentation index, see [llms.txt](https://gameday-squad.gitbook.io/gameday-squad/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gameday-squad.gitbook.io/gameday-squad/platform-features/stats.md).

# Stats

GameDay Squad’s Stats Centre page is a key resource for coaches who want to delve deeper into player statistics. It helps users make informed decisions on squad changes and transfer market moves by providing comprehensive stats across various positions and sports. This guide outlines the Stats Centre’s features and how users can leverage them to boost their fantasy experience.

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

***

### What Information is Available?

#### 1. Player Performance Metrics

* Total Points & Average Points: View both the season’s total points and per-game average points for any player.
* Historical Data: Review a player's past performances across different games, providing insight into trends and consistency.
* Total stats - View where a player gets their points from!&#x20;
* Games Played - Numbers can be deceiving... Check stats against how many games have been played by the player!
* Player details - Players names, teams and positions available for all to see!&#x20;

***

### What Users Can Gain from the Stats Centre

#### 1. Improved Lineup Decisions

* Analyse Key Matchups: Leverage past round or season data to select players who have historically excelled against certain opponents.
* Squad Depth: Use per-game stats and recent trends to strengthen squad depth with players who may be performing better than expected.

#### 2. Strategic Transfer Market Decisions

* Target Emerging Players: The stats and trends of stats help users spot rising talent or potential breakout players.
* Optimise Trades: Trade values and player points give users a strong basis for negotiating trades that benefit their rosters over time.


---

# 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://gameday-squad.gitbook.io/gameday-squad/platform-features/stats.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.
