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

# Preset Games

<mark style="color:red;">InHouseQueue</mark> supports several game presets. During your [`/setup`](/docs/quick-start.md#basic-setup), select the game you're playing. If it's not on the list below, don't worry — you can configure a custom game. Team sizes from 1v1 to 8v8 are supported.

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

## League of Legends

* Team size: 5v5
* Roles: `Top, Jungle, Mid, ADC, Support`
* Features:
  * Automatic [OP.GG](https://www.op.gg/?hl=en_US), once players set their IGN with `/ign`
  * [Draft](https://drafter.lol) links

## Valorant

* Team size: 5v5
* Roles: `Controller, Initiator, Sentinel, Duelist, Flex`
* Features:
  * **Flex players** can select any of the 4 roles once a game has started. E.g `Flex - Sentinel`
  * Automatic [OP.GG](https://www.op.gg/?hl=en_US), once players set their IGN with `/ign`

## Overwatch 2

* Team size: 5v5
* Roles: `Tank, DPS 1, DPS 2, Support 1, Support 2`

## Dota 2

* Team size: 5v5
* Roles: `Hard Carry, Midlaner, Offlaner, Soft Support, Hard Support`
* Features:
  * Automatic [DotaBuff ](https://www.dotabuff.com/)profile links, once players set their IGN with `/ign`

## Crossfire

* Team size: 5v5
* Roles: `1st Entry, 2nd Entry, 1st Backup, 2nd Backup, Sniper`
* Features:
  * Automatic [Crossfire ](https://crossfire.z8games.com)profile links.

## Pokemon Unite

* Team size: 5v5
* Roles: `Top Laner, Attacker, Support, Defender, Jungler`
* Features:
  * Automatic [UniteAPI.dev](https://uniteapi.dev) profile links, once players set their IGN with `/ign`

## Counter-Strike 2

* Team size: 5v5
* Roles: None — all players join as a single group, no role-based queue

## Rainbow Six Siege X

* Team size: 5v5
* Roles: None — all players join as a single group, no role-based queue

## Marvel Rivals

* Team size: 6v6
* Roles: `Vanguard, Duelist, Strategist, Vanguard 2, Duelist 2, Strategist 2`
* Features:
  * Automatic [OP.GG](https://www.op.gg/?hl=en_US) profile links, once players set their IGN with `/ign`


---

# 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://docs.inhousequeue.xyz/docs/preset-games.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.
