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

# Dashboard

> Create tests, view results, and manage your team from the Swarm web dashboard.

# Dashboard

The Swarm dashboard at [useswarm.co](https://useswarm.co) is where you can create tests, view detailed results, manage persona swarms, and collaborate with your team.

## Creating a test

1. Navigate to the dashboard and click **New Test**
2. Enter your **target URL** — this must be a publicly accessible URL
3. Define the **goal** — what the AI personas should try to accomplish
4. Describe your **target audience** — Swarm uses this to generate relevant personas
5. Choose the **number of agents** or select an existing swarm
6. Click **Run Test**

<Note>
  For testing local development servers, use the [CLI](/cli/installation) instead. It automatically handles tunneling your localhost to the cloud.
</Note>

## Viewing results

Each test run has a dedicated results page with:

* **Overview** — overall UX score, pass/fail verdict, and executive summary
* **Per-persona results** — what each AI agent did, step by step, with screenshots
* **Synthesis report** — patterns and issues found across all personas
* **Judge report** — an independent evaluation with evidence and confidence rating
* **Tickets** — ready-to-use issue descriptions for your project management tool

## Managing swarms

Swarms are saved sets of personas that you can reuse across tests. Instead of generating new personas each time, you can:

1. Go to **Swarms** in the sidebar
2. Create a new swarm with a name and description
3. Add personas manually or let Swarm generate them based on an audience description
4. Use the swarm in future tests — from the dashboard or CLI with `--swarm <id>`

## Team & organization

Swarm supports multi-user organizations:

* **Invite team members** from the organization settings page
* **Shared swarms** — persona sets are available to everyone in the org
* **Shared results** — all test runs are visible to org members
* **Role-based access** — admin and member roles with different permissions

## Plans & billing

Manage your subscription from **Settings > Billing**. The CLI requires a Pro plan or higher. See [pricing](https://useswarm.co/pricing) for details.
