# how-tos

- [Precise image editing](https://morphic.com/docs/how-tos/precise-image-editing.md)
- [Multiple character tag](https://morphic.com/docs/how-tos/multiple-character-tag.md): You can now create a scene with multiple characters on Morphic. This is useful for scenes that require dialogue, interaction, or coordinated action while maintaining consistency across characters.
- [Lip sync](https://morphic.com/docs/how-tos/lip-sync.md): You can now create videos with lip sync on Morphic, where a character speaks with natural lip movement. It turns a static character image into a short video with natural dialogue and expression.
- [Extend video](https://morphic.com/docs/how-tos/extend-video.md): You can now extend your videos by using the ‘Extract last frame to Canvas’ feature on Morphic using AI. It’s a simple way to create longer shots from the last frame with visual consistency.
- [Storyboarding](https://morphic.com/docs/how-tos/storyboarding.md)
- [Storyboarding using a script](https://morphic.com/docs/how-tos/storyboarding/storyboarding-using-a-script.md): This method is useful when you want Copilot to generate a story or when you already have a script and want to visualize it as storyboard frames.
- [Storyboarding using visual references](https://morphic.com/docs/how-tos/storyboarding/storyboarding-using-visual-references.md): This method is useful when you want the storyboard to follow specific characters, environments, or visual styles.
- [Storyboarding using a grid](https://morphic.com/docs/how-tos/storyboarding/storyboarding-using-a-grid.md): Storyboarding using grids breaks a scene into multiple frames for coverage planning. This lets you explore different camera framings while keeping the subject, environment, and lighting consistent.
- [Change style](https://morphic.com/docs/how-tos/change-style.md): You can now generate multiple visual styles from the same image using one prompt. It helps you compare different looks while keeping the subject, composition, and framing consistent.
- [Combine multiple images](https://morphic.com/docs/how-tos/combine-multiple-images.md)
- [Blending images](https://morphic.com/docs/how-tos/blending-images.md): With Morphic's image-to-image feature, you can seamlessly blend different assets to combine characters, backgrounds, and props into one cohesive frame for maintaining consistency across styles.
- [Change camera angles](https://morphic.com/docs/how-tos/change-camera-angles.md): Easily create multiple angle shots of any character, object, or scene across any style. Just describe the perspective you need with image-to-image feature on Morphic.
- [Creating motion comics](https://morphic.com/docs/how-tos/creating-motion-comics.md): You can now create motion comics, turning your static frames into dynamic storytelling sequences. Morphic makes it simple to add movement, pacing, and cinematic flow to the manga panels.
- [Pose transfer](https://morphic.com/docs/how-tos/pose-transfer.md): You can now change your character’s pose effortlessly with just a simple sketch. This allows you to guide body positions quickly, while keeping the character’s design consistent.


---

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