> 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에서 캔버스 열기

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

2. 프롬프트 입력창에 생성하려는 장면을 설명하고, 장면에 포함하고 싶은 각 캐릭터를 지칭할 때 @이름을 사용하세요. 방법 알아보기 [캐릭터 모델 학습하기](broken://pages/e9f1ae2ecbc66b7bcf765151aa86a2c0b3ac9e21)

<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에서 여러 캐릭터 모델이 있는 장면을 만들 수 있습니다. 이는 장면에 여러 특정 캐릭터가 함께 등장해야 하면서도 시각적 일관성을 유지해야 할 때 유용합니다.

***

문제가 있거나 궁금한 점이 있으면 언제든지 문의해 주세요. 기꺼이 도와드리겠습니다. 다음 주소로 연락해 주세요: [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# 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/how-tos/multiple-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.
