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

# Commands reference

> Every command available in the Editor, grouped by purpose.

Commands are the building blocks of an [Agent](/concepts/agents). They run top-down, and certain commands (repeaters, lists) loop their children.

<Note>
  The detailed pages below are being migrated from the existing Confluence reference. They are accurate for Sequentum Cloud and largely unchanged from Sequentum Enterprise.
</Note>

## Navigation

| Command             | Purpose                                                                         |
| ------------------- | ------------------------------------------------------------------------------- |
| **URL**             | Load a starting URL or follow a link.                                           |
| **Action**          | Click, type, hover, scroll on a single element.                                 |
| **Action Repeater** | Repeat an Action until a condition is met (e.g., "click load more until gone"). |
| **Page Action**     | Operate on the page itself — scroll to bottom, wait for selector, switch tabs.  |
| **Link Repeater**   | Iterate over a set of links and run children for each.                          |
| **Pagination**      | Walk paginated results.                                                         |

## Extraction

| Command       | Purpose                                                  |
| ------------- | -------------------------------------------------------- |
| **Data List** | Define a list of records to extract.                     |
| **Page Area** | Scope extraction to a region of the page.                |
| **Group**     | Logical grouping for organization (no runtime behavior). |
| **Script**    | Drop into JavaScript or C# for arbitrary logic.          |

## Control flow

| Command  | Purpose                                                                |
| -------- | ---------------------------------------------------------------------- |
| **Fail** | Mark the run as failed (with a custom message) when a condition holds. |

## Output

| Command    | Purpose                                                                     |
| ---------- | --------------------------------------------------------------------------- |
| **Export** | Send extracted records to Snowflake, S3, or another configured destination. |

For each command, the existing Confluence pages cover the option set in detail; we're porting them in full. See the [migration plan](/changelog) for status.
