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

# Workflows

> Record a task the agent can run again

A workflow is a task you record once so the agent can run it again for your users. Open **Tools**, then **Workflows**. Only an organization admin can record, edit, or delete a workflow.

## Record a workflow

<Steps>
  <Step title="Start from a URL">
    Enter the page where the task begins and click **Create New Workflow**.
  </Step>

  <Step title="Walk through the task">
    Use the browser and narrate each step out loud.
  </Step>

  <Step title="Stop recording">
    Click **Stop Recording**. The recording becomes a workflow you can review.
  </Step>

  <Step title="Turn it on">
    When the workflow is ready, enable it. You can edit or delete it from the list.
  </Step>
</Steps>

## How the agent runs it

| Mode          | What happens                                                                                           |
| ------------- | ------------------------------------------------------------------------------------------------------ |
| **Automated** | The agent carries out each step. Turn on **In-Page Actions** under **Tools** before you use this mode. |
| **Guided**    | The agent points at each control and the user clicks it.                                               |

The agent collects inputs before the workflow starts. For an automated workflow, turn on **Collect input per-step** to ask for each input when that step needs it.

## What your users see

The agent asks before it starts. An automated workflow shows **Run workflow**. A guided workflow shows **Start walkthrough**.
