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

# Multiply

> Multiply two or more numbers together.

The **Multiply** action multiplies a repeatable list of numbers.

## Inputs

| Input       | Type            | Required | Description                       |
| ----------- | --------------- | -------- | --------------------------------- |
| **Numbers** | List of numbers | Yes      | At least two factors to multiply. |

## Outputs

| Output      | Type   | Description                          |
| ----------- | ------ | ------------------------------------ |
| **Product** | Number | The product of all supplied numbers. |

Empty repeat slots are treated as `1`. For example, `4`, `2.5`, and `-3`
produce `-30`.
