# Multiplayer Lobby

<figure><img src="https://2737500369-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZ38ShFrIAvI0p2PIvJxi%2Fuploads%2FGRSCanqL1wI5HUI4Gs4z%2FLobby%20-%20Main.png?alt=media&#x26;token=0bc98a8d-7131-4c02-87aa-25a1c3243e58" alt=""><figcaption></figcaption></figure>

1. Available rooms window
2. Selecting the type of room to create
3. Selecting the currency required to join the room
4. Quick match button. No need to go to the lobby.
5. Room ID window. Allows you to join a room directly by its ID.
6. Filter to search for rooms.

<figure><img src="https://2737500369-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZ38ShFrIAvI0p2PIvJxi%2Fuploads%2FuRraec0TH6tIEhdRLWZ0%2FLobby%20-%20Room.png?alt=media&#x26;token=ff2b8d2c-3444-4403-ad17-ec8889460ad3" alt=""><figcaption></figcaption></figure>

1. Room details. Here you can find the room ID.
2. "Play" button to start the game when both players are ready.
3. "Kick" button to kick a player out of the room.
4. "Close Room" button to leave and close the room.

[← Back to Game Interface](https://robohero.gitbook.io/robohero-wiki/command-center/gameplay/game-interface)


---

# 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://robohero.gitbook.io/robohero-wiki/command-center/gameplay/game-interface/multiplayer-lobby.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.
