# 다중 캐릭터 태그

다음은 Morphic에서 여러 캐릭터 태그가 있는 장면을 생성하는 단계별 가이드입니다:

1. Morphic에서 캔버스 열기&#x20;

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

2. 프롬프트 바에 생성하려는 장면을 설명하고, 장면에 등장시키려는 각 캐릭터를 지칭할 때 @name을 사용하세요. 방법 알아보기: [캐릭터 모델 학습하기](/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. 생성 클릭

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

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

***


---

# 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://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.
