> 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/how-tos.md).

# Anleitungen

Schritt-für-Schritt-Anleitungen für die Dinge, die Menschen in Morphic am häufigsten erstellen – vom Bearbeiten eines einzelnen Bildes bis zum Planen und Erweitern einer kompletten Sequenz.

Diese Anleitungen führen dich durch komplette Aufgaben in Morphic, von Anfang bis Ende. Jede behandelt eine Aufgabe, die du in einer Sitzung erledigen kannst, wobei die Modelle und Einstellungen bereits für dich ausgewählt sind.

## Mit Bildern arbeiten

* [Präzise Bildbearbeitung](/docs/de/how-tos/precise-image-editing.md): ändere einen Teil eines Bildes und lasse den Rest unverändert
* [Stil ändern](/docs/de/how-tos/change-style.md): erzeuge mit nur einem Prompt mehrere Looks aus demselben Bild
* [Mehrere Bilder kombinieren](/docs/de/how-tos/combine-multiple-images.md): führe Motive und Elemente in einem Bild zusammen
* [Bilder verschmelzen](/docs/de/how-tos/blending-images.md): verschmelze Referenzen zu einem einzigen Ergebnis
* [Posenübertragung](/docs/de/how-tos/pose-transfer.md): übertrage eine Pose von einem Bild auf eine Figur in einem anderen
* [Tag für mehrere Charaktere](/docs/de/how-tos/multiple-character-tag.md): halte mehrere Charaktere über verschiedene Generierungen hinweg konsistent

## Mit Video arbeiten

* [Video verlängern](/docs/de/how-tos/extend-video.md): setze einen Clip über sein ursprüngliches Ende hinaus fort
* [Kamerawinkel ändern](/docs/de/how-tos/change-camera-angles.md): richte eine Aufnahme neu aus, ohne die Szene neu zu generieren
* [Motion-Comics erstellen](/docs/de/how-tos/creating-motion-comics.md): verwandle Standbilder in eine animierte Sequenz

## Eine Sequenz planen

* [Storyboarding](/docs/de/how-tos/storyboarding.md): plane Szenen, Einstellungen und den visuellen Ablauf, bevor du die finalen Frames generierst

***

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/how-tos.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.
