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

# Get Scene

## Overview

![The Get Scene Node.](/files/Nh2q4XhHxaLqs7uM0R0x)

The **Get Scene Node** returns the current **Scene** of a chosen **Screen**.

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

## Attributes

| Attribute | Type       | Description                                                                                                               |
| --------- | ---------- | ------------------------------------------------------------------------------------------------------------------------- |
| `Screen`  | **Screen** | The ID of the **Screen** the user wishes to get the current **Scene** from, if none is 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 get the current **Scene** from. |

## 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 returned ID of the **Screen's** current **Scene**.                                                                                 |

## See Also

* [**Set Scene**](/incari-studio/toolbox/incari/screen/setscene.md)
