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

# Introduction

> Learn about Magnitude's superpowers

# What is Magnitude?

Magnitude is an open source AI browser automation framework. It uses vision AI to enable you to control your browser with natural language.

Magnitude has **four key abilities**:

<Columns cols={2}>
  <Card title="Navigate" icon="route">
    Sees and understands any interface to plan out actions
  </Card>

  <Card title="Interact" icon="mouse-pointer-click">
    Executes precise actions using mouse and keyboard
  </Card>

  <Card title="Extract" icon="pickaxe">
    Intelligently extracts useful structured data
  </Card>

  <Card title="Verify" icon="list-checks">
    Built-in test runner with powerful visual assertions
  </Card>
</Columns>

Combining these abilities in our framework makes automating any browser task possible.

Keep going to jump into an example and learn more!
