The no-code Builder

The Builder is the visual editor where you create browser automations by combining steps. This guide covers the essentials: adding, duplicating, and moving steps, plus useful keyboard shortcuts.

To open the Builder, click New automation on the Dashboard.

Name your automation


Give your automation a memorable title so you can find it later. We recommend including meta information in the title (such as version or status, for example In progress) to help you keep track of work in flight.

Naming a new automation in the axiom.ai Builder

  1. Click the title New automation in the top left corner.
  2. Delete the default text and type your own title.

Save your automation


To save changes to your automation, click Save in the top right corner. We recommend saving periodically as you build.

Tip: Your automation saves automatically when you click Run. For a quick save, press Ctrl + S with your mouse pointer inside the extension.

Return to the dashboard


To return to the Dashboard, click the back button in the top left corner of the Builder. You will be prompted to save any unsaved changes before leaving.

The back button to return to the dashboard from the axiom.ai Builder

Duplicate your automation


To duplicate your automation, use the kebab menu in the top right corner of the Builder.

Duplicating an automation from the kebab menu in the axiom.ai Builder

  1. Click the kebab menu icon in the top right corner.
  2. Select Save as duplicate from the dropdown.
  3. The Builder switches to editing the duplicate.

Start your automation


When you open the Builder, you are offered several starting points. For more on starting points for beginners, see your first automation.

The starting points view shown when opening a new automation in the Builder

Quick builder (Beta)

Let axiom.ai build an automation for you based on a description of what you want it to do.

Add first step

To start from scratch, click Add first step. The step finder opens so you can choose your first step.

Import automation

To import a previously shared or downloaded template:

  1. Click Import automation.
  2. Click Select file and upload the template.
  3. Click Confirm to finish.

Start from template

To use a pre-built template:

  1. Click Start from template.
  2. Choose what you want to automate.
  3. Click the template you want to use.
  4. Click Start setup and follow the guide.

Using the step finder


The step finder is where you search for and add steps to your automation.

The step finder in the axiom.ai Builder

Open the step finder

  • In an empty automation, click Add first step or press Shift + +.
  • To add a step at the bottom of the automation, click Add step or press Shift + +.
  • To add a sub-step, click Add sub-step or click between existing sub-steps.
  • To add a step above or below an existing step, click between the step borders.

Close the step finder

To close the step finder, click outside its borders or select a step.

Search for steps

Type a familiar term into the search bar, for example Google Sheet, Click, or Scrape, to find the step you want.

Searching for steps inside the step finder

Snippets

Snippets are pre-built combinations of steps for common automation patterns. They appear at the top of the step finder and are a good way to start a new automation.

Beginner snippets shown at the top of the step finder

There are four beginner snippets:

  • Scrape data from a page to a Google Sheet.
  • Scrape links from a website and scrape each page.
  • Scrape pages from a list of links in a Google Sheet.
  • Fill in a form.

See all steps

To see every available step, click Expand all at the bottom of the step finder. To learn more, see browser action steps or the full steps reference.

The Expand all button at the bottom of the step finder

Step finder shortcuts


You can interact with the step finder using these keyboard shortcuts:

  • Shift + +: open the step finder.
  • Return: add the selected step and close the finder.
  • Shift + Return or Shift + click: add the selected step and keep the finder open.
  • Esc: close the step finder.
  • Add multiple steps at once: type the step name followed by an asterisk and a number, for example enter*8 adds eight Enter text steps.

Disable, move, duplicate, delete, and loop steps


You can move, duplicate, or delete any step using the Move toolbar.

The Move toolbar in the axiom.ai Builder

  1. To open the Move toolbar, click the checkbox to the left of any step title.
  2. To close the Move toolbar, click Deselect.

Move steps

  1. Tick the checkbox to the left of each step you want to move.
  2. Click above, below, or between steps, then click Move here.

Duplicate steps

  1. Tick the checkbox to the left of each step you want to copy.
  2. Click above, below, or between steps, then click Copy selection here.

Delete steps

  1. Tick the checkbox to the left of each step you want to delete.
  2. In the Move toolbar, click Delete.

Move steps into a loop

  1. Tick the checkbox to the left of each step you want to loop.
  2. In the Move toolbar, click Loop.
  3. Select Loop through data.

Disable or enable steps

  1. Tick the checkbox to the left of each step you want to disable or enable.
  2. In the Move toolbar, click Disable or Enable.

Working with steps


Every step in axiom.ai needs configuring once it's added. The configuration is usually self-explanatory; for detail on a specific step, see the steps reference.

Working with steps in the axiom.ai Builder

Step number

The step number shows the step's position in the automation.

Edit a step title

Edit a step's title to keep track of what it does or to add meta information.

Editing a step title in the axiom.ai Builder

Expand or collapse a step

To expand or collapse a step, click the blank space between the step title and the kebab menu.

Disable a step

Click the kebab menu and select Disable step, or use the Move toolbar.

Disabling and deleting individual steps from the kebab menu

Delete a step

Click the kebab menu and select Delete, or use the Move toolbar.

Select a step to move or copy

Tick the checkbox to the left of the step number, then use the Move toolbar. You can also choose Select or Copy / Move from the kebab menu on the right of the step.

Step output token

Some steps generate tokens that let other steps access their data. A preview of the data appears in the step's footer. To refresh the preview, click the refresh icon in its header.

A step output token preview in the axiom.ai Builder

Run your automation


To run your automation, click Run and choose between cloud and desktop. We recommend testing on desktop. For the trade-offs between the two, see running your automation.

Tip: Run frequently as you build. Catching issues early is much easier than debugging a long automation at the end.

Settings


Each automation has its own settings. Most beginners can ignore them. For details, see the settings reference.

The settings panel button in the axiom.ai Builder

To open the settings panel:

  1. In the Builder, look at the vertical sidebar on the far left.
  2. Click the gear icon.

Run options

The run options settings panel

Import and export

The import and export settings panel

Error handling

The iframe support setting in the error handling panel

Chrome

The Chrome settings panel with bot blocking options

Undo and redo


The undo and redo options let you step back and forth through your changes, up to 50 actions deep.

To undo or redo a change, click the three dots in the top right next to Save, then select Undo or Redo.

Undo and redo controls in the axiom.ai Builder

You can also use keyboard shortcuts:

  • Ctrl + Z undoes the last action.
  • Ctrl + Y redoes the last undone action.