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

# ---- 로비 서버 가이드 ----

- [펼쳐보기](https://madesv.gitbook.io/wiki/lobby/lobbyguide.md): 로비서버 가이드를 확인해보세요.
- [꿈나라](https://madesv.gitbook.io/wiki/lobby/lobbyguide/afk.md)
- [오징어게임](https://madesv.gitbook.io/wiki/lobby/lobbyguide/squidgame.md): 운일까 실력일까?
- [미니게임](https://madesv.gitbook.io/wiki/lobby/lobbyguide/minigame.md)
- [🏃‍♀️ 메이드런](https://madesv.gitbook.io/wiki/lobby/lobbyguide/minigame/maderun.md)
- [💧 드로퍼](https://madesv.gitbook.io/wiki/lobby/lobbyguide/minigame/drop.md)
- [🦋 플라이 봅슬레이](https://madesv.gitbook.io/wiki/lobby/lobbyguide/minigame/fly.md)
- [🤺 Kit PVP](https://madesv.gitbook.io/wiki/lobby/lobbyguide/minigame/kitpvp.md)
- [👽 메몽어스](https://madesv.gitbook.io/wiki/lobby/lobbyguide/minigame/amongus.md)
- [😈 아오오니](https://madesv.gitbook.io/wiki/lobby/lobbyguide/minigame/oni.md)
- [❄️ 스플리프](https://madesv.gitbook.io/wiki/lobby/lobbyguide/minigame/spleef.md)
- [🔫 팀 포트리스](https://madesv.gitbook.io/wiki/lobby/lobbyguide/minigame/fps.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, and the optional `goal` query parameter:

```
GET https://madesv.gitbook.io/wiki/lobby.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.
