# Project Outliner

## Overview

The **Project Outliner** contains a structured list of every **Scene** and **Screen** in a **Project** and can be used to organize, manage, create, delete, and edit them.

![](/files/eEszz5NhrXb7k1veqIuk)

## Creating

New **Screens** and **Scenes** can be created in the following ways:

* Click on the plus ![](/files/4ClTKM4Xj15Pwkw81GeS) icon located at the top left corner of the **Project Outliner**. After that, click the `Scene` button.
* Right-click inside the **Project Outliner** and select `Create` > `Scene` from the pop-up.
* Select `File` > `New Screen` or `New Scene` from the drop-down **Menu**.
* Pressing `Ctrl`+`N` while the **Project Outliner** is active.

![](/files/9msbfux8ZQZCP1Sagchu)

## Deleting

**Screens** and **Scenes** 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/kSpzoNewFdq4fJPYLRtF)

## Undo/Redo

It is also possible to undo and redo an action made in the **Project Outliner**.

* Click `Edit` on the top Menu bar.
* Select `Undo...` or `Redo...` depending on the desired outcome.
* Alternatively, press `Ctrl + Z` to undo an action and `Ctrl + Shift + Z` to redo an action.

![](/files/ahEeocfjRzPkk2FDVrNZ)

## Renaming

**Screens** and **Scenes** 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/EQ2UciNnKm4iFO6PLvaJ)

## Disabling Screens

When you **Start** the **Simulation** of a **Project** in **Incari**, all **Screens** will initialize in separate windows. By disabling a **Scene** in the **Project Outliner**, you can prevent a **Screen** from being included in the **Simulation**.

To disable a **Screen**, simply click the eye (👁) icon.

![](/files/0WjjtLOyvgMgJX1meu0o)

## Unassigned Scenes

Unless a **Scene** is assigned to a **Screen**, it will appear under `Unassigned Scenes` and will be excluded from the **Simulation**. When a **Scene** is created it is unassigned by default -- unless a **Screen** was selected when it was created, then it will be assigned to that **Screen**.

![](/files/I2z8vEqkAQiF0W10nQoP)

## Rearranging Scenes

**Scenes** can be rearranged easily by dragging and dropping them to a new place in the **Project Outliner**. Not only does this make it easier to organize **Scenes**, but you can also move them to an entirely different **Screen** or disable them completely by moving them into `Unassigned Scenes`.

![](/files/SCCIR1N2slfEFtQDPpY4)

## See Also

* [**Scene**](/incari-studio/objects-and-types/project-objects/scene.md)
* [**Screen**](/incari-studio/objects-and-types/project-objects/screen.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/modules/project-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.
