> 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/scenes.md).

# Scenes

A *Scene* in GMetri is like a slide in a presentation or a chapter of a book. Scenes break-up an experience into many parts.

{% hint style="info" %}
Use Scenes to optimize load time of an experience. Only one scene is loaded at a time while running the experience
{% endhint %}

* Add a Scene by using the + icon in the top bar

<figure><img src="/files/CZK4LQPaaK6Do7Lbq5Ve" alt=""><figcaption><p>Add a scene into your experience</p></figcaption></figure>

## Types of Scenes

* [3D Scene](/metaverse/build/scenes/3d-scene.md)
* [360 Scene](/metaverse/build/scenes/360-scene.md)
* [Orbit Scene](/metaverse/build/scenes/orbit-scene.md)

{% embed url="<https://www.youtube.com/watch?v=MwTjLglQe-I>" %}
Types of Scenes in GMetri
{% endembed %}

### Also Read

[Publishing FAQs](/metaverse/publishing/publishing-faqs.md#how-can-i-send-someone-directly-to-a-particular-scene-when-they-click-the-experience-link)


---

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

```
GET https://docs.gmetri.com/metaverse/build/scenes.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.
