# 완료 후 액션

## 완료 후 액션

![](/files/-MST4dLkT--6gDMXy2KG)

완료 후 액션에는 3가지가 있습니다.

* Nothing (없음)
* Send Message (메시지 전송)
* End Game (게임 종료)

### 없음

해당 옵션을 선택하면 퀘스트가 완료되었을 때 **아무 일도 발생하지 않습니다**. 대부분 대체 퀘스트용으로 사용됩니다.

### 메시지 전송

해당 옵션을 선택하면 퀘스트는 새로운 퀘스트를 시작하거나 특정 비헤이비어를 시작하는 등 **모든 요소에** [**메시지**](https://sandboxgame.gitbook.io/the-game-maker-academy_kr/QXVjiJZSETueiVsHSiOX/logic/message-system)**를 전송**합니다. 퀘스트를 완료했을 때의 일반적인 결과를 도출하는 로직이므로 **가장 많이 쓰이는** 옵션입니다.

### 게임 종료

해당 옵션을 선택하면 퀘스트가 완전히 완료되었을 때 플레이어가 **게임에서 승리**하게 됩니다.


---

# 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/quests/5.-action-after-completion.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.
