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

# Introduction

> A Multi-Agent × Multi-Benchmark evaluation framework for browser automation agents

**browseruse-bench** is a unified evaluation framework for testing AI browser agents across multiple benchmarks. It provides standardized interfaces to run and evaluate different agents on various web interaction tasks.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/en/quickstart">
    Get up and running in 5 minutes
  </Card>

  <Card title="Supported Agents" icon="robot" href="/en/agents/overview">
    View all supported browser agents
  </Card>

  <Card title="Benchmarks" icon="chart-bar" href="/en/benchmarks/overview">
    Explore available benchmarks
  </Card>

  <Card title="Leaderboard" icon="trophy" href="/en/leaderboard/overview">
    See agent performance rankings
  </Card>
</CardGroup>

## Key Features

<CardGroup cols={2}>
  <Card title="Multi-Agent Support" icon="users">
    Unified interface for Agent-TARS, browser-use, and more
  </Card>

  <Card title="Multi-Benchmark" icon="list-check">
    LexBench-Browser, Online-Mind2Web, BrowseComp
  </Card>

  <Card title="Cloud Browser" icon="cloud">
    Lexmount cloud browser integration for scalable testing
  </Card>

  <Card title="Auto Evaluation" icon="check-double">
    GPT-4 powered evaluation with detailed metrics
  </Card>
</CardGroup>

## What's Next?

<Steps>
  <Step title="Install">
    Follow the [Quick Start](/en/quickstart) guide to set up your environment
  </Step>

  <Step title="Run Benchmark">
    Execute your first benchmark with any supported agent
  </Step>

  <Step title="Evaluate">
    Use the evaluation scripts to measure agent performance
  </Step>

  <Step title="Compare">
    View results on the leaderboard and compare agents
  </Step>
</Steps>
