> 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.2/toolbox/math/add.md).

# Add

## Overview

![The Add Node.](/files/RcSTw7KkJwOSX9Q6lFay)

**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**](/incari-studio/2023.2/toolbox/overview.md#scopes): **Project**, **Scene**, **Function**, **Prefab**.

## Attributes

![The Add Node Attributes.](/files/ukpPhEZWEFVmc2iOhMbn)

| 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**.                                                                      |
