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

# Browser Use integration

> Utilize Browserbase with Browser Use for browser agent capabilities.

Browser Use is a browser automation SDK that uses screenshots to capture the state of the browser and actions to simulate user interactions.

<Note>Browser Use currently only supports Python.</Note>

For TypeScript, you can use Stagehand instead. [Stagehand](https://stagehand.dev/) is the SDK for browser agents — it lets you use natural language to interact with the web.
Check out the docs [here](https://docs.stagehand.dev/v3/first-steps/introduction).

## Add Browserbase to Browser Use

<CardGroup cols={2}>
  <Card title="Browserbase to your Browser Use" icon="book" iconType="sharp-solid" href="/integrations/browseruse/python">
    Configure Browserbase to add additional web-browsing capabilities to your
    Browser Use.
  </Card>

  <Card title="Try out Stagehand" icon="hand-horns" iconType="sharp-solid" href="https://stagehand.dev/">
    Stagehand is the SDK for browser agents — use natural language to interact with the web.
    Check out the docs [here](https://docs.stagehand.dev/v3/first-steps/introduction).
  </Card>
</CardGroup>
