Agency System Manual

This is the official operating protocol for your new agency. Follow these phases to go from "Zip File" to "Revenue Generating Empire".

1

Phase 1: Infrastructure (The Website)

A. Download & Customize

You have the "Premium Pack" (v2.0). It includes a Wizard to write the code for you.

  1. Download the Premium Pack below.
  2. Unzip it and open `setup_wizard.html` in Chrome.
  3. Enter your Agency Name and Headline.
  4. Click "Generate" and save the file to `website_code/config.js`.
Download Pack v3.0 (With Marketing Kit)

B. Deploy to Vercel

We use Vercel because it's free, fast, and handles SSL automatically.

  1. Go to Vercel.com and Sign Up.
  2. Click "Add New" -> "Project".
  3. Drag and Drop the `website_code` folder into the window.
  4. Click "Deploy". Your site is live in 30s.
  5. Go to Settings > Domains to add your `.com`.
2

Phase 2: Expansion (Antigravity)

How to Add New Features

Your website is just the container. Use Antigravity Mode to build custom tools (ROI Calcs, Dashboards) and add them to your site.

1. Generate
Use the Antigravity Master Prompt (Secret #1) to create an HTML tool.
2. Drop
Save it as `tool-name.html` inside your `website_code/public` folder.
3. Redeploy
Run `vercel --prod` or drag the folder to Vercel again. Your tool is live.
Get the Master Prompt
3

Phase 3: The Money Engine

The Hunter

Use Lead Hunter to get data.

  1. Open `lead_hunter_v2.zip`.
  2. Run the script: `python lead_hunter.py`.
  3. Type "Dentists in Miami".
  4. You get `leads.csv`.

The Sender

Use Auto-Sender to close deals.

  1. Open `outreach_bot_v2.zip`.
  2. Use `config_generator.html` to set your email.
  3. Run `python auto_outreach_bot.py`.
  4. It reads `leads.csv` and starts booking calls.