> For the complete documentation index, see [llms.txt](https://docs.imageflowapp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.imageflowapp.com/nodes/add-node.md).

# Add Node

<figure><img src="/files/8GIM3XptSvJbrh23XsEl" alt="The &#x22;Add&#x22; Node" width="299"><figcaption><p>The "Add" Node</p></figcaption></figure>

The "Add" node performs the addition of two values. Types that can be added are: `float`, `int`, `vector2`, `vector3`, `vector4`, `color`, `matrix2x2`, `matrix3x3`, `matrix5x5` and `matrix7x7`. The type `T` bellow denotes one of those types.

* Inputs:
  * **A:** a value of type `T`
  * **B:** a value of type `T`&#x20;
* Outputs:
  * **Result**: a value of type `T`

### Example

<figure><img src="/files/ypZrKcOZHCKrerFTDwOj" alt=""><figcaption><p>Adding two float numbers.</p></figcaption></figure>
