# 규칙

## 규칙

특정 **게임 플레이 방식을 형성하기 위한 주요 방법**으로 규칙이 있습니다. 실제로 고유한 규칙을 설정함에 따라 게임 내 다양한 미션과 해당 미션 달성 방법이 형성되어 **게임의 독창성이 높아지게 됩니다.**

&#x20;<img src="/files/-MSRqyVIOfwgTVGxN5GA" alt="" data-size="original"> 버튼을 클릭해 **Rules (규칙) 창에 액세스하여 규칙을 설정**합니다.&#x20;

![](/files/-MSRw5reB3IFtf_Oya3P)

아래 내용을 설정하고, 활성화 및 비활성화할 수 있습니다.

* [Welcoming Screen (시작 화면)](https://sandboxgame.gitbook.io/the-game-maker-academy_kr/QXVjiJZSETueiVsHSiOX/rules/welcoming-screen)
* [Quests (퀘스트)](https://sandboxgame.gitbook.io/the-game-maker-academy_kr/QXVjiJZSETueiVsHSiOX/rules/quests)
* [Victory (승리)](https://sandboxgame.gitbook.io/the-game-maker-academy_kr/QXVjiJZSETueiVsHSiOX/rules/victory)
* [Defeat (패배)](https://sandboxgame.gitbook.io/the-game-maker-academy_kr/QXVjiJZSETueiVsHSiOX/rules/defeat)


---

# 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://docs.sandbox.game/the-game-maker-academy_kr/rules/rules-1.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.
