> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lilith.rip/llms.txt
> Use this file to discover all available pages before exploring further.

# /rq

> Requeue into the same type of game.

## Description

This command will run the `/play` command associated with the gamemode you are currently playing. If in a lobby, the last played gamemode will be used.
As of Lilith 2.0.0, `/rq` will not work by default when a game has already started. To requeue while in a game, use `/rq force`.

While most gamemodes will work, and play commands can be updated remotely, newer gamemodes may not work as expected. Report any issues in a ticket.
Requeueing being blocked after a game start is only guaranteed to work in games supported by queuestats.

## Usage

`/rq [force]`

## Aliases

`/rq`,
`/requeue`

## Changelog

<Steps>
  <Step title="Version 2.0.0" icon="code-merge">
    Requeueing after a game start is now blocked by default. Use `/rq force` to bypass this.
    Added `/requeue` alias.
  </Step>

  <Step title="Before Full Release" icon="code-branch">
    Added `/rq`.
  </Step>
</Steps>
