> ## Documentation Index
> Fetch the complete documentation index at: https://learn.workflow.dog/llms.txt
> Use this file to discover all available pages before exploring further.

# Add

> Add two or more numbers.

The **Add** action sums a repeatable list of numbers in order. The node requires
at least two number inputs and can be expanded for additional values.

## Inputs

| Input       | Type            | Required | Description                |
| ----------- | --------------- | -------- | -------------------------- |
| **Numbers** | List of numbers | Yes      | Two or more values to add. |

## Outputs

| Output  | Type   | Description                        |
| ------- | ------ | ---------------------------------- |
| **Sum** | Number | The total of all supplied numbers. |

Empty repeat slots are treated as `0`. For example, `12`, `8`, and `-5`
produce `15`.
