> ## Documentation Index
> Fetch the complete documentation index at: https://superflow-claude-superflow-portal-docs-78gpp8.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# What Agents Are

> Agents are reusable checks you describe in plain English. Superflow runs them against your projects and reports what it finds.

An agent is a reusable check that you describe in plain English. Superflow runs it against your projects and reports back what it finds. There is no manual QA pass and no checklist to work through by hand.

<Frame caption="Building a Spell Check agent from a plain-English description">
  <video controls className="w-full aspect-video rounded-xl" src="https://mintcdn.com/superflow-claude-superflow-portal-docs-78gpp8/g2KY_MNTB5LdaNY9/videos/create-an-agent.mp4?fit=max&auto=format&n=g2KY_MNTB5LdaNY9&q=85&s=3dd2557cc6ed6aa0df37cb14db53b2a5" data-path="videos/create-an-agent.mp4" />
</Frame>

<Note>
  Agents are currently in **Beta**. Each run consumes credits from your workspace balance, and the exact cost is shown before you confirm a run.
</Note>

## The four ways to work with agents

<CardGroup cols={2}>
  <Card title="Build one from a description" icon="wand-magic-sparkles" href="/agents/how-to-create-a-new-agent">
    Write the check in your own words. Superflow stress-tests it against sample cases and shows you where it would succeed or produce a false positive, before it ever runs on a real project.
  </Card>

  <Card title="Import a checklist you already have" icon="list-check" href="/agents/how-to-create-agents-from-a-checklist">
    Upload a PDF, CSV, Excel or text checklist. Superflow reads every task, groups the related ones, and proposes a set of agents that cover them.
  </Card>

  <Card title="Group them and run them together" icon="layer-group" href="/agents/how-to-create-and-run-an-agent-group">
    Bundle the checks you always run, such as a pre-launch set, and trigger the whole group at once.
  </Card>

  <Card title="Run one against a project" icon="play" href="/agents/how-to-run-an-agent-from-the-agents-tab">
    Pick a project and a path, choose desktop or mobile, and review the findings. Every past run is kept so you can compare.
  </Card>
</CardGroup>

## Reviews that start before you have finished installing

Add a URL when you create a project and the agents you select start reviewing the site immediately, while you are still copying the script onto it. The site only has to be reachable.

<Frame caption="Agents reviewing a site during project setup, before the toolbar is installed">
  <video controls className="w-full aspect-video rounded-xl" src="https://mintcdn.com/superflow-claude-superflow-portal-docs-78gpp8/g2KY_MNTB5LdaNY9/videos/agent-pre-checks.mp4?fit=max&auto=format&n=g2KY_MNTB5LdaNY9&q=85&s=6ac98786824991b6f20084e30d9fbf59" data-path="videos/agent-pre-checks.mp4" />
</Frame>

<Card title="Run agent pre-checks on a new project" icon="rocket" href="/agents/how-to-run-agent-pre-checks-on-a-new-project" horizontal>
  The full walkthrough, step by step.
</Card>

## Turning an existing checklist into agents

If your team already has a QA checklist, you do not have to rewrite it. Superflow reads the file, works out which tasks can be verified on a rendered page, and tells you which ones cannot. Settings inside a CMS, for example, are flagged as excluded rather than silently dropped.

<Frame caption="A QA checklist being imported and turned into seven agents">
  <video controls className="w-full aspect-video rounded-xl" src="https://mintcdn.com/superflow-claude-superflow-portal-docs-78gpp8/g2KY_MNTB5LdaNY9/videos/checklist-import.mp4?fit=max&auto=format&n=g2KY_MNTB5LdaNY9&q=85&s=605632a826f2a4f723c91c38fa90f520" data-path="videos/checklist-import.mp4" />
</Frame>

## Running a whole set at once

<Frame caption="Creating an agent group and running every agent in it together">
  <video controls className="w-full aspect-video rounded-xl" src="https://mintcdn.com/superflow-claude-superflow-portal-docs-78gpp8/g2KY_MNTB5LdaNY9/videos/agent-groups.mp4?fit=max&auto=format&n=g2KY_MNTB5LdaNY9&q=85&s=e1d26142ba49a86aa4a429f3bb6cba01" data-path="videos/agent-groups.mp4" />
</Frame>

## AI in the toolbar

Agents review pages. The AI Co-Pilot works the other way round: highlight copy on a live page, get rewrites, and turn the one you like into a task.

<Card title="How to Use the AI Co-Pilot" icon="pen-nib" href="/agents/how-to-use-the-AI-co-pilot" horizontal>
  Highlight more than two words to bring up the AI toolbar.
</Card>
