> For the complete documentation index, see [llms.txt](https://guide.rumbleracingstar.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.rumbleracingstar.io/gameplay/star-garage/start-guide.md).

# Start Guide

### 1. Log in to the Star Garage

* Click "Login" on the top right in order to log in.

<figure><img src="/files/65CgLecHU3LSwmFR2hjm" alt=""><figcaption></figcaption></figure>

* If you do not have an RRS account, follow the instructions in the Sign Up guide below in order to create an account and get started.

{% content-ref url="/pages/4z7YqZleG6FXc9MSBx9F" %}
[Sign Up](/how-to-start/sign-up.md)
{% endcontent-ref %}

### 2. Connect Wallet

You must connect a wallet to fully access the contents of the Star Garage.

1. Click "Connect Wallet" on the top right.

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

2. Select the wallet you would like to connect with.
3. Complete the steps as guided by the respected wallet provider.

* To access benefits associated with the Delabs Adventure Pass, you must connect a wallet containing the Delabs Adventure Pass.
* To use partnered PFP NFTs in the game, you must connect the wallet containing the PFP NFT. Once a wallet is connected, it will be registered to the game account to read NFT ownership status in the game. You can register up to 10 wallets per account.
* Even when a wallet is registered, transactions are only possible when the wallet is actively connected to the Star Garage. You may connect 1 active wallet at a time.
* Rumble Racing Star uses the Arbitrum network. Make sure you are connected to the Arbitrum network. Check the current network status on the top right.&#x20;

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

**Now you're ready to enjoy the contents of the Star Garage!**


---

# 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.rumbleracingstar.io/gameplay/star-garage/start-guide.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.
