> For the complete documentation index, see [llms.txt](https://size.club/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://size.club/docs/playing-a-trial/your-grading.md).

# Your Grading

Your Grading is a report on how you traded. You get it after every Trial: Practice and Key Trials, win or lose, Finalist or eliminated. Always free.

Winning pays a Life. Your Grading shows what happened in the run: size, timing, cuts, greed, selectivity.

![Your Grading after a Trial](https://cdn.jsdelivr.net/gh/dropbear-hl/size-docs-assets@master/your-grading-leaderboard.png)

## What it is

Size analyses your trading across thousands of data points, then gives you a readable breakdown of:

* How you performed in that Trial against the rest of the field
* Patterns in how you trade
* How your Life trading compares over time as you build a track record

The [medals](/docs/playing-a-trial/medals.md) you earned in the run render alongside it, so a losing run still shows you what was real before it shows you what to fix.

Finishers ranked #1 get the same style of report as everyone else. The Life is the prize for finishing first. The report is feedback for every run.

## How to use it

1. Finish a Trial (Practice is fine).
2. Open Your Grading.
3. Pick one habit to fix.
4. Run Practice focused on that habit before the next Key.

## Related

* [How scoring works](/docs/playing-a-trial/how-scoring-works.md)
* [Practice Trials](/docs/playing-a-trial/practice-trials.md)
* [How to win](/docs/playing-a-trial/how-to-win.md)


---

# 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://size.club/docs/playing-a-trial/your-grading.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.
