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

# Setup Toolkit

> Setup tools and utilities to enhance your Apply Bot experience

<Card title="Apply Bot Toolkit" icon="github" href="https://github.com/ZackHu-2001/apply-bot-toolkit">
  View source code on GitHub
</Card>

## Installation

<Steps>
  <Step title="Clone the Repository">
    ```bash theme={null}
    git clone https://github.com/ZackHu-2001/apply-bot-toolkit.git
    cd apply-bot-toolkit
    ```
  </Step>

  <Step title="Install Dependencies">
    ```bash theme={null}
    npm install
    ```
  </Step>

  <Step title="Start the Application">
    ```bash theme={null}
    npm start
    ```

    The toolkit dashboard will be available at `http://localhost:5173`
  </Step>
</Steps>

## Available Tools

### Dashboard

Overview of your job application activity with statistics and recent applications at a glance.

<Frame>
  <img src="https://mintcdn.com/zackhu2001gmailcom/UWfcKaAdBGJK064p/images/dashboard.png?fit=max&auto=format&n=UWfcKaAdBGJK064p&q=85&s=a5e34f1d6f139ce48a04e35e6436af6c" alt="Dashboard" width="2932" height="1754" data-path="images/dashboard.png" />
</Frame>

### Application Tracker

Track all your job applications in one place:

* View application history with company, job title, and status
* Filter by date, status, or company
* Identify applications that need human intervention

<Frame>
  <img src="https://mintcdn.com/zackhu2001gmailcom/UWfcKaAdBGJK064p/images/applications.png?fit=max&auto=format&n=UWfcKaAdBGJK064p&q=85&s=939e0701a194b85ce8bbc72f570db015" alt="Applications" width="2930" height="1728" data-path="images/applications.png" />
</Frame>

### Configuration

Set up your application profile:

* **Resume Upload**: One-click upload your resume for AI to reference

<Frame>
  <img src="https://mintcdn.com/zackhu2001gmailcom/UWfcKaAdBGJK064p/images/resume.png?fit=max&auto=format&n=UWfcKaAdBGJK064p&q=85&s=9c45046bdc799025b2248c0a72b3a886" alt="Resume" width="2364" height="1126" data-path="images/resume.png" />
</Frame>

* **Job Filters**: Configure filters for job search (location, salary, work type, tech stack)

<Frame>
  <img src="https://mintcdn.com/zackhu2001gmailcom/UWfcKaAdBGJK064p/images/filters.png?fit=max&auto=format&n=UWfcKaAdBGJK064p&q=85&s=7ca0d44e223d5781bee6fa91306767b9" alt="Filters" width="2340" height="1428" data-path="images/filters.png" />
</Frame>

* **Preferences**: Tell the LLM your preferences including company whitelist/blacklist and application requirements

### Memory

* **Custom Answers**: Tell AI how you want it to answer common application questions. AI will use these memories to fill out applications consistently across all your job applications.

<Frame>
  <img src="https://mintcdn.com/zackhu2001gmailcom/UWfcKaAdBGJK064p/images/memory.png?fit=max&auto=format&n=UWfcKaAdBGJK064p&q=85&s=24aea53e2d656730af7d48cebbff2176" alt="Memory" width="2922" height="1528" data-path="images/memory.png" />
</Frame>

* **Pending Questions**: Questions that AI encountered during applications but doesn't have answers for yet. Review these questions, fill in your preferred answers, and save them for future use.

<Frame>
  <img src="https://mintcdn.com/zackhu2001gmailcom/UWfcKaAdBGJK064p/images/pending.png?fit=max&auto=format&n=UWfcKaAdBGJK064p&q=85&s=6d442bc778cf2e4c40c0ef0a9100c111" alt="Pending" width="2372" height="1530" data-path="images/pending.png" />
</Frame>

### Prompt

Customize prompts to control how the AI handles your applications:

* Sample prompt template for LinkedIn auto-apply
* Detailed instructions for form filling behavior
* Rules for recording applications and handling edge cases
* Optimize the prompt based on your specific needs

<Frame>
  <img src="https://mintcdn.com/zackhu2001gmailcom/UWfcKaAdBGJK064p/images/prompt.png?fit=max&auto=format&n=UWfcKaAdBGJK064p&q=85&s=78856ca0ceb408272c20f2158038e270" alt="Prompt" width="2916" height="1528" data-path="images/prompt.png" />
</Frame>

## Next Steps

<Card title="View Examples" icon="lightbulb" href="/examples">
  See Apply Bot in action with real-world examples
</Card>
