# Image Blend

Blending images together is an amazing tool when you would like to combine images effortlessly.

To blend images together, you will use the `/image blend` command. Similar to the `/image ask` command, it's pretty straightforward.

1. For both `image_one` and `image_two` parameters, upload the images you would like to blend together
2. For the `prompt` parameter, write out what you are expecting the output to be.

Then press enter and wait! Processing should be complete within twenty seconds, but may take longer if the command hasn't been ran in a while.

Look at the following example!

<figure><img src="/files/M9NUm5VYoG3pbqHW4URI" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/FnuEUl8umFEZFimxKlnE" alt=""><figcaption></figcaption></figure>


---

# 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://docs.hyungpt.app/image-commands/image-blend.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.
