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

# Function: Aggregate

| Value  | Description                              |
| ------ | ---------------------------------------- |
| `sum`  | Add up all values.                       |
| `mean` | Take the mean - average - of all values. |
| `max`  | Take the maximum value.                  |
| `min`  | Take the minimum value.                  |
