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

# crewAI integration

> Let your crewAI Agent browse the web like a human.

One of the most advanced use cases for LLMs is AI Agents — programs designed to perform tasks based on high-level instructions.

[crewAI](https://www.crewai.com/) is a framework to create Crews, teams of Agents working together on a given problem. For example, searching for a flight:

<Frame>
  <img src="https://mintcdn.com/browserbase/giE_cpy18f2mWHqr/images/optimizations/crewai.png?fit=max&auto=format&n=giE_cpy18f2mWHqr&q=85&s=c715c97e3f11ad79ade8ba9070a5aacd" width="3840" height="2160" data-path="images/optimizations/crewai.png" />
</Frame>

AI Agents rely on tools to gather rich contexts and perform actions to achieve such results.

Browserbase provides a [BrowserbaseLoadTool](https://docs.crewai.com/tools/BrowserbaseLoadTool/) that Agents can use to retrieve context from complex webpages such as:

* Extract text from webpages using JavaScript or bot protection systems
* Capture images from webpages

## Get started with Browserbase for crewAI

<CardGroup cols={2}>
  <Card title="Add Browserbase to your Crew" icon="book" iconType="sharp-solid" href="/integrations/crew-ai/python">
    Enable your crewAI Agents to browse the web like humans.
  </Card>

  <Card title="Tutorial: build a flight booker Crew" icon="book" iconType="sharp-solid" href="/integrations/crew-ai/build-a-flight-booker">
    Combine crewAI and Browserbase to build a Flight Booking Crew.
  </Card>
</CardGroup>
