# Scene

![](/files/-MIx_mF2rk4lhNKGetFR)

A **Scene** is a collection of Incari **Objects** such as **Mesh**, **Text**, **Sprite**, **Point Light**, **Spot Light**, etc. Each **Scene** can be rendered in 2D and 3D space allowing for 2D and 3D views respectively.

The 3D space is known as the **Editor View** in Incari and it allows a user to fully see how an **Object** functions in a **Scene**. Contrarily, the 2D space mimics the view of Incari's **Player** and as such it is named the **Player View**.

A **Scene** is accessed in Incari through the **Project Outliner**. It can be added to a **Project** either by adding it to a **Screen** or as one of the **Unassigned** **Scenes**. The created **Scene**, doesn't have any **Attributes** of its own, unlike every *other* **Object** in Incari. However, its **Size** and **Resolution** are determined by the **Attributes** of the **Screen** that it is assigned to.

In order to create an **Unassigned Scene**, click on the plus ![](/files/2btCMpFFwpM7lhv5knRP) icon located at the top of the **Project Outliner** and click on the **Scene** button.

![](/files/-MIxaU82KQNjPv4gybTx)

Also by *right-clicking* on a **Scene** or **Screen** in the **Project Outliner** you can create an **Unassigned Scene** or a *child* **Scene** for that particular **Screen**.

![](/files/-MIxaU83VQpnBbx9qj9Q)


---

# 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.incari.com/incari-studio/2.0/objects/project-objects/scene.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.
