> 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/commands/setup-commands.md).

# Setup 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: **Set up the server**

```
/setup [game]
```

Run initial setup processes for <mark style="color:red;">InHouseQueue</mark> in the server.

Full details [here](/docs/quick-start.md)

***

## :crown: Start a Queue

```
/start
```

Start a brand-new queue!

Running this command will initiate a new queue. This can <mark style="color:green;">**only**</mark> be run in a dedicated queue channel. Please see our [setup guide](/docs/quick-start.md) for instructions on how to create Queue channel(s).

***

## :crown: Create a Match history Channel

```
/create_match_history [channel] [game]
```

This creates a new Match history channel, overriding the previous one. The match history channel is where finished game results are sent to, more info [here](/docs/quick-start.md#channels-and-categories-explained). If you've gone through our [setup guide](/docs/quick-start.md) you should already have this channel. However, if you have accidentally deleted yours or want to move the channel use this command.

***

## :crown: Help

```
/help
```

This will show you a help menu where you can find the most common commands and useful tips and tricks. It also includes useful links.

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

***

## :crown: Update Region

```
/setregion
```

Update the Region your queue identifies as. This is currently only useful for [League of Legends](/docs/preset-games.md#league-of-legends) as the region is required in order to generate accurate [OP.GG](https://www.op.gg/?hl=en_US) links.


---

# 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/commands/setup-commands.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.
