> For the complete documentation index, see [llms.txt](https://help.imagine.art/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.imagine.art/creative-suite/image-tools/edit-image/runway-reference.md).

# Runway Reference

## What is Runway Reference?

**Runway Reference** is a powerful tool that allows you to maintain visual consistency across multiple generations. Whether you're working on a branding project, character design, or a series of concept art, **Runway Reference** ensures that specific elements or styles are carried over from one image to the next. By simply uploading reference images, the AI extracts key features—such as textures, colors, and layouts—and applies them to your new creations.

{% hint style="info" %}
**Runway Reference** allows you to take one or multiple images and create new images using characteristics, styles, characters, or objects from your reference images.
{% endhint %}

## How to use?

{% stepper %}
{% step %}
**Select edit mode:** Start by selecting **Edit Mode** in **ImagineArt**.

<figure><img src="/files/8PbI2k7BhWQxATV2HeXI" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Select ChatGPT as your model:** Choose **ChatGPT** as your image editing model from the available options.

<figure><img src="/files/tKS22qbTZZFutMr2zeV0" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Upload Reference images (Upto 4):** Upload up to 4 **reference images** to guide the AI in making specific edits or modifications based on your input.

<figure><img src="/files/fw3UIdIffJCfDT4uLvtL" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Use prompts to ask for new angles or specific changes in the scene:** Write a prompt describing what you want to modify. Whether it’s new angles, scene adjustments, or adding/removing objects, Runway Referenceinterprets your description and adjusts the image accordingly.

<figure><img src="/files/QwCpCS1zhlx3Ud0ZSTFY" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Click Create:** After refining your prompt, click **Generate** to see the AI-powered transformation of your image.

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

{% endstep %}
{% endstepper %}


---

# 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://help.imagine.art/creative-suite/image-tools/edit-image/runway-reference.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.
