> 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/how-to-start/connect-wallet.md).

# Connect Wallet

In order to access PFP-related content in the game, use NFT lawnmowers, or use the Star Garage, you must connect your wallet. Check the steps below to connect your wallet.

Don't have a wallet? Check out the wallet creation guide below:

{% content-ref url="/pages/YsTCmYVEhtNaILPF1Sq7" %}
[Create Wallet](/how-to-start/connect-wallet/create-wallet.md)
{% endcontent-ref %}

1. In order to connect a wallet, click on the profile image in the top right next to the "Play Now" button.

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

2. Click "Connect Wallet"

<figure><img src="/files/eF3lvestzaM9eCRUpRZ0" alt="" width="255"><figcaption></figcaption></figure>

3. Choose your preferred wallet. The available options are Face Wallet (via social login), Metamask, and Wallet Connect.

<figure><img src="/files/NZ0ppQR503UOCB8LLaty" alt="" width="287"><figcaption></figcaption></figure>

4. Once your connection is complete, you will be able to view your connected wallet in the user info popup.

<figure><img src="/files/XIVIsUOQljk2kEjPv9ro" alt="" width="252"><figcaption></figcaption></figure>

You can only have 1 active wallet connected at a time.

However, you can have up to 10 past connected wallets saved for reading the contents in-game.

In order to manage the connected wallets, click "Manage" in the user info popup. This will direct you to the wallet management page in the Star Garage. For more information on wallet management, check the below page in the Star Garage guide.

{% content-ref url="/pages/bY85bpYHiyPiEsBtFq7e" %}
[Wallet](/gameplay/star-garage/wallet.md)
{% endcontent-ref %}


---

# 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/how-to-start/connect-wallet.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.
