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

# Introducing Cuehand

> I use Cuehand to reliably automate the web.

<video src="https://mintcdn.com/eightytwostudio/tgMAveTJvbJp8Vtn/(assets)/videos/01.mp4?fit=max&auto=format&n=tgMAveTJvbJp8Vtn&q=85&s=3c5e64cac966bfba6f7c48e8f908e1a9" autoPlay loop muted playsInline className="rounded-3xl" data-path="(assets)/videos/01.mp4" />

**Cuehand** is a browser automation SDK that combines AI and code to control
web browsers, built as a **free** and reliable alternative to Stagehand and Browserbase.

<Columns cols={2}>
  <Card title="Quickstart" icon="rocket" href="/first-steps/quickstart">
    The act primitive is used to perform actions on the page.
  </Card>

  <Card title="Act" icon="mouse-pointer" href="/the-basics/act">
    The act primitive is used to perform actions on the page.
  </Card>

  <Card title="Extract" icon="download" href="/the-basics/extract">
    The extract primitive is used to extract data from the page.
  </Card>

  <Card title="Observe" icon="eye" href="/the-basics/observe">
    The observe primitive is used to observe the page.
  </Card>
</Columns>
