> 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/practice-trials.md).

# Practice Trials

Practice Trials let you run the full Trial format without spending a Key. Free, unlimited, forever.

## What is the same as a Key Trial

* 15 minute match
* Five three-minute stages
* Ten entrants (you plus nine bots)
* Eliminations at every stage
* Stage Boosts
* Medals fire the same way
* Your Grading report at the end

## What is different

|                         | Practice                        | Trial with a Key         |
| ----------------------- | ------------------------------- | ------------------------ |
| Cost                    | Free                            | 1 Key                    |
| Life prize              | No                              | Yes (#1 wins Alpha Life) |
| Key consumed            | No                              | Yes, on entry            |
| Preseason XP            | Capped daily (cap shown in app) | Full XP for wins         |
| Medals saved to profile | No                              | Yes                      |

## When to practice

* Before your first Key Trial. Read the briefing, then practice so the stage rhythm feels familiar.
* Between Key attempts. Improve without burning Keys.
* To test strategies. Boosts change each stage. Practice shows how each one feels.
* To chase a habit. Medals fire in Practice too, so drill until the medal you want pops on demand.

## How to start

HQ → Trials → Practice.

![Trials with Practice selected](https://cdn.jsdelivr.net/gh/dropbear-hl/size-docs-assets@master/practice-selected.png)

## Related

* [Trials](/docs/playing-a-trial/size-trials.md)
* [How to win](/docs/playing-a-trial/how-to-win.md)
* [Your Grading](/docs/playing-a-trial/your-grading.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/practice-trials.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.
