> For the complete documentation index, see [llms.txt](https://guide.racino.io/info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.racino.io/info/games/formula/navigation/races/entry.md).

# Entry

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

<mark style="background-color:red;">**Suggested Stats:**</mark> The track’s layout and projected forecast determine Suggested Stats—select cars that best align with these stats.

<mark style="background-color:red;">**Car Selection:**</mark> Browse all of your cars to pick the perfect competitor. Cars marked with a 👍 have this track as a Top Track, meaning their base Stats are well-suited for the layout. Cars marked with a 🔒 are currently ineligible and will require additional steps to race again.

{% hint style="info" %} <mark style="color:green;">**Upgrade:**</mark> This Level 1 car has reached its Race Limit and must be upgraded to continue racing.

<mark style="color:yellow;">**Fusion:**</mark> This car doesn't meet the required Level or has hit its Race Limit and must be Fused to join.

<mark style="color:red;">**Repair:**</mark> This car requires Repair (every 150 races), and must have its Speed randomized before joining.

<mark style="color:orange;">**Market:**</mark> This car is currently listed on the Market and must be removed before it can join a race.
{% endhint %}

<mark style="background-color:red;">**Race Entry:**</mark> Each race requires a Ticket to join, with the exception of free Level 1 races for fresh cars with less than 20 races. Payouts are in USDC, with a flat distribution in lower Level races, and a more top-heavy payout in higher Level races.

<mark style="background-color:red;">**Leaderboard Entry:**</mark> Level 2–6 cars can enter the Daily Leaderboard once per day by spending an extra Ticket when joining a Level 2–6 race. Leaderboard Entry is per car, and once joined, that car earns Points in all Level 2–6 races until the daily reset. Your highest-scoring day automatically contributes to the Weekly Leaderboard. Races completed before entry do not count toward Points.

{% hint style="info" %}
If your car never earns Points, Tickets used for the Leaderboard are refunded when the timer resets.
{% endhint %}


---

# 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://guide.racino.io/info/games/formula/navigation/races/entry.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.
