# hlthy workspace mirror

**Workspace:** `https://i.structure-business-solutions.com/`  
**Production (source of truth):** `https://learn.structure-business-solutions.com/`  
**Last updated:** 2026-08-11

This folder is a **workspace / agent mirror**, not the Digistore Conversion Cockpit target. Keep Cockpit sales pages and freeflow thank-yous on **learn** unless you intentionally relocate.

## Production paths (match learn)

| Local path | Learn path | Role |
|------------|------------|------|
| `margin-checker/` | `/margin-checker/` | P&L sales |
| `ar-checker/` | `/ar-checker/` | Collections sales |
| `ask-your-pl/` | `/ask-your-pl/` | P&L OTO1 |
| `talk-with-your-ar/` | `/talk-with-your-ar/` | Collections OTO1 |
| `case-study-pl/` | `/case-study-pl/` | P&L OTO2 |
| `case-study-pl/thank-you/` | `/case-study-pl/thank-you/` | Case TY P&L |
| `case-study-collections/` | `/case-study-collections/` | Collections OTO2 |
| `case-study-collections/thank-you/` | `/case-study-collections/thank-you/` | Case TY Collections |
| `90-day-pl-reset/thank-you/` | `/90-day-pl-reset/thank-you/` | P&L freeflow final TY |
| `90-day-collections-reset/thank-you/` | `/90-day-collections-reset/thank-you/` | Collections freeflow final TY |
| `legal-information/` | `/legal-information/` | Legal entity |

Old flat filenames (`advertorial-v3.html`, `upsell-*.html`, `thankyou-*.html`, …) **redirect** to the folders above.

## Workspace-only pages

| Path | Role |
|------|------|
| `index.html` | Creatives hub · funnel maps · drafts · assets |
| `media-planning/` | CPA goals, DFY/ascension LTV, segments, tracking, scorecard |
| `drafts/` | Non-production lander concepts |
| `docs/` | Setup guide, agent-manifest, assets ZIP |
| `upload.html` · `downloads.html` | Agent tools |

## Ascension (sales, not freeflow)

- Case plan $497 (freeflow OTO2) → optional **$3,000 implementation** after Call 2  
- **P&L DFY retainer:** $1,500–$3,000 / mo  
- **Collections DFY retainer:** $750–$1,500 / mo (**$1,500 top end**)  

Modeled on `media-planning/#ltv`.

## Path rules on this host

- Production pages one level deep: assets as `../cover.png`, legal as `../legal-information/`
- Thank-yous two levels deep: `../../…`
- Freeflow YES/NO: `https://www.checkout-ds24.com/answer/yes|no` + `digistore.js` unchanged

## Re-pull docs

```bash
BASE='https://learn.structure-business-solutions.com'
GROK='/var/www/lps/pl-marketing/grok'
curl -fsSL "$BASE/docs/PRODUCT-UPSELL-SETUP.md" -o "$GROK/docs/PRODUCT-UPSELL-SETUP.md"
curl -fsSL "$BASE/docs/agent-manifest.json" -o "$GROK/docs/agent-manifest.json"
curl -fsSL "$BASE/docs/campaign-assets.zip" -o "$GROK/docs/campaign-assets.zip"
curl -fsSL "$BASE/assets/MANIFEST.json" -o "$GROK/assets/MANIFEST.json"
```

Full freeflow lessons: [PRODUCT-UPSELL-SETUP.md](./PRODUCT-UPSELL-SETUP.md) · [agent-manifest.json](./agent-manifest.json)
