# Browser Use ## Docs - [Actor API](https://mintlify.wiki/browser-use/browser-use/advanced/actor-api.md): Low-level CDP-based browser control for deterministic automation - [Cloud Browser](https://mintlify.wiki/browser-use/browser-use/advanced/cloud-browser.md): Use Browser Use Cloud for scalable, captcha-resistant automation - [Performance Optimization](https://mintlify.wiki/browser-use/browser-use/advanced/performance.md): Techniques for faster, more efficient browser automation - [Sandbox Execution](https://mintlify.wiki/browser-use/browser-use/advanced/sandbox.md): Deploy Browser Use to production with the sandbox decorator - [Structured Output](https://mintlify.wiki/browser-use/browser-use/advanced/structured-output.md): Extract type-safe, validated data using Pydantic models - [ActionResult](https://mintlify.wiki/browser-use/browser-use/api/action-result.md): Result type for tool execution and task completion - [Extraction Actions](https://mintlify.wiki/browser-use/browser-use/api/actions/extraction.md): Actions for extracting data and taking screenshots from web pages - [File Actions](https://mintlify.wiki/browser-use/browser-use/api/actions/files.md): Actions for reading, writing, and uploading files - [Interaction Actions](https://mintlify.wiki/browser-use/browser-use/api/actions/interaction.md): Actions for clicking, typing, scrolling, and interacting with page elements - [Navigation Actions](https://mintlify.wiki/browser-use/browser-use/api/actions/navigation.md): Actions for navigating web pages and controlling browser history - [Agent](https://mintlify.wiki/browser-use/browser-use/api/agent.md): Core Agent class for browser automation - [Browser](https://mintlify.wiki/browser-use/browser-use/api/browser.md): Browser session management and configuration - [CodeAgent](https://mintlify.wiki/browser-use/browser-use/api/code-agent.md): Jupyter-like code execution agent for browser automation - [Agent Settings](https://mintlify.wiki/browser-use/browser-use/api/config/agent-settings.md): Configuration options for customizing agent behavior and capabilities - [Browser Settings](https://mintlify.wiki/browser-use/browser-use/api/config/browser-settings.md): Configuration options for controlling browser behavior and appearance - [Sandbox Settings](https://mintlify.wiki/browser-use/browser-use/api/config/sandbox-settings.md): Configuration options for running Browser Use in production with cloud sandboxes - [ChatAnthropic](https://mintlify.wiki/browser-use/browser-use/api/llm/chat-anthropic.md): Anthropic Claude LLM provider for Browser Use - [ChatAzureOpenAI](https://mintlify.wiki/browser-use/browser-use/api/llm/chat-azure-openai.md): Azure OpenAI LLM provider for Browser Use with enterprise features - [ChatBrowserUse](https://mintlify.wiki/browser-use/browser-use/api/llm/chat-browser-use.md): Browser Use optimized LLM provider with fastest performance and lowest cost - [ChatGoogle](https://mintlify.wiki/browser-use/browser-use/api/llm/chat-google.md): Google Gemini LLM provider for Browser Use - [ChatGroq](https://mintlify.wiki/browser-use/browser-use/api/llm/chat-groq.md): Groq LLM provider for Browser Use with high-speed inference - [ChatMistral](https://mintlify.wiki/browser-use/browser-use/api/llm/chat-mistral.md): Mistral AI LLM provider for Browser Use - [ChatOllama](https://mintlify.wiki/browser-use/browser-use/api/llm/chat-ollama.md): Local Ollama LLM provider for Browser Use - [ChatOpenAI](https://mintlify.wiki/browser-use/browser-use/api/llm/chat-openai.md): OpenAI LLM provider for Browser Use with GPT-4 and other models - [ChatVercel](https://mintlify.wiki/browser-use/browser-use/api/llm/chat-vercel.md): Vercel AI Gateway LLM provider with unified access to multiple AI models - [Tools](https://mintlify.wiki/browser-use/browser-use/api/tools.md): Tools registry for browser actions and custom functions - [Agents](https://mintlify.wiki/browser-use/browser-use/concepts/agents.md): Understanding the Agent class and how AI-powered browser automation works - [Browser](https://mintlify.wiki/browser-use/browser-use/concepts/browser.md): Understanding browser sessions, configuration, and lifecycle management - [LLM Providers](https://mintlify.wiki/browser-use/browser-use/concepts/llm-providers.md): Understanding supported language models and how to configure them - [Tools](https://mintlify.wiki/browser-use/browser-use/concepts/tools.md): Understanding the tools system and available browser actions - [Two-Factor Authentication](https://mintlify.wiki/browser-use/browser-use/examples/2fa.md): Handle 2FA codes and multi-step authentication with Browser Use - [Web Scraping](https://mintlify.wiki/browser-use/browser-use/examples/data-scraping.md): Extract structured data from websites with Browser Use - [Form Filling](https://mintlify.wiki/browser-use/browser-use/examples/form-filling.md): Automate web form submissions with Browser Use - [MCP Integration](https://mintlify.wiki/browser-use/browser-use/examples/mcp.md): Use Browser Use through the Model Context Protocol with Claude, ChatGPT, and other AI assistants - [Parallel Browser Tasks](https://mintlify.wiki/browser-use/browser-use/examples/parallel-tasks.md): Run multiple browser automation tasks simultaneously with Browser Use - [Playwright Integration](https://mintlify.wiki/browser-use/browser-use/examples/playwright.md): Combine Browser Use AI with Playwright's precise browser control - [Research & Information Gathering](https://mintlify.wiki/browser-use/browser-use/examples/research.md): Collect and analyze information from multiple sources with Browser Use - [Shopping Automation](https://mintlify.wiki/browser-use/browser-use/examples/shopping.md): Automate online shopping and grocery ordering with Browser Use - [Authentication](https://mintlify.wiki/browser-use/browser-use/guides/authentication.md): Handle logins, sessions, and 2FA - [Basic Usage](https://mintlify.wiki/browser-use/browser-use/guides/basic-usage.md): Master the fundamentals of Browser Use - [CLI Reference](https://mintlify.wiki/browser-use/browser-use/guides/cli.md): Complete command reference for the browser-use CLI - [Custom Tools](https://mintlify.wiki/browser-use/browser-use/guides/custom-tools.md): Extend agent capabilities with custom functions - [Data Extraction](https://mintlify.wiki/browser-use/browser-use/guides/data-extraction.md): Extract structured data from web pages - [Production Deployment](https://mintlify.wiki/browser-use/browser-use/guides/production.md): Deploy Browser Use at scale with @sandbox - [Prompting Best Practices](https://mintlify.wiki/browser-use/browser-use/guides/prompting.md): Write effective prompts for browser agents - [Introduction](https://mintlify.wiki/browser-use/browser-use/index.md): Meet Browser Use - The AI-powered browser automation library that lets you control web browsers with natural language - [Installation](https://mintlify.wiki/browser-use/browser-use/installation.md): Complete installation guide for Browser Use with all options and configurations - [Quick Start](https://mintlify.wiki/browser-use/browser-use/quickstart.md): Build your first Browser Use agent in under 5 minutes