> ## Documentation Index
> Fetch the complete documentation index at: https://docs.alumio.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Form URL encoded

> Read a stream as form URL encoded data.

Read a stream as form URL encoded data (e.g. `key=value&other=value`).

## Fields

### Pattern to items

Dot-notated path to the array within the decoded data that contains the items to process.

* Leave empty to treat the entire decoded body as a single item.
* Use `items` to read from a nested `items` key.

**Note:** Do not use `*` here. This field points to the array itself; the system automatically iterates over all elements.
