> ## 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.

# AI Action

> Click, type, and interact with the page using Action nodes.

## When to use

Use Action for any user interaction: clicking buttons, typing into inputs, selecting options, navigating, etc. Keep actions atomic—one interaction per node.

## Best practices

* Identify elements by clear text/labels
* Avoid color‑based references
* Use `%variable%` placeholders to make values configurable

## Example

```text theme={null}
click the "Login" button
type %email% into the "Email" field
type %password% into the "Password" field
```
