> 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/jp/igaido/multiple-character-tag.md).

# 複数キャラクタータグ

Morphic で複数のキャラクタータグを使ったシーンを作成する方法を、ステップごとにご紹介します:

1. Morphic でキャンバスを開く

<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
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:

```
GET https://morphic.com/docs/jp/igaido/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.
