> 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/nano-banana.md).

# Nano Banana

## What is Nano Banana?

**Nano Banana** is a powerful AI tool that understands complex instructions, similar to GPT, for easy and intuitive image modification. Using natural language processing, **Nano Banana** allows you to make precise changes to your images, whether you want to adjust the scene, change angles, or modify specific elements with just a simple description.

{% hint style="info" %}
**Nano Banana**, developed by Google, is an AI-driven image editing tool available on **ImagineArt**, offering precise and intuitive image modifications.
{% 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 Nano Banana as your model:** Choose **Nano Banana** as your image editing model from the available options.

<figure><img src="/files/FJMkoJCqtkMLVuWdlEuH" 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/4vRRC2nmBukl1ZuCGHcf" 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, Nano Banana interprets your description and adjusts the image accordingly.

<figure><img src="/files/HJyDJMoSEld1OQnMNNaD" 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/jbXSczqx9pbvETv5t3MD" alt=""><figcaption></figcaption></figure>

{% endstep %}
{% endstepper %}

<figure><img src="/files/qoQ6rIRUrziijJGUDTi3" alt=""><figcaption></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://help.imagine.art/creative-suite/image-tools/edit-image/nano-banana.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.
