# Game modes

## Ranked

```
/queue ranked
```

Ranked is our most popular game mode. Players queue in a role they desire and teams are matched automatically by <mark style="color:red;">InHouseQueue</mark> using the built-in MMR algorithm. Turning on Ranked mode will automatically enable MMR, however you may still disable MMR if you wish.

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

***

## Rosters

```
/queue rosters
```

Players join the Queue and self organise into teams. Players can use the <mark style="color:blue;">Switch Team</mark> button to move from Red and Blue side. This is for the most competitive servers with predefined Rosters.

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

[Duo queue](/docs/commands/queue-commands.md#crown-toggle-duo-queue) is not supported for this game mode for obvious reasons!

***

## Captain

```
/captain queue [condition]
```

Turn up the competitive drive and allow captains to pick their teams!

Captain Queue features four modes. They determine how captains are decided.

1. <mark style="color:green;">Highest MMR</mark> - The 2 Highest MMR players are picked as captains for the Red and Blue Team
2. <mark style="color:green;">Lowest MMR</mark> - The 2 Lowest MMR players are picked as captains for the Red and Blue Team
3. <mark style="color:green;">Random</mark> - Random Captains
4. <mark style="color:green;">Admin voted</mark> - Admins decide on captains every game.

Captain queue also features 5 sub-modes that determine which of the <mark style="color:green;">two</mark> captains picks <mark style="color:green;">first</mark>.

1. Higher MMR Player
2. Lower MMR Player
3. Red Team
4. Blue Team
5. Default - The captain who joined the queue first.

You can change which captain picks first by using [`/captain first_pick`](/docs/commands/queue-commands.md#captain-first-pick)

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

Full details about Captain mode available [here](/docs/commands/captain-commands.md#crown-enable-captain-queue)

[Duo queue](/docs/commands/queue-commands.md#crown-toggle-duo-queue) is not supported for this game mode for obvious reasons!

***

## Casual

```
/queue casual
```

No fuss, just fun! Queue up without predefined roles. Teams are <mark style="color:green;">balanced</mark> if you have MMR enabled, otherwise teams are completely <mark style="color:green;">randomized</mark>. Perfect for those late-night custom games that may (or may not) involve alcohol.

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

[Duo queue](/docs/commands/queue-commands.md#crown-toggle-duo-queue) is not supported for this game mode for obvious reasons!


---

# 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/game-modes.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.
