> 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).

# Multi-Charakter-Tag

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

1. Öffne Canvas auf 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 jede Figur zu verweisen, die du in der Szene haben möchtest. Erfahre, wie man [ein Charaktermodell trainiert](/docs/de/grundlagen/character-models/train-a-character-model.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 Generieren

<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 Figuren gemeinsam auftreten und dabei die visuelle Konsistenz gewahrt bleibt.

***

Wenn du Probleme hast oder Fragen hast, melde dich gerne. Wir helfen dir gerne weiter, schreib 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.
