> 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/how-tos/multiple-character-tag.md).

# 다중 캐릭터 태그

Morphic에서 여러 캐릭터 태그가 있는 장면을 만드는 방법에 대한 단계별 가이드는 다음과 같습니다:

1. Morphic에서 Canvas 열기

<figure><img src="/files/5938c5118950aefc4f2f705e9140b57626a266dc" alt=""><figcaption></figcaption></figure>

2. 프롬프트 입력창에 생성하려는 장면을 설명하고, 장면에 넣고 싶은 각 캐릭터를 지칭할 때 @이름을 사용하세요. 방법 알아보기 [캐릭터 모델을 학습시키기](/docs/kr/essentials/character-models/train-a-character-model.md)

<div><figure><img src="/files/9fdef0ef90322954cc12b864f0ad42fe07d2005a" alt=""><figcaption><p>캐릭터 모델</p></figcaption></figure> <figure><img src="/files/ad71a0efc8ecdbf9c9f7f46739f828f841127e59" alt=""><figcaption></figcaption></figure></div>

3. Generate를 클릭하세요

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

이렇게 하면 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:

```
GET https://morphic.com/docs/kr/how-tos/multiple-character-tag.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.
