# 다중 캐릭터 태그

다음은 Morphic에서 다중 캐릭터 태그 기능으로 장면을 만드는 방법에 대한 간단한 튜토리얼입니다:

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

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

이것이 AI를 사용하여 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/essentials/character-models/multi-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.
