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

# Buffer

> Pass a Boolean value through unchanged.

| Input     | Type    | Required | Description                |
| --------- | ------- | -------- | -------------------------- |
| **Value** | Boolean | Yes      | The value to pass through. |

| Output     | Type    | Description        |
| ---------- | ------- | ------------------ |
| **Result** | Boolean | The input Boolean. |

Use Buffer as a simple connection point while organizing Boolean logic.
