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

# Console

## Overview

![The Console Node.](/files/KQ92MWnJvbiV7FJsRFvo)

The **Console** **Node** is used for showing a value of any **Data Type** on the **Console**.

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

## Attributes

![The Console Node Attributes.](/files/VLZ1VnbXTczarryFlBT8)

| Attribute   | Type                                         | Description                                                   |
| ----------- | -------------------------------------------- | ------------------------------------------------------------- |
| `Data Type` | **Drop-down**                                | **Data Type** of the `Input` and `Output` **Sockets**.        |
| `Type`      | **Drop-down**                                | Type of the message that will appear on the **Console**.      |
| `Value`     | *Defined in the `Data Type`* ***Attribute*** | Default value, if none is received in the `Input` **Socket**. |

## Inputs

| Input             | Type                                         | Description                                                           |
| ----------------- | -------------------------------------------- | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**                                    | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Input`           | *Defined in the `Data Type`* ***Attribute*** | Value that will be shown on the **Console**.                          |

## 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. |
| `Output`           | *Defined in the `Data Type`* ***Attribute*** | Value that was shown on the **Console**.                                                                                               |

## See Also

* [**Clear Console**](/incari-studio/toolbox/development/clear-console.md)
