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

# How to Run Agent Pre-Checks on a New Project

> Learn how to have agents review a website while you are still setting it up as a project.

In this article, you will learn how to have agents review a website while you are still setting it up as a project. Superflow runs the agents you select against the URL as soon as you start, so by the time you finish installing the toolbar you already have an initial review of the site, without doing any manual QA yourself.

<Frame>
  <video controls className="w-full aspect-video" 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>

<Note>
  Agents are currently in **Beta**. Pre-checks run on the URL you enter, so the site needs to be reachable. The toolbar does not have to be installed yet.
</Note>

## Choosing the Agents

<Steps>
  <Step title="On the Superflow Dashboard, click Create Project…">
    On the Superflow Dashboard, click **Create Project** and paste your website URL into the **New Project** box. Below the URL field you will see the **Run Agents** option, already enabled with a few agents selected for you.

    <Frame>
      <img src="https://mintcdn.com/superflow-claude-superflow-portal-docs-78gpp8/RIqHueQcev0iKYC7/images/how-to-guides/how-to-run-agent-pre-checks-on-a-new-project/01-new-project.png?fit=max&auto=format&n=RIqHueQcev0iKYC7&q=85&s=552e6334e27e8c39410b1239b6937bc5" alt="On the Superflow Dashboard, click Create Project…" width="1600" height="1040" data-path="images/how-to-guides/how-to-run-agent-pre-checks-on-a-new-project/01-new-project.png" />
    </Frame>
  </Step>
</Steps>

Two extra options sit underneath:

* **Public Preview Link** creates a link you can share with people outside your workspace.
* **Run agents on every page** checks every page it can reach instead of only the URL you entered.

<Steps>
  <Step title="Click the Run Agents row to expand it and choose which agents to use">
    Search by name, clear the ones you do not need, and add any custom agents you have built.

    <Frame>
      <img src="https://mintcdn.com/superflow-claude-superflow-portal-docs-78gpp8/RIqHueQcev0iKYC7/images/how-to-guides/how-to-run-agent-pre-checks-on-a-new-project/02-select-agents.png?fit=max&auto=format&n=RIqHueQcev0iKYC7&q=85&s=ea6c2fa8510c41176063ea676f158526" alt="Click the Run Agents row to expand it and choose which agents to use" width="1600" height="1040" data-path="images/how-to-guides/how-to-run-agent-pre-checks-on-a-new-project/02-select-agents.png" />
    </Frame>
  </Step>
</Steps>

## Watching the Review Run

<Steps>
  <Step title="Click Start">
    Superflow continues to the usual **Install** step, where you copy the script onto your site. The difference is that a live preview of your website now loads on the right, and the agents begin running against it at the same time. Expand **Reviewing your website** to watch their progress.

    <Frame>
      <img src="https://mintcdn.com/superflow-claude-superflow-portal-docs-78gpp8/RIqHueQcev0iKYC7/images/how-to-guides/how-to-run-agent-pre-checks-on-a-new-project/03-agents-running.png?fit=max&auto=format&n=RIqHueQcev0iKYC7&q=85&s=cee385c00cbaeddbf464f4d1803f02ca" alt="Click Start" width="1600" height="1040" data-path="images/how-to-guides/how-to-run-agent-pre-checks-on-a-new-project/03-agents-running.png" />
    </Frame>

    <Tip>
      You do not have to wait on this screen. Copy the script, send it to a developer, or carry on to **Verify**. The agents keep running in the background.
    </Tip>
  </Step>

  <Step title="Findings appear as each agent finishes rather than all at once…">
    Findings appear as each agent finishes rather than all at once, so the panel heading and the counts next to each agent keep climbing while the remaining agents are still marked **RUNNING**.

    <Frame>
      <img src="https://mintcdn.com/superflow-claude-superflow-portal-docs-78gpp8/RIqHueQcev0iKYC7/images/how-to-guides/how-to-run-agent-pre-checks-on-a-new-project/04-findings-progress.png?fit=max&auto=format&n=RIqHueQcev0iKYC7&q=85&s=795ccedc319f1446e45cefe4637fbf91" alt="Findings appear as each agent finishes rather than all at once…" width="1600" height="1040" data-path="images/how-to-guides/how-to-run-agent-pre-checks-on-a-new-project/04-findings-progress.png" />
    </Frame>
  </Step>
</Steps>

## Reviewing the Findings

<Steps>
  <Step title="When the run completes, the panel shows the total number of issues with a breakdown per agent">
    Click an agent to expand its findings. Each one explains the problem, and **Read More** opens the full detail.

    <Frame>
      <img src="https://mintcdn.com/superflow-claude-superflow-portal-docs-78gpp8/RIqHueQcev0iKYC7/images/how-to-guides/how-to-run-agent-pre-checks-on-a-new-project/05-findings.png?fit=max&auto=format&n=RIqHueQcev0iKYC7&q=85&s=7337e578aceda72ee0149173277b9792" alt="When the run completes, the panel shows the total number of issues with a breakdown per agent" width="1600" height="1040" data-path="images/how-to-guides/how-to-run-agent-pre-checks-on-a-new-project/05-findings.png" />
    </Frame>
  </Step>
</Steps>

In this example the review found 8 issues before the site was even connected: one accessibility issue, two broken links, two Lighthouse issues, and three misspelled words: `Discovr`, `templte`, and `togther`.

<Note>
  Install the Superflow toolbar on your site to open these findings in context on the page itself. The count also appears on the toolbar in the live preview.
</Note>

## Next Steps

<CardGroup>
  <Card title="How to Create a New Agent" icon="plus" href="/agents/how-to-create-a-new-agent">
    Build your own agent so it is available to select on your next project.
  </Card>

  <Card title="How to Run an Agent from the Agents Tab" icon="play" href="/agents/how-to-run-an-agent-from-the-agents-tab">
    Run an agent against a project you have already created.
  </Card>
</CardGroup>
