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.
- Download the Premium Pack below.
- Unzip it and open `setup_wizard.html` in Chrome.
- Enter your Agency Name and Headline.
- Click "Generate" and save the file to `website_code/config.js`.
B. Deploy to Vercel
We use Vercel because it's free, fast, and handles SSL automatically.
- Go to Vercel.com and Sign Up.
- Click "Add New" -> "Project".
- Drag and Drop the `website_code` folder into the window.
- Click "Deploy". Your site is live in 30s.
- 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.
3
Phase 3: The Money Engine
The Hunter
Use Lead Hunter to get data.
- Open `lead_hunter_v2.zip`.
- Run the script: `python lead_hunter.py`.
- Type "Dentists in Miami".
- You get `leads.csv`.
The Sender
Use Auto-Sender to close deals.
- Open `outreach_bot_v2.zip`.
- Use `config_generator.html` to set your email.
- Run `python auto_outreach_bot.py`.
- It reads `leads.csv` and starts booking calls.