# Reset commands

#### :crown: **Admin only commands**

#### :bulb: **General command for everyone**

<mark style="color:red;">**Required**</mark> parameters will be in \[Square brackets]

<mark style="color:green;">**Optional**</mark> parameters will be in (Curly brackets)

### :crown: **Reset full leaderboard**:

```
/reset leaderboards (queue_channel)
```

Completely resets all leaderboard stats, including wins, losses, and MVP votes. If you have created a [unique leaderboard](/docs/quick-start/leaderboards-explained.md#creating-a-unique-leaderboard), you must reset stats for a specific queue by selecting the queue channel.

***

### :crown: **Reset one member wins and losses (not mmr)**

```
/reset user [member] (queue_channel)
```

Resets a member’s wins, losses back to zero. Use this command carefully! Omit the optional <mark style="color:green;">**member**</mark> parameter to reset stats for <mark style="color:green;">**everyone**</mark>. If you have a [unique leaderboard](/docs/quick-start/leaderboards-explained.md#creating-a-unique-leaderboard), you must reset stats for a specific queue channel by selecting it.

If you have set up a [unique leaderboard](/docs/quick-start/leaderboards-explained.md#creating-a-unique-leaderboard), you can reset a member's stats for that queue only by selecting the queue channel.

This does <mark style="color:green;">**not**</mark> reset MMR or MVP.

***

## :crown: **Remove all users from a queue**:

```
/reset queue [gameid]
```

Clears the current queue, removing all players and resends a fresh queue. An example of when this is useful is if you have members who have been in queue overnight, and you want to start a fresh queue. If you have frequent overnight queues you may want to think about enabling [`/queue timeout`](/docs/commands/queue-commands.md#crown-afk-queue-timer).

<div align="left"><figure><img src="/files/b28jy7YJjWWD7AdRs6wd" alt=""><figcaption></figcaption></figure></div>

***

### :crown: **Reset MMR for all players**

```
/reset mmr_all [game] [queue_channel]
```

Resets the MMR scores for all players, setting them back to the default of 833. You can change what MMR players start with on reset. For example, if you want some players to start at 1000MMR instead, and others at 1200MMR. Take a look at the [starting mmr](/docs/commands/mmr-commands.md#crown-adjust-starting-mmr) command!

***

### :crown: **Reset MMR for a single player**

```
/reset mmr_user [member] [game] [queue_channel]
```

Resets the MMR scores for a single player, setting them back to the default of 833. You can change what MMR players start with on reset. For example, if you want some players to start at 1000MMR instead, and others at 1200MMR. Take a look at the [starting mmr](/docs/commands/mmr-commands.md#crown-adjust-starting-mmr) command!

***

### :crown: Reset challenges

```
/reset challenges
```

<div align="left"><figure><img src="/files/eVWZvTmN7oiDWkthNbVj" alt=""><figcaption></figcaption></figure></div>

Clears all ongoing challenges and their progress. We advise [resetting the leaderboard](#crown-reset-full-leaderboard) and [resetting MMR](#crown-reset-mmr) at the same time.

***

### Reset MVP votes

```
/reset mvp (member)
```

Reset MVP votes for everyone, or a specific member.


---

# 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.inhousequeue.xyz/docs/commands/reset-commands.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.
