# Discord App

{% hint style="info" %}
Soon you will be able to add the RivalRyze App to your server to compete against your community and friends
{% endhint %}

### Available Commands

#### 1. `/challenge`

* **Description**: Create a new challenge for you and your friends.
* **Usage**: `/challenge`

#### 2. `/profile`

* **Description**: View your personal user profile, including achievements, game stats, and more.
* **Usage**: `/profile`

#### 3. `/leaderboard`

* **Description**: View the current leaderboard for all users or specific games.
* **Usage**: `/leaderboard`

#### 4. `/game`

* **Description**: Search for a specific game and get detailed information about it.
* **Usage**: `/game [game_name]`

#### 5. `/game-stats`

* **Description**: View your personal stats for a particular game.
* **Usage**: `/game-stats [game_name]`

#### 6. `/invite`

* **Description**: Create an invite link to add the RivalRyze bot to your own Discord server.
* **Usage**: `/invite`

#### 7. `/help`

* **Description**: List all available commands that the RivalRyze bot offers.
* **Usage**: `/help`

#### 8. `/balance`

* **Description**: Check your current RivalRyze balance to see how many gems or other rewards you’ve earned.
* **Usage**: `/balance`

#### 9. `/gem-leaderboard`

* **Description**: View the current leaderboard for gem earnings across all users.
* **Usage**: `/gem-leaderboard`


---

# 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://docs.rivalryze.com/features/discord-app.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.
