Add Images in Instructions

You can include images in your prompts by hosting them online and then embedding them with Markdown.

This guide uses Postimages — a free, no-signup image hosting site.


Step 1 — Upload Your Image

  1. Click Choose images and select your image file.

  2. Wait for the upload to finish.


Step 2 — Get the Direct Image URL

  1. Once uploaded, you’ll see several link formats.

  2. Copy the Direct Link — it will look like:

    https://i.postimg.cc/W15gQMD7/image_name.png

Step 3 — Insert Into Markdown

Use the Markdown image syntax:

![image_name](https://i.postimg.cc/W15gQMD7/image_name.png)

Example:

![snowboard](https://i.postimg.cc/W15gQMD7/snowboard.png)

This will display directly in your prompt or document:


Step 4 — Add To Your Instruction

Paste your Markdown directly into your instruction. The assistant will see and process the image.


✅ Tips

  • Use PNG or JPG for best compatibility.

  • The image URL must be public — if it opens in your browser without login, it will work.

  • Keep image file sizes under 5MB for faster loading.

Last updated