# Add

## Overview

![The Add Node.](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-d5213e528f0df57ae9aa9aed7151c34eeb97f86a%2Faddnodeupdatedimage.png?alt=media)

**Add** is a *basic arithmetic operation* **Node** that returns the sum of all of the values provided in the `Input` **Sockets**.

This is the equivalent of the addition (`+`) operation in computer science and mathematics.

[**Scope**](https://docs.incari.com/incari-studio/2023.2/overview#scopes): **Project**, **Scene**, **Function**, **Prefab**.

## Attributes

![The Add Node Attributes.](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-d54a939773018a456699da2cbc4ba16bfeb4008d%2Fnode-add2-attr.png?alt=media)

| Attribute        | Type                                          | Description                                                                                         |
| ---------------- | --------------------------------------------- | --------------------------------------------------------------------------------------------------- |
| `Data Type`      | **Drop-down**                                 | The type of data that will be plugged into the `Input` **Sockets**.                                 |
| `Default Inputs` | *Defined in the `Data Type`* ***Attribute***. | The amount of `Input` **Sockets** and their default values, if they have no data connected to them. |

## Inputs

| Input             | Type                                          | Description                                                           |
| ----------------- | --------------------------------------------- | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**                                     | A standard input **Pulse**, to trigger the execution of the **Node**. |
| `Input [n]`       | *Defined in the `Data Type`* ***Attribute***. | The values to be added together.                                      |

## 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***. | The sum of all of the values provided in the `Input` **Sockets**.                                                                      |
