# Editor

<figure><img src="/files/kmRZT5KUxC8iWWZnt7wC" alt=""><figcaption><p>The Editor</p></figcaption></figure>

The Editor is the interface you use to build your experience. It has 2 primary panels: Top bar and Right panel.

In addition, there's a Viewport Properties panel at the bottom left. Learn more about it at the link below:

{% content-ref url="/pages/qM8lDHuEjk191ApyHrY9" %}
[Viewport Properties](/metaverse/build/editor/viewport_properties.md)
{% endcontent-ref %}

## Top Bar

### Add Element

<figure><img src="/files/6ftstgGioNhsfj9S1V0m" alt=""><figcaption><p>Add Element</p></figcaption></figure>

Add various elements such as scenes, images, videos, GIFs, audio, and other multimedia components into your experience.

### Rules

<figure><img src="/files/cAcwHxycx37xbdfpMuHy" alt=""><figcaption><p>Rules</p></figcaption></figure>

Rules serve as the fundamental component of interactivity in your experiences.

{% content-ref url="/pages/mJPqUjlr5B6jUW6h6LBY" %}
[Rules](/metaverse/build/rules.md)
{% endcontent-ref %}

### File Manager&#x20;

<figure><img src="/files/6D4XLhuExxzkkjHs6qWl" alt=""><figcaption><p>File Manager</p></figcaption></figure>

You can manage/upload your assets from here.

{% content-ref url="/pages/6iCk4WJ2VVfAzdMXatrr" %}
[File Manager](/metaverse/build/editor/file-manager.md)
{% endcontent-ref %}

### Publish&#x20;

<figure><img src="/files/YIVkVgR95Xz5wacF53LE" alt=""><figcaption><p>Publish</p></figcaption></figure>

You can share your experience with the your viewers.

{% content-ref url="/pages/FBJg1PU2gN3DzxTTGLfC" %}
[Publishing](/metaverse/publishing.md)
{% endcontent-ref %}

### Preview&#x20;

<figure><img src="/files/wVEFUgYMUh0XRO0VbLee" alt=""><figcaption><p>Preview</p></figcaption></figure>

{% content-ref url="/pages/eEa4ADd56U925lHmuDqU" %}
[Preview](/metaverse/build/editor/preview.md)
{% endcontent-ref %}

You can preview your experience before going Live and sharing it with your viewers from here.

## **Right Panel**&#x20;

### Properties

You can adjust/ modify the properties of the currently selected element.

<figure><img src="/files/o8I8N5jUnS3nFOHYdvIT" alt=""><figcaption><p>Properties</p></figcaption></figure>

### Structure&#x20;

This displays a comprehensive list of all the elements, scenes, and lighting configurations used in your virtual environment.

<figure><img src="/files/rwzr2FH6uPDEXiEfGZ67" alt=""><figcaption><p>Structure</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/editor.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.
