# 複数キャラクタータグ

以下は、Morphic のマルチキャラクタータグ機能でシーンを作成するための簡単なチュートリアルです：

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

1. Morphic で Canvas を開きます。
2. プロンプトバーに生成したいシーンを記述し、@name を使ってシーンに登場させたい各キャラクターを指示します。最大で 7 つのユニークなキャラクターモデルにタグ付けできます。方法を学ぶには [キャラクターモデルをトレーニングする](/docs/jp/ji-ben/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/jp/ji-ben/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.
