> ## Documentation Index
> Fetch the complete documentation index at: https://agno-v2-update-deprecated-models.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Steps

| Parameter               | Type                  | Default         | Description                                                        |
| ----------------------- | --------------------- | --------------- | ------------------------------------------------------------------ |
| `name`                  | `Optional[str]`       | `None`          | Name of the steps group for identification                         |
| `description`           | `Optional[str]`       | `None`          | Description of the steps group's purpose                           |
| `steps`                 | `Optional[List[Any]]` | `[]`            | List of steps to execute sequentially (empty list if not provided) |
| `requires_confirmation` | `bool`                | `False`         | Pause for user confirmation before executing the pipeline          |
| `confirmation_message`  | `Optional[str]`       | `None`          | Message shown to user when requesting confirmation                 |
| `on_reject`             | `OnReject`            | `OnReject.skip` | Action when rejected: `skip`, `cancel`                             |
