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

# Welcome to Arcetix

> We transform testing from a bottleneck into a fast, collaborative process by turning test creation into a simple conversation with AI.

## What is Arcetix?

Arcetix is an AI-powered platform for creating, running, and scheduling end‑to‑end tests as visual workflows. Describe what you want to test in plain English and Arcetix generates an executable workflow you can review and run.

Workflows are built from nodes:

* Action: user interactions like clicks, typing, and selections
* Extraction: collect data from the page into a structured schema
* Validation: assert content, states, and counts (numbers use {value} syntax)
* Agent: delegate multi‑step reasoning when needed

Use secrets (%KEY%) and CSV data (@file/column) directly in prompts and steps. Run on demand or schedule recurring runs, then monitor status and logs.

## Essential guides

<Columns cols={2}>
  <Card title="Create a workflow" icon="plus" href="/essentials/workflows">
    Generate workflows from a prompt, use secrets and CSV data.
  </Card>

  <Card title="Runs" icon="clock" href="/essentials/runs">
    Start, schedule, and monitor workflow runs.
  </Card>

  <Card title="AI nodes" icon="sparkles" href="/essentials/ai-action">
    Learn Action, Extraction, Validation, and Agent nodes.
  </Card>

  <Card title="API reference" icon="terminal" href="/api-reference/introduction">
    Explore endpoints and integrate Arcetix into your pipelines.
  </Card>
</Columns>
