> 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/2023.1/toolbox/incari/object/get-root.md).

# Get Root

## Overview

![The Get Root Node.](/files/um3kjC33pkEJQ7XbXsAz)

The **Get Root** **Node** outputs the **Object ID** of the **Root Object** of the corresponding **Scene**.

The **Root Object** is the *parent* of all **Objects** on the first hierarchy level in a **Scene**, thus making all **Objects** in the **Scene** its *descendants*.

See the [**Scene Objects**](/incari-studio/2023.1/objects-and-types/scene-objects.md) page for more details about the [**Root Object**](/incari-studio/2023.1/objects-and-types/scene-objects.md#root-object), the [**Objects' Structure in a Scene**](/incari-studio/2023.1/objects-and-types/scene-objects.md#structure-in-a-scene), and how [**Objects** are referenced in the **Logic**](/incari-studio/2023.1/objects-and-types/scene-objects.md#objects-in-the-logic).

[**Scope**](/incari-studio/2023.1/toolbox/overview.md#scopes): **Scene**, **Function**, **Prefab**.

## Inputs

| Input             | Type      | Description                                                           |
| ----------------- | --------- | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse** | A standard **Input Pulse**, to trigger the execution of the **Node**. |

## 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. |
| `Root`             | **ObjectID** | The **Object ID** of the **Root Object** of the corresponding **Scene**.                                                               |

## See Also

* [**Root Object**](/incari-studio/2023.1/objects-and-types/scene-objects.md#root-object)
* [**Objects Structure in a Scene**](/incari-studio/2023.1/objects-and-types/scene-objects.md#structure-in-a-scene)
* [**Objects** in the **Logic**](/incari-studio/2023.1/objects-and-types/scene-objects.md#objects-in-the-logic)
