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

# Get First Item

> Return the item at the beginning of a list.

## Input

| Input    | Type | Required | Description                        |
| -------- | ---- | -------- | ---------------------------------- |
| **List** | List | No       | The source list. Defaults to `[]`. |

## Output

| Output         | Type | Description                                  |
| -------------- | ---- | -------------------------------------------- |
| **First Item** | Any  | The first item, or `null` for an empty list. |

The input list is not changed.
