# Scene Outliner

## Overview

The **Scene Outliner** contains the list of every **Object** in the currently selected **Scene**, and can be used to organize, manage, create, delete, and edit them.

![](/files/RBl7eJM4RvTpybiXPJCV)

## Creating

New **Objects** can be created in the following ways:

* Click on the plus ![](/files/bojT21ZwJ97EReCmuFy4) icon located at the top left corner of the **Scene Outliner** and select the **Object** to create.

![](/files/oZiTYZAJmtaAkwsZWaQ1)

* Right-click inside the **Scene Outliner**, select `Create` from the pop-up, and click on the **Object**.

![](/files/4sPdDW6eh4QnK6VY2y02)

## Deleting

**Objects** can be deleted in the following ways:

* Right-click on an item and select the `Delete` button from the pop-up.
* Select an item and press `del`.

![](/files/U33tabDfBxNaD1kBIzxs)

## Renaming

**Objects** can be renamed by right-clicking an item and selecting `Rename`. You can then type a new name and press **`⏎`**/`Return` to confirm the change.

![](/files/4yQ21FFcId01rSfgkWD8)

## Show and Hide

**Objects** can be shown or hidden at the start of a **Scene**.

To hide an **Object**, click on the eye icon at the right of it.

And to show a hidden **Object**, click on the crossed eye icon at the right of it.

![](/files/uTRWXN4EQt0185Oh2kGl)

## See Also

* [**Scene**](/incari-studio/2021.4/getting-started/project-objects/scene.md)
* [**Scene Objects**](/incari-studio/2021.4/getting-started/scene-objects.md)


---

# 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/2021.4/modules/scene-outliner.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.
