> 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/quests/3.-quest-type.md).

# 퀘스트 타입

## 퀘스트 타입

![](/files/-MSStNZEfIyuUsEUHfUL)

4가지의 퀘스트 타입이 존재합니다.

* [Counter (카운터)](https://sandboxgame.gitbook.io/the-game-maker-academy_kr/QXVjiJZSETueiVsHSiOX/rules/quests/3.-quest-type/counter): 플레이어는 퀘스트를 완료하기 위해 게이지를 채워야 합니다.
* [Asset Death (애셋 사망)](https://sandboxgame.gitbook.io/the-game-maker-academy_kr/QXVjiJZSETueiVsHSiOX/rules/quests/3.-quest-type/asset-death): 플레이어는 퀘스트를 완료하기 위해 특정 오브젝트를 죽여야 합니다.
* [Timer (타이머)](https://sandboxgame.gitbook.io/the-game-maker-academy_kr/QXVjiJZSETueiVsHSiOX/rules/quests/3.-quest-type/timer): 플레이어는 퀘스트를 완료하기 위해 타이머 조건을 만족시켜야 합니다.
* [Wait for Message (메시지 대기)](https://sandboxgame.gitbook.io/the-game-maker-academy_kr/QXVjiJZSETueiVsHSiOX/rules/quests/3.-quest-type/wait-for-message): 퀘스트를 완료하려면 특정 메시지가 필요합니다.


---

# 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/quests/3.-quest-type.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.
