# /join

Use this command to [join the game](/gameplay/getting-started-101.md) from within the NFTArcade Discord. You need to do this first before you can do anything else in the game.

{% hint style="info" %}
All commands must be issued in the <mark style="color:purple;">**#general-play-here**</mark> channel
{% endhint %}

To get started, head over to <mark style="color:purple;">#general-play-here</mark> and `/join` the game with your wallet address so we can air drop you your NFTs when you win!&#x20;

Example:

```
/join 0x327c2972d34eE0347A8338061b1FcF889431aFDc
```

Once added, you'll see a message like this:

![Join Success!](/files/tStefu8f7ayQCslZKSxd)

Now you'll want to [<mark style="color:purple;">**/fight**</mark>](/gameplay/fighting.md) or [<mark style="color:purple;">**/explore**</mark>](/gameplay/earning-rupeez/exploring.md) to start your quest for the Mint of Destiny!

You'll now see that your name is green and if you click on it to see your roles, you will now have the Verified role.

![](/files/PG8NTBGwuzqimVYuy5HR)

Once you have joined, you can run the <mark style="color:purple;">**/stats**</mark> command to see your stats as a player. When you first start out, it'll look something like this:

![](/files/Y5LhRFftQtnCAieGYQ8R)


---

# Agent Instructions: 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://whitepaper.mintofdestiny.xyz/discord-bot/join.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.
