> For the complete documentation index, see [llms.txt](https://f10.gitbook.io/f1-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://f10.gitbook.io/f1-docs/getting-started/how-to-play.md).

# How To Play

#### 1. Collect & Trade

Collect and trade your favorite drivers, cars, engineers, and engines on the marketplace.\
Build powerful squads by choosing the right combination of cards and rarities.

#### 2. Follow the Season

Follow every Grand Prix throughout the season. Each race counts and impacts your overall ranking.

#### 3. Build Your Weekly Squad

From **Sunday to Thursday**, prepare your team for the upcoming Grand Prix:

* Select **2 drivers**
* Choose **1 car**
* Pick **1 engine**
* Assign **1 engineer**

Once your squad is ready, sit back and get ready for race day.

#### 4. Real Results, Real Impact

Real-world Grand Prix results directly affect your performance.\
Your score is influenced by:

* The cards you use
* Their rarity
* The number of tokens you hold by the card

These factors apply a **multiplier** that boosts your position on the leaderboard.

#### 5. Earn Rewards

On **Sunday night**, after the official race results:

* Rankings are finalized
* Rewards are distributed

Top players earn **Solana** and **TRB**.

#### 6. Season Ranking & Final Prizes

Points earned across all Grand Prix accumulate throughout the season.\
Your total points determine your **final season ranking**, unlocking even bigger **Solana and TRB rewards** at the end of the season.


---

# 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://f10.gitbook.io/f1-docs/getting-started/how-to-play.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.
