> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/toolbox/incari/screen/setscene.md).

# Set Scene

## Overview

![The Set Scene Node.](/files/ZpB8FthSybHpn5cc7sZ3)

The **Set Scene Node** sets the chosen **Scene** for a **Screen**. The user simply needs to choose a **Screen** and any of its **Scenes** (other than the current **Scene**) as inputs. The output will be the ID of the final **Scene**.

[**Scope**](/incari-studio/toolbox/overview.md#scopes): **Project**.

## Attributes

![The Set Scene Node Attributes](/files/Dnxl3Q03nxXaRC06wyHh)

| Attribute | Type       | Description                                                                                                                 |
| --------- | ---------- | --------------------------------------------------------------------------------------------------------------------------- |
| `Screen`  | **Screen** | The ID of the **Screen** the user wishes to set the **Scene** for, if one is not already indicated in the **Input Socket**. |
| `Scene`   | **Scene**  | The ID of the chosen **Scene**, if one is not already indicated in the **Input Socket**.                                    |

## Inputs

| Input             | Type       | Description                                                           |
| ----------------- | ---------- | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**  | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Screen ID`       | **Screen** | The ID of the **Screen** the user wishes to set the **Scene** for.    |
| `Scene ID`        | **Scene**  | The ID of the chosen **Scene**.                                       |

## Outputs

| Output             | Type      | Description                                                                                                                            |
| ------------------ | --------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse** | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |
| `Scene ID`         | **Scene** | The ID of the chosen **Scene**.                                                                                                        |

## See Also

* [**Get Scene**](/incari-studio/toolbox/incari/screen/getscene.md)
