> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/kr/essentials/character-models/multi-character-tag.md).

# 다중 캐릭터 태그

Morphic에서 Multi Character Tag 기능으로 장면을 만드는 간단한 튜토리얼입니다:

{% embed url="<https://youtu.be/gIJRfI25cNs>" %}

1. Morphic에서 Canvas를 여세요.
2. 프롬프트 바에 생성하려는 장면을 설명하고, 장면에 포함하고 싶은 각 캐릭터를 지칭할 때 @이름을 사용하세요. 최대 7개의 고유한 캐릭터 모델을 태그할 수 있습니다. 자세히 알아보기 [캐릭터 모델을 학습시키기](/docs/kr/essentials/character-models/train-a-character-model.md).
3. 선택적으로, 프롬프트 바의 캐릭터 모델 드롭다운에서 학습한 캐릭터 모델을 선택할 수 있습니다.
4. 파란색 화살표를 누르세요.

이렇게 하면 AI를 사용해 Morphic에서 여러 캐릭터가 등장하는 장면을 만들 수 있습니다. 이는 장면에 여러 특정 캐릭터가 함께 등장하면서도 시각적 일관성을 유지해야 할 때 유용합니다.


---

# 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://morphic.com/docs/kr/essentials/character-models/multi-character-tag.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.
