> 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/2022.1/toolbox/variables/variable-getter.md).

# Variable Getter

## Overview

![The Variable Getter Node.](/files/cQDn4QhWkjJZAFNoFyHO)

The **Variable Getter** **Node** allows the user to obtain the value of a **Variable**.

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

## Outputs

| Output  | Type                                | Description                |
| ------- | ----------------------------------- | -------------------------- |
| `Value` | ***Data Type** of the **Variable*** | Value of the **Variable**. |

## See Also

* [**Variable Setter**](/incari-studio/2022.1/toolbox/variables/variable-setter.md)
