> For the complete documentation index, see [llms.txt](https://pl-sergent.gitbook.io/multilivequeue/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pl-sergent.gitbook.io/multilivequeue/start-here.md).

# Start here

## Welcome

Thanks for using MultiLiveQueue, once installed on your server you can directly start using the commands. The first command you'll enter will register you as a user in the bot's data files.

{% hint style="info" %}
First command = user registered
{% endhint %}

## First steps

You can add your Multiversus username so your teammates and opponent can easily find you ingame.

{% hint style="info" %}
You have to set your ingame username to join a matchmaking queue :eyes:
{% endhint %}

{% code title="add ingame username" %}

```
/user ingame Holapapalouis
```

{% endcode %}

You can also get your **Muliversus** link with the following command.

{% code title="get muliversus link" %}

```
/user muliversus
```

{% endcode %}

> <https://muliversus.plsergent.xyz/Holapapalouis>

Then you're ready to queue, note that you can access your stats at any time with:

```
/user stats
```

## Queuing

You're now ready to join a matchmaking queue! To do so, use the **/queue** commands.

{% hint style="info" %}
Note that you can't join a queue if you're in a match or already in an other queue :no\_entry:
{% endhint %}

{% code title="queue commands" %}

```
/queue casual
/queue ranked captain_queue
/queue ranked random_queue
```

{% endcode %}

{% code title="leave current queue" %}

```
/queue leave
```

{% endcode %}

More about the queue commands here: [Matchmaking](/multilivequeue/matchmaking/queue-commands.md)

## Match

Once enough player has been found to start a match, you'll get a message, and the match category and text/voice channels will be created for your team.

{% hint style="info" %}
Note that the channels created are only accessible for your team and will be deleted after the match result is reported :warning:
{% endhint %}

The main command is to report the result of the match. This can be done by the winner or loser side.

{% code title="report match if won" %}

```
/match report win 4-2
```

{% endcode %}

{% code title="report match if you lost" %}

```
/match report loss 2-4
```

{% endcode %}

More about the match here: [Match](/multilivequeue/match/match-commands.md)


---

# 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:

```
GET https://pl-sergent.gitbook.io/multilivequeue/start-here.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.
