> For the complete documentation index, see [llms.txt](https://docs.studio.uzu-app.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.studio.uzu-app.com/ko/basic-features/character/mission.md).

# 미션

우즈 스튜디오 v2에서는 자동으로 판정되는**미션**을 각 캐릭터에 설정할 수 있습니다.

미션을 설정하고 싶다면 먼저「＋」버튼을 눌러 미션 탭을 추가합니다.

「タイトル」에는「미션의 내용」을 기입합니다. 「達成条件」은 자유롭게 설정할 수 있습니다.

예

* 추리 미션의 경우: 특정 캐릭터가 특정**선택지**(범인)에 투표했을 때
* 수집 미션의 경우: 특정 캐릭터가 특정**단서**를 가지고 있을 때
* 선택에 관련된 미션의 경우: 특정**엔딩**에 도달했을 때\\

설정한 미션은 **감상 공유 화면에서만** 표시됩니다. 각 캐릭터의 **텍스트 탭 등에 미션 내용이 자동으로 배포되지는 않으므로**, 플레이 도중에 밝혀지는 미션도 같은 방식으로 설정해도 문제없습니다.

반대로 말하면, 미션 내용은 배포 텍스트 내에 문자로 써두지 않으면 플레이어에게 전달되지 않으니 주의해 주세요.

미션에는 각각**점수**를 매길 수 있습니다. **점수의 합계**는 캐릭터 목록 화면에 표시되어, 다른 캐릭터와의 밸런스를 확인할 수 있습니다.

점수 배분을 0점으로 설정한 미션은, 달성/미달성으로서, 감상 공유 화면에 점수 표기 없이 표시됩니다.

<figure><img src="/files/DdGYSZ65d1YgjM5GJa5U" alt=""><figcaption></figcaption></figure>


---

# 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://docs.studio.uzu-app.com/ko/basic-features/character/mission.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.
