# Image

- [Text to Image](https://morphic.com/docs/image/text-to-image.md): Text to image on Morphic lets you create a new image from scratch using only a prompt.
- [Image to Image](https://morphic.com/docs/image/image-to-image.md): Image to Image on Morphic lets you refine, restyle, or adjust an existing image using only a prompt.
- [Multiple Image Reference](https://morphic.com/docs/image/multi-image-to-image.md): Multiple image reference on Morphic allows you to choose subjects, poses, styles, and scenes from multiple images as references to create a unique composition (image) with a single prompt.
- [Draw to Image](https://morphic.com/docs/image/draw-to-image.md): Draw to Image on Morphic lets you drawing your idea directly on the Canvas and turn it into a fully rendered image using AI.
- [Sketch to Color](https://morphic.com/docs/image/sketch-to-color.md): Sketch to Color on Morphic lets you turn a sketch into a fully colorized image using just a prompt, while keeping the original structure intact.
- [Colorize](https://morphic.com/docs/image/colorize.md): Colorize on Morphic is a feature that allows you to apply the color style and palette of one image to others.


---

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