# Pose transfer

Here's a quick tutorial on how to do pose transfer on Morphic:

{% embed url="<https://youtu.be/SEHD5tXTPAM>" %}

1. Upload or generate an image of your character (a plain background works best).
2. Upload or sketch the rough pose on a new artboard.
3. In the prompt bar, click the Attach Reference button (paperclip icon).
4. Choose Select on Canvas, then:
   1. Select the character image as the first reference.
   2. Select the sketched pose as the second reference.
5. In the prompt, describe your character from the first image and specify that it should appear in the pose from the second image.
6. Add extra details if desired (e.g., background, setting, style).
7. Hit Generate to create your posed character.

That’s how you can use Morphic to perform a pose transfer, quickly adapting your character to new body positions while maintaining their consistent look.

***

If you have any trouble or have any questions, feel free to reach out. We're happy to help, write to us at [**support@morphic.com**](mailto:support@morphic.com)**.**


---

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