> ## 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.

# Google ADK integration

> Give Google ADK agents a browser with Browserbase and Stagehand

<img src="https://mintcdn.com/browserbase/oM7R_QEV0Iagl3ga/images/integrations/google-adk/google-adk.png?fit=max&auto=format&n=oM7R_QEV0Iagl3ga&q=85&s=a1b4901f514e50ffe92d7ef1ebae7b9d" alt="Google ADK Integration" width="1376" height="320" data-path="images/integrations/google-adk/google-adk.png" />

The [Google Agent Development Kit (ADK)](https://google.github.io/adk-docs/) is a flexible and modular framework for developing and deploying AI agents. While optimized for Gemini and the Google ecosystem, ADK is **model-agnostic**, **deployment-agnostic**, and built for **compatibility with other frameworks**. This integration shows how to use the Browserbase MCP Server with ADK to build agents that can interact with web pages using natural language commands.

## Key features

<CardGroup cols={2}>
  <Card title="Automated web workflows" icon="robot">
    Empower your agent to perform multi-step tasks like logging into websites, filling out forms, submitting data, and navigating complex user flows
  </Card>

  <Card title="Intelligent data extraction" icon="download">
    Automatically browse to specific pages and extract structured data, text
    content, or other information for use in your agent's tasks
  </Card>

  <Card title="Visual monitoring" icon="camera">
    Capture full-page or element-specific screenshots to visually monitor
    websites, test UI elements, or feed visual context back to a vision-enabled
    model
  </Card>

  <Card title="Natural language control" icon="wand-magic-sparkles">
    Interact with web pages using natural language commands powered by Stagehand's AI primitives, making web automation more context-efficient and reliable.
  </Card>
</CardGroup>

## Getting started

<Card title="Quickstart guide" icon="rocket" href="/integrations/google-adk/setup">
  Get started with Google ADK by following the setup guide
</Card>

<Tip>
  Ready to get started? Check out the [setup
  guide](/integrations/google-adk/setup) for detailed installation instructions.
</Tip>

## Further reading

* [ADK Quickstart Guide](https://google.github.io/adk-docs/get-started/)
* [Browserbase MCP Server](/integrations/mcp/setup)
* [Stagehand](https://stagehand.dev) - The SDK for browser agents
