> For the complete documentation index, see [llms.txt](https://docs.mailrocket.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mailrocket.io/getting-started/advanced-features/insert-images.md).

# Insert Images

Mail Rocket allows you to insert images directly into the email editor. You can also copy and paste images directly into the editor.

{% hint style="success" %}
Insert Images is a Mail Rocket Premium feature.\
[<mark style="color:purple;">Upgrade to Premium</mark>](https://mailrocket.io/pricing)
{% endhint %}

### How to insert images into the editor

* Launch Mail Rocket and navigate to the email template section.
* Go to **extensions -> Mail Rocket: Mail Merge For Gmail -> Create Mail Merge**

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

* In the editor menu, Click on "**Insert Images**" button as shown in the screenshot below.

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

* Drag and drop your images or click on "**Click to Upload**"

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

* Click to "**Insert Image**" to add and preview the image in the email editor.

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

The uploaded image is visible in the email editor as shown in the screenshot below.

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

{% hint style="danger" %}
Mail Rocket supports images up to 2 MB in size.
{% endhint %}


---

# 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.mailrocket.io/getting-started/advanced-features/insert-images.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.
