> For the complete documentation index, see [llms.txt](https://docs.ideogram.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ideogram.ai/using-ideogram/features-and-tools/remix.md).

# Remix

## Overview

The Remix tool lets you modify existing images by using them as a starting point. Your edit instruction shapes the result, while the parent image grounds the composition.

<div><figure><img src="/files/DeISC1lJoI07rP0ffog3" alt="Original image used as the Remix parent."><figcaption><p>Original image.</p></figcaption></figure> <figure><img src="/files/tDBOby07cNiPuVuJvbaS" alt="Image created from the Remix parent."><figcaption><p>Remixed image.</p></figcaption></figure></div>

## Access Methods

Users can access Remix through three routes:

1. **Image feeds** - Hover over images in the gallery, select the More icon, and choose Remix.
2. **Image details** - Use the Remix button in the Details Panel or More menu.
3. **Image import** - Select Remix in the popup when importing or pasting into the Prompt Box.

<figure><img src="/files/lLfrwBnH4QPdqNyL3x7X" alt="Image feed More menu with Remix highlighted."><figcaption><p>Remix from the image feed More menu.</p></figcaption></figure>

<figure><img src="/files/qfwHstQWVU152NCBP5JO" alt="Image details More menu with Remix highlighted."><figcaption><p>Remix from the image details More menu.</p></figcaption></figure>

<figure><img src="/files/jnG6i9dmgPIAD1kJ06ET" alt="Image import popup with Remix highlighted."><figcaption><p>Remix from the image import popup.</p></figcaption></figure>

## Key Features

### Automatic Settings

The original prompt (or auto-generated description for uploads) populates the Prompt Box automatically. On Ideogram 4.0, you can pick any aspect ratio for the output or choose **Original** to match the parent. Prior to 4.0, the parent image's aspect ratio applies by default and cannot be modified without using the Editor tool first.

### Strength Control

Prior to 4.0, a slider ranging from 1 to 100 determines influence level:

* Higher values keep the result closer to the original.
* Setting strength to 0 removes the parent image entirely, generating based solely on prompt and style tags.

On 4.0, the slider is hidden. The model selects the right blend automatically from your edit instruction, so you can focus on the prompt.

<figure><img src="/files/iMIrbeLK8StSS4ONH81x" alt="Remix settings popover showing the Strength slider."><figcaption><p>Strength slider in Remix settings prior to v4.0.</p></figcaption></figure>

### Removing Parent Image

Hovering over the Remix thumbnail reveals an "X" icon for removal from the Prompt Box.

<figure><img src="/files/Wd1HzzsHyMo9RLWLkzId" alt="Remix thumbnail with the remove icon visible."><figcaption><p>Remove icon on the Remix thumbnail.</p></figcaption></figure>


---

# 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://docs.ideogram.ai/using-ideogram/features-and-tools/remix.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.
