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

# 규칙

- [규칙](https://docs.sandbox.game/the-game-maker-academy_kr/rules/rules-1.md): 여기에 규칙에 대한 모든 정보를 정리했습니다.
- [시작 화면](https://docs.sandbox.game/the-game-maker-academy_kr/rules/welcoming-screen.md): 여기에 시작 화면에 대한 모든 정보를 정리했습니다.
- [퀘스트](https://docs.sandbox.game/the-game-maker-academy_kr/rules/quests.md): 여기에 퀘스트에 대한 모든 정보를 정리했습니다.
- [퀘스트 해금](https://docs.sandbox.game/the-game-maker-academy_kr/rules/quests/1.-unlock-quest.md): 여기에 퀘스트를 해금하는 방법에 대한 모든 정보를 정리했습니다.
- [퀘스트 시작](https://docs.sandbox.game/the-game-maker-academy_kr/rules/quests/2.-launch-quest.md): 여기에 퀘스트를 시작하는 방법에 대한 모든 정보를 정리했습니다.
- [퀘스트 타입](https://docs.sandbox.game/the-game-maker-academy_kr/rules/quests/3.-quest-type.md)
- [카운터](https://docs.sandbox.game/the-game-maker-academy_kr/rules/quests/3.-quest-type/counter.md)
- [애셋 사망](https://docs.sandbox.game/the-game-maker-academy_kr/rules/quests/3.-quest-type/asset-death.md)
- [타이머](https://docs.sandbox.game/the-game-maker-academy_kr/rules/quests/3.-quest-type/timer.md)
- [메시지 대기](https://docs.sandbox.game/the-game-maker-academy_kr/rules/quests/3.-quest-type/wait-for-message.md)
- [퀘스트 완료](https://docs.sandbox.game/the-game-maker-academy_kr/rules/quests/4.-quest-completion.md)
- [완료 후 액션](https://docs.sandbox.game/the-game-maker-academy_kr/rules/quests/5.-action-after-completion.md)
- [승리](https://docs.sandbox.game/the-game-maker-academy_kr/rules/victory.md): 여기에 승리에 대한 모든 정보를 정리했습니다.
- [패배](https://docs.sandbox.game/the-game-maker-academy_kr/rules/defeat.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://docs.sandbox.game/the-game-maker-academy_kr/rules.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.
