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

# Welcome

> Apply Bot transforms your LLM into a personalized job application assistant

## How [Apply Bot](https://www.apply-bot.com/) works?

Apply Bot consists of four main components working together:

<CardGroup cols={2}>
  <Card title="Browser Extension" icon="puzzle-piece">
    Bridges the connection between your browser and the MCP server, enabling real-time page interaction and data extraction from job application forms.

    [<Icon icon="github" /> View on GitHub](https://github.com/ZackHu-2001/apply-bot-browser-extension)
  </Card>

  <Card title="MCP Server" icon="server">
    A multi-tab capable MCP server built on Playwright, enabling concurrent browser automation for efficient job application processing.

    [<Icon icon="github" /> View on GitHub](https://github.com/ZackHu-2001/playwright-mcp-multitab-enhanced)
  </Card>

  <Card title="Toolkit" icon="toolbox">
    Provides a dashboard to track recent applications, personalized configuration files for AI to create more tailored applications.

    [<Icon icon="github" /> View on GitHub](https://github.com/ZackHu-2001/apply-bot-toolkit)
  </Card>

  <Card title="Your MCP-Compatible LLM" icon="brain">
    Acts as the intelligent core that analyzes your tasks, understands job requirements, and generates tailored responses for each application.
  </Card>
</CardGroup>

## Getting started

<CardGroup cols={3}>
  <Card title="Install Extension" icon="download" href="/install-extension">
    Download and install the browser extension
  </Card>

  <Card title="Configure MCP" icon="gear" href="/configure-mcp">
    Set up MCP server for your LLM
  </Card>

  <Card title="Setup Toolkit" icon="toolbox" href="/toolkit">
    Tools and configurations
  </Card>
</CardGroup>
