> For the complete documentation index, see [llms.txt](https://rocketdash.gitbook.io/r/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rocketdash.gitbook.io/r/guide/how-to-play/joining-a-race.md).

# Joining A Race

Joining a race in RocketDash is a simple process that can be completed in a few easy steps. Here's a guide on how to join a race:

1. Go to the "Racing" section on the RocketDash website, and select the race you wish to enter.
2. Review the details of the race, including the track location, and the currency required (ETH or ELONONE depending on the race you choose) for the fee.
3. Once you have selected a race, you will be presented with a "Join Race" button. Click on the "Join Race" button to initiate the process.
4. After clicking on the join race button, you will be prompted to select the rocket you wish to enter in the race.
5. Once you have selected the rocket, you will be prompted to connect your MetaMask wallet.&#x20;
6. After connecting your MetaMask wallet, you will be prompted to confirm the fee payment for the race. Review the details of the transaction, including the fee, and the currency you will use for the fee payment.
7. Once you have confirmed the payment, MetaMask will present you with the transaction details. Review them and confirm the transaction.
8. Once the transaction is confirmed, your rocket will be entered in the race and you will be able to follow the race progress in the "Next to Fly" tab in the racing section once all slots are filled.
9. Keep in mind that joining a race has a cost, and that cost can be in ETH OR ELONONE depending on the type of currency required by the race chosen.


---

# 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:

```
GET https://rocketdash.gitbook.io/r/guide/how-to-play/joining-a-race.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
