# add

## Description

Addition of two numbers. The output will return the sum of the two numbers.

## Input / Parameter

| Name   | Description               | Input Type | Default | Options | Required |
| ------ | ------------------------- | ---------- | ------- | ------- | -------- |
| value1 | The first number to add.  | Number     | -       | -       | Yes      |
| value2 | The second number to add. | Number     | -       | -       | Yes      |

## Output

| Description                        | Output Type |
| ---------------------------------- | ----------- |
| Returns the sum of the two values. | Number      |

## Callback

N/A

## Video

## Example

1. Drag the `add` function into the event flow.

   ![](https://399701567-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwmJ1RKjM2uNFaL6fO3Xu%2Fuploads%2Fgit-blob-a4125ee861b7173abbeb8c4528364bfb49ee88cb%2Fadd-step-1.png?alt=media)
2. Enter the 2 values to be added together. For this example they are `1` and `2`.

   ![](https://399701567-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwmJ1RKjM2uNFaL6fO3Xu%2Fuploads%2Fgit-blob-532613a18b7d1772e51f9917c7fea5d0b8c71c88%2Fadd-step-2.png?alt=media)

### Results

`3`

## Links
