> For the complete documentation index, see [llms.txt](https://whitepaper.mintofdestiny.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.mintofdestiny.xyz/discord-bot/join.md).

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