# Set Scene

## Overview

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

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/2023.1/toolbox/overview.md#scopes): **Project**.

## Attributes

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

| 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/2023.1/toolbox/incari/screen/getscene.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/2023.1/toolbox/incari/screen/setscene.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.
