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

# And

> Return true only when every input is true.

| Input      | Type               | Required | Description         |
| ---------- | ------------------ | -------- | ------------------- |
| **Values** | Repeatable Boolean | No       | Values to evaluate. |

| Output     | Type    | Description                        |
| ---------- | ------- | ---------------------------------- |
| **Result** | Boolean | `true` when every value is `true`. |

The node starts with two value slots. If there are no values, the result is
`true`.
