# Build FAQs

### How do I add a 360 image to my Metaverse or Experience?

{% content-ref url="/pages/zxEfbZeTMSya4FsbTjiE" %}
[360 Scene](/metaverse/build/scenes/360-scene.md)
{% endcontent-ref %}

### How do I add a 3D element to my Experience?

{% content-ref url="/pages/GkXitwl7g0P1OVDor4UK" %}
[3D Scene](/metaverse/build/scenes/3d-scene.md)
{% endcontent-ref %}

### How do I add another Scene to my existing Experience?

Click on Add (+) icon on the top bar and add any of the existing scene types to add it to your experience.

### How do I align an Image / Video like a poster on my Wall (in a 3D Scene)?

Ensure that rotation angles under "TRANSFORM > Rotate" in the element's properties are multiples of 90° (i.e. -180 / -90 / 0 / 90 / 180).

<figure><img src="/files/iH5VAKBccM4ClVbBmZSh" alt=""><figcaption><p>Alinging Image/Videos to the wall</p></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.gmetri.com/metaverse/build/build-faqs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
