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

# Not

> Invert a Boolean value.

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

| Output     | Type    | Description                                 |
| ---------- | ------- | ------------------------------------------- |
| **Result** | Boolean | `false` for `true`, and `true` for `false`. |
