> For the complete documentation index, see [llms.txt](https://docs.gmetri.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gmetri.com/metaverse/build/elements/image.md).

# Image

## Can I add images to my experience?

### Step 1: Add an Image

You can add an image by clicking on the '**+**' icon in the top bar.

<figure><img src="/files/l4uCf0rtNadzNAZaKWI5" alt=""><figcaption><p>Adding an Image</p></figcaption></figure>

### Step 2: Upload / Choose file

You can choose from the inventory of image or upload one from your computer.

Read below to know how to select a file to upload an image/ video.

{% content-ref url="/pages/89Dj2jFYZ5UbZ0t6i2fd" %}
[Selecting a file](/metaverse/build/editor/file-manager/3rd-person-scenes.md)
{% endcontent-ref %}

### Step 3: Adjust the Image element

The right panel offers various options for making adjustments. You can modify the image's width, height, scale, and opacity.

You can also animate, control the speed and modify other adjustments too, from here.

<figure><img src="/files/6i8qLC4Gn2PXyK1usi1D" alt=""><figcaption><p>Adjusting the Image</p></figcaption></figure>

## Also Check

{% content-ref url="/pages/FD9cNw48RcN5ttSRItCU" %}
[Image Optimizations](/guidelines-compatibility/guidelines/experience-optimizations/image-optimizations.md)
{% endcontent-ref %}

{% content-ref url="/pages/DOPkjC7oAlUxSs5Ixooa" %}
[Image Aspect Ratio](/guidelines-compatibility/guidelines/asset-guidelines/image-aspect-ratio.md)
{% endcontent-ref %}


---

# 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.gmetri.com/metaverse/build/elements/image.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.
