# 複数キャラクタータグ

以下は、Morphicで複数のキャラクタータグを使ったシーンを作成する手順です：

1. Morphicでキャンバスを開く&#x20;

<figure><img src="/files/73140582f19ad9505adf273ccf1041a2a2efb8d2" alt=""><figcaption></figcaption></figure>

2. プロンプトバーで生成したいシーンを説明し、シーンに登場させたい各キャラクターを参照するために@nameを使用します。方法を学ぶには [キャラクターモデルをトレーニングする](/docs/jp/ji-ben/character-models/train-a-character-model.md)

<div><figure><img src="/files/0ff10c80eb6d8e078282345ce9d444d867b469ed" alt=""><figcaption><p>キャラクターモデル</p></figcaption></figure> <figure><img src="/files/833d9ab4eaa5daf703b3a9c4b6423fe56f69fd70" alt=""><figcaption></figcaption></figure></div>

3. 生成をクリックする

<figure><img src="/files/50b78319df165ab5f65d42e18a0885c7d3ca9bbb" 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/jp/hauts/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.
