> 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/de/anleitungen/multiple-character-tag.md).

# Mehrfach-Charakter-Tag

Hier ist eine Schritt-für-Schritt-Anleitung, wie du auf Morphic eine Szene mit mehreren Charakter-Tags erstellst:

1. Öffne Canvas in Morphic

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

2. Beschreibe in der Prompt-Leiste die Szene, die du generieren möchtest, und verwende @name, um auf jeden Charakter zu verweisen, den du in der Szene haben möchtest. Erfahre, wie man [ein Modell trainiert](/docs/de/grundlagen/models.md)

<div><figure><img src="/files/39bdb6fa786e7b3d9b0975e0b28bc1648aabf288" alt=""><figcaption><p>Charaktermodell</p></figcaption></figure> <figure><img src="/files/db30a4a804d45855364f6a8b383704fbbcd1e856" alt=""><figcaption></figcaption></figure></div>

3. Klicke auf den blauen Button in der Prompt-Leiste

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

So erstellst du Szenen mit mehreren Charaktermodellen auf Morphic. Das ist nützlich, wenn eine Szene erfordert, dass mehrere bestimmte Charaktere gemeinsam erscheinen, während die visuelle Konsistenz erhalten bleibt.

***

Wenn Sie Probleme haben oder Fragen haben, können Sie sich gerne an uns wenden. Wir helfen Ihnen gerne weiter. Schreiben Sie uns an [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# 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, and the optional `goal` query parameter:

```
GET https://morphic.com/docs/de/anleitungen/multiple-character-tag.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
