@elitedcs/ghl-mcp 3.65.1 → 3.65.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/guide/guide.html CHANGED
@@ -4,23 +4,20 @@
4
4
  <meta charset="utf-8">
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1">
6
6
  <title>GHL Command — User Guide</title>
7
- <!-- guides-hash: f8bcba4d92d295fa -->
7
+ <!-- guides-hash: b69654ea29507200 -->
8
8
  <style>
9
+ /* Deliberately light in every environment, including a dark-mode OS. This is a
10
+ reference document people read at length, print, and save to PDF, and a page
11
+ that flips to dark behind their back is worse at all three. The only dark
12
+ surfaces are the hero band and the prompt blocks, which are chosen. */
9
13
  :root{
10
- --bg:#F2F4F6; --surface:#FFFFFF; --ink:#1C2833; --muted:#5B6B78; --line:#DDE3E8;
14
+ color-scheme:light;
15
+ --bg:#FFFFFF; --surface:#FFFFFF; --soft:#F7F9FA; --ink:#16202A; --muted:#5B6B78; --line:#E2E8ED;
11
16
  --accent:#0E6E5C; --accent-hover:#0B5A4B; --accent-soft:#E3F1EC;
12
17
  --full-bg:#F7ECD9; --full-ink:#8A5A10;
13
18
  --em-bg:#E5EDF8; --em-ink:#2C5E9E;
14
19
  --bubble:#F6F8F9; --shadow:0 1px 3px rgba(28,40,51,.07);
15
- }
16
- @media (prefers-color-scheme: dark){
17
- :root{
18
- --bg:#10181F; --surface:#18222B; --ink:#E8EDF1; --muted:#93A3B0; --line:#26323C;
19
- --accent:#3FB99C; --accent-hover:#55CBAF; --accent-soft:#173029;
20
- --full-bg:#332916; --full-ink:#E0B15E;
21
- --em-bg:#182838; --em-ink:#7FAEE0;
22
- --bubble:#141D25; --shadow:0 1px 3px rgba(0,0,0,.35);
23
- }
20
+ --hero:#101C26; --hero-ink:#FFFFFF; --hero-muted:#A9BAC6; --hero-eyebrow:#5FD0B4;
24
21
  }
25
22
  *{box-sizing:border-box}
26
23
  body{margin:0;background:var(--bg);color:var(--ink);
@@ -46,16 +43,44 @@ code{background:var(--bubble);border:1px solid var(--line);border-radius:5px;pad
46
43
  .cta{background:var(--accent);color:#fff;text-decoration:none;border-radius:9px;padding:9px 18px;font-weight:600;font-size:16px;white-space:nowrap}
47
44
  .cta:hover{background:var(--accent-hover)}
48
45
 
46
+ /* hero band — full bleed, dark, one per view */
47
+ .hero{background:var(--hero);color:var(--hero-ink)}
48
+ .hero-in{max-width:1180px;margin:0 auto;padding:44px 20px 40px}
49
+ .eyebrow{margin:0 0 10px;font-size:12.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;
50
+ color:var(--hero-eyebrow)}
51
+ .hero h1{margin:0 0 12px;font-size:40px;line-height:1.12;font-weight:680;text-wrap:balance;max-width:26ch}
52
+ .hero .sub{margin:0;color:var(--hero-muted);font-size:19px;line-height:1.55;max-width:56ch}
53
+ .hero .badges{display:flex;gap:9px;flex-wrap:wrap;margin-top:18px}
54
+ .badge{font-size:12.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border-radius:999px;
55
+ padding:5px 12px;background:rgba(255,255,255,.09);color:var(--hero-muted);border:1px solid rgba(255,255,255,.14)}
56
+ .badge.on{background:rgba(95,208,180,.13);color:var(--hero-eyebrow);border-color:rgba(95,208,180,.32)}
57
+ @media (max-width:620px){.hero h1{font-size:31px}.hero .sub{font-size:17px}.hero-in{padding:32px 18px 30px}}
58
+
59
+ /* category jump menu */
60
+ .catnav{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 8px;padding:0 0 22px;border-bottom:1px solid var(--line)}
61
+ .catnav a{font-size:14.5px;font-weight:600;text-decoration:none;color:var(--muted);background:var(--soft);
62
+ border:1px solid var(--line);border-radius:999px;padding:6px 13px;white-space:nowrap}
63
+ .catnav a:hover{color:var(--accent);border-color:var(--accent);background:var(--accent-soft)}
64
+
49
65
  /* shell */
50
66
  .shell{max-width:1180px;margin:0 auto;padding:26px 20px 60px}
51
67
  main{max-width:1180px}
52
68
 
69
+ /* in-product routing: the index and each guide are separate views in one file,
70
+ so a card opens a page instead of scrolling into an ever-growing document.
71
+ Scoped to body.app — the public site serves real per-guide URLs and must not
72
+ have its content hidden by this. */
73
+ body.app .gpage{display:none}
74
+ body.app .gpage.active{display:block}
75
+ body.app.reading #indexview{display:none}
76
+
53
77
  /* library */
54
78
  .lead h1{margin:2px 0 6px;font-size:34px;line-height:1.2;text-wrap:balance;font-weight:650}
55
79
  .lead p{margin:0 0 6px;color:var(--muted);max-width:60ch}
56
- .catsec{margin-top:34px}
57
- .catsec h2{font-size:15px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);
58
- margin:0 0 12px;padding-bottom:8px;border-bottom:1px solid var(--line)}
80
+ .catsec{margin-top:38px;scroll-margin-top:78px}
81
+ .catsec h2{display:flex;align-items:center;gap:10px;font-size:23px;font-weight:660;color:var(--ink);
82
+ margin:0 0 14px;letter-spacing:-.01em}
83
+ .catsec h2::before{content:"";flex:0 0 auto;width:9px;height:9px;border-radius:50%;background:var(--accent)}
59
84
  .cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(265px,1fr));gap:14px}
60
85
  .card{background:var(--surface);border:1px solid var(--line);border-radius:9px;padding:16px 16px 13px;
61
86
  box-shadow:var(--shadow);text-align:left;color:var(--ink);display:flex;flex-direction:column;gap:7px;
@@ -103,10 +128,14 @@ main{max-width:1180px}
103
128
  .gsec li{max-width:62ch}
104
129
  .gpara{max-width:62ch;margin:10px 0}
105
130
  .steps{counter-reset:s;list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}
106
- .steps li{display:flex;gap:12px;align-items:baseline;max-width:62ch}
107
- .steps li::before{counter-increment:s;content:counter(s);flex:0 0 22px;height:22px;border-radius:50%;
131
+ /* The number is an absolute marker, NOT a flex item. As a flex row every inline
132
+ child of the step (a <b>, a bare text node, a <code>) became its own column,
133
+ which chopped a sentence containing a code span into three narrow stacks. */
134
+ .steps li{position:relative;padding-left:34px;max-width:62ch}
135
+ .steps li::before{counter-increment:s;content:counter(s);position:absolute;left:0;top:1px;
136
+ width:22px;height:22px;border-radius:50%;
108
137
  background:var(--accent-soft);color:var(--accent);font-size:14px;font-weight:700;
109
- display:inline-flex;align-items:center;justify-content:center;transform:translateY(3px)}
138
+ display:inline-flex;align-items:center;justify-content:center}
110
139
  .prompt{display:flex;gap:10px;align-items:center;background:var(--bubble);border:1px solid var(--line);
111
140
  border-radius:11px;padding:13px 15px;margin-bottom:9px;max-width:640px}
112
141
  .prompt q{flex:1;font-family:"Charter","Iowan Old Style",Georgia,serif;font-style:italic;font-size:19px;quotes:"“" "”"}
@@ -153,60 +182,101 @@ main{max-width:1180px}
153
182
  .gfoot{margin-top:44px;padding-top:16px;border-top:1px solid var(--line);color:var(--muted);font-size:15px;max-width:62ch}
154
183
 
155
184
  /* toast */
156
- .toast{position:fixed;left:50%;bottom:26px;transform:translate(-50%,8px);background:var(--ink);color:var(--bg);
185
+ .toast{position:fixed;left:50%;bottom:26px;transform:translate(-50%,8px);background:var(--ink);color:#fff;
157
186
  border-radius:9px;padding:10px 18px;font-size:15px;opacity:0;pointer-events:none;transition:opacity .18s, transform .18s;
158
187
  max-width:88vw;text-align:center}
159
188
  .toast.show{opacity:1;transform:translate(-50%,0)}
189
+
190
+ /* print / save-as-PDF — one guide per sheet, nothing but the guide.
191
+ The hero prints as plain text on white: a dark full-bleed band burns ink and
192
+ greys the title on most printers. */
193
+ @media print{
194
+ @page{margin:16mm 14mm}
195
+ html,body{background:#fff !important}
196
+ .topbar,.catnav,.foot,.toast,.copy,.capture,.noresults,.search,.cta,.back{display:none !important}
197
+ body.app.reading #indexview{display:none !important}
198
+ .hero{background:#fff !important;color:#000 !important;border-bottom:1.5px solid #000}
199
+ .hero-in{padding:0 0 12px}
200
+ .hero h1{font-size:26pt;color:#000 !important}
201
+ .hero .sub{color:#333 !important;font-size:12pt}
202
+ .eyebrow{color:#555 !important}
203
+ .badge{background:#fff !important;color:#333 !important;border:1px solid #bbb !important}
204
+ .shell{padding:0;max-width:none}
205
+ .gview,main{max-width:none}
206
+ .gsec{margin:16pt 0}
207
+ .gsec h2{font-size:14pt}
208
+ body{font-size:11pt;line-height:1.5}
209
+ /* keep a prompt, a table row or a step from splitting across sheets */
210
+ .prompt,.pro,.know,.chat,.fnode,.steps li,.wrongtbl tr{break-inside:avoid;page-break-inside:avoid}
211
+ .gsec{break-inside:auto}
212
+ .gsec h2{break-after:avoid;page-break-after:avoid}
213
+ .prompt q,.pro-body{font-style:normal}
214
+ a[href^="http"]::after{content:" (" attr(href) ")";font-size:9pt;color:#555;word-break:break-all}
215
+ }
160
216
  </style>
161
217
  </head>
162
- <body id="top">
218
+ <body class="app" id="top">
163
219
  <header class="topbar"><div class="topbar-in">
164
220
  <a class="brand" href="#top"><b>GHL&nbsp;COMMAND</b><span>User Guide</span></a>
165
221
  <div class="search"><svg viewBox="0 0 24 24"><circle cx="11" cy="11" r="7"/><path d="m20 20-3.8-3.8"/></svg>
166
222
  <input id="q" type="search" placeholder="What do you want to do? Try: count contacts" aria-label="Search the guides"></div>
167
223
  </div></header>
224
+ <div id="indexview">
225
+ <section class="hero"><div class="hero-in">
226
+ <p class="eyebrow">GHL Command</p>
227
+ <h1>What do you want to get done?</h1>
228
+ <p class="sub">Every guide is a job, in plain English: open one, copy a prompt, paste it to Claude. A job is not a button, so one guide usually puts a dozen of GHL Command's tools to work at once. Every prompt marked "Proven live" was run against a real GoHighLevel account before it shipped.</p>
229
+ <div class="badges"><span class="badge on">27 guides</span><span class="badge">10 categories</span><span class="badge">Updates with the product</span></div>
230
+ </div></section>
168
231
  <div class="shell">
169
232
  <main>
170
- <div class="lead">
171
- <h1>What do you want to get done?</h1>
172
- <p>Every guide is a job, in plain English: find it below, copy a prompt, paste it to Claude. Every prompt marked "Proven live" was run against a real GoHighLevel account before it shipped. This copy updates with the product, so cards marked "Coming in an update" arrive automatically.</p>
173
- </div>
174
- <div class="catsec"><h2>Getting set up</h2><div class="cards"><a class="card pub" href="#g-install-ghl-command" data-k="install connect setup start windows mac workflow builder browser login step 2 full version"><h3>Install GHL Command</h3><p>One install, two short steps, whether you are on the Free plan or the full license. Nothing left to add later.</p><div class="meta"><span class="pill free">Free plan</span><span class="time">~6 minutes</span><span class="open">Read below &#8595;</span></div></a>
175
- <a class="card pub" href="#g-switch-between-client-accounts" data-k="switch subaccount sub-account location client account change which account wrong account"><h3>Switch between client accounts</h3><p>Point Claude at any of your sub-accounts by name, and confirm which one is active.</p><div class="meta"><span class="pill free">Free plan</span><span class="time">~10 seconds</span><span class="open">Read below &#8595;</span></div></a></div></div>
176
- <div class="catsec"><h2>Contacts and leads</h2><div class="cards"><a class="card pub" href="#g-bulk-tag-and-clean-up" data-k="bulk tag untag update clean duplicates many contacts segment mass smart list saved list view"><h3>Bulk tag and clean up</h3><p>Tag, untag, or update hundreds of contacts in one instruction, then save the group as a list.</p><div class="meta"><span class="pill full">Full license</span><span class="time">~2 minutes</span><span class="open">Read below &#8595;</span></div></a>
177
- <a class="card pub" href="#g-count-and-report-contacts" data-k="count how many contacts report number leads week month total added"><h3>Count and report your contacts</h3><p>Ask for a number, get the real number, with the date range printed next to it.</p><div class="meta"><span class="pill free">Free plan</span><span class="time">~10 seconds</span><span class="open">Read below &#8595;</span></div></a>
178
- <a class="card pub" href="#g-find-and-list-contacts" data-k="list find contacts export spreadsheet csv excel search leads who signed up"><h3>Find and list contacts</h3><p>Pull a clean list into a spreadsheet you can open in Excel or Google Sheets.</p><div class="meta"><span class="pill free">Free plan</span><span class="time">~1 minute</span><span class="open">Read below &#8595;</span></div></a>
179
- <a class="card pub" href="#g-weekly-account-report" data-k="weekly report account snapshot health summary how are we doing client report monday"><h3>Weekly account report</h3><p>One ask, a full snapshot of the account's week: leads, pipeline, and conversations.</p><div class="meta"><span class="pill free">Free plan</span><span class="time">~1 minute</span><span class="open">Read below &#8595;</span></div></a></div></div>
180
- <div class="catsec"><h2>Automations</h2><div class="cards"><a class="card pub" href="#g-add-an-exit-workflow" data-k="exit workflow remove stop replied tag note notify pull out stop texting"><h3>Add an exit workflow</h3><p>Cleanly pull people out of a sequence when they reply, tag them, and get you notified.</p><div class="meta"><span class="pill full">Full license</span><span class="time">~5 minutes</span><span class="open">Read below &#8595;</span></div></a>
181
- <a class="card pub" href="#g-audit-your-workflows" data-k="audit workflows broken silent failure check review existing validate not sending nothing happens"><h3>Audit your workflows</h3><p>Find silent failures and dead ends in existing workflows before your client does.</p><div class="meta"><span class="pill free">Free plan</span><span class="time">~2 minutes</span><span class="open">Read below &#8595;</span></div></a>
182
- <a class="card pub" href="#g-branch-on-tags-and-fields" data-k="if else branch condition vip tag field split two paths different message"><h3>Branch on tags and fields</h3><p>If they are a VIP, send this. Otherwise, send that. Built correctly the first time.</p><div class="meta"><span class="pill full">Full license</span><span class="time">~5 minutes</span><span class="open">Read below &#8595;</span></div></a>
183
- <a class="card pub" href="#g-build-nurture-sequence" data-k="nurture sequence drip texts emails follow up workflow build quiet hours sending window contact hours"><h3>Build a nurture sequence</h3><p>A follow-up machine that texts, emails, waits, and stops the second someone replies.</p><div class="meta"><span class="pill full">Full license</span><span class="time">~15 minutes</span><span class="open">Read below &#8595;</span></div></a></div></div>
184
- <div class="catsec"><h2>Pipelines and sales</h2><div class="cards"><a class="card pub" href="#g-documents-and-contracts" data-k="documents contracts proposals signature send sign agreement esign template"><h3>Documents and contracts</h3><p>Proposals and contracts sent for signature and tracked from Claude.</p><div class="meta"><span class="pill full">Full license</span><span class="time">~5 minutes</span><span class="open">Read below &#8595;</span></div></a>
185
- <a class="card pub" href="#g-stand-up-a-pipeline" data-k="pipeline stages create new client setup opportunity sales process deal stages"><h3>Stand up a pipeline</h3><p>Stages, fields, and tags for a new client in one conversation.</p><div class="meta"><span class="pill full">Full license</span><span class="time">~10 minutes</span><span class="open">Read below &#8595;</span></div></a>
186
- <a class="card pub" href="#g-track-and-move-opportunities" data-k="opportunities deals move stage track stuck value won lost pipeline board"><h3>Track and move opportunities</h3><p>Move deals between stages, update values, and see what is stuck.</p><div class="meta"><span class="pill full">Full license</span><span class="time">~1 minute</span><span class="open">Read below &#8595;</span></div></a>
187
- <button class="card locked" type="button" data-k="invoices estimates payments send record coupons products" data-toast="This guide arrives in a product update — your install picks it up automatically." title="Coming in a product update." aria-label="Invoices and estimates. Coming in a product update."><h3>Invoices and estimates</h3><p>Create, send, and track invoices and estimates without opening GHL.</p><div class="meta"><span class="pill full">Full license</span><span class="time">~3 min</span><span class="applabel">Coming in an update</span></div></button></div></div>
188
- <div class="catsec"><h2>Client builds and pages</h2><div class="cards"><button class="card locked" type="button" data-k="blueprint client account build intake onboarding new complete template" data-toast="This guide arrives in a product update — your install picks it up automatically." title="Coming in a product update." aria-label="The Blueprint: build a client account. Coming in a product update."><h3>The Blueprint: build a client account</h3><p>From intake form to a complete, reviewed account build you approve before it runs.</p><div class="meta"><span class="pill full">Full license</span><span class="time">~1 hour</span><span class="applabel">Coming in an update</span></div></button>
233
+ <nav class="catnav" aria-label="Guide categories"><a href="#cat-getting-set-up">Getting set up</a><a href="#cat-contacts-and-leads">Contacts and leads</a><a href="#cat-automations">Automations</a><a href="#cat-pipelines-and-sales">Pipelines and sales</a><a href="#cat-client-builds-and-pages">Client builds and pages</a><a href="#cat-booking-and-calendars">Booking and calendars</a><a href="#cat-email-and-sms">Email and SMS</a><a href="#cat-content-and-social">Content and social</a><a href="#cat-forms-and-reviews">Forms and reviews</a><a href="#cat-account-admin">Account admin</a></nav>
234
+ <div class="catsec" id="cat-getting-set-up"><h2>Getting set up</h2><div class="cards"><a class="card pub" href="#g-install-ghl-command" data-k="install connect setup start windows mac workflow builder browser login step 2 full version"><h3>Install GHL Command</h3><p>One install, two short steps, whether you are on the Free plan or the full license. Nothing left to add later.</p><div class="meta"><span class="pill free">Free plan</span><span class="time">~6 minutes</span><span class="open">Open guide &#8594;</span></div></a>
235
+ <a class="card pub" href="#g-switch-between-client-accounts" data-k="switch subaccount sub-account location client account change which account wrong account"><h3>Switch between client accounts</h3><p>Point Claude at any of your sub-accounts by name, and confirm which one is active.</p><div class="meta"><span class="pill free">Free plan</span><span class="time">~10 seconds</span><span class="open">Open guide &#8594;</span></div></a></div></div>
236
+ <div class="catsec" id="cat-contacts-and-leads"><h2>Contacts and leads</h2><div class="cards"><a class="card pub" href="#g-bulk-tag-and-clean-up" data-k="bulk tag untag update clean duplicates many contacts segment mass smart list saved list view"><h3>Bulk tag and clean up</h3><p>Tag, untag, or update hundreds of contacts in one instruction, then save the group as a list.</p><div class="meta"><span class="pill full">Full license</span><span class="time">~2 minutes</span><span class="open">Open guide &#8594;</span></div></a>
237
+ <a class="card pub" href="#g-count-and-report-contacts" data-k="count how many contacts report number leads week month total added"><h3>Count and report your contacts</h3><p>Ask for a number, get the real number, with the date range printed next to it.</p><div class="meta"><span class="pill free">Free plan</span><span class="time">~10 seconds</span><span class="open">Open guide &#8594;</span></div></a>
238
+ <a class="card pub" href="#g-find-and-list-contacts" data-k="list find contacts export spreadsheet csv excel search leads who signed up"><h3>Find and list contacts</h3><p>Pull a clean list into a spreadsheet you can open in Excel or Google Sheets.</p><div class="meta"><span class="pill free">Free plan</span><span class="time">~1 minute</span><span class="open">Open guide &#8594;</span></div></a>
239
+ <a class="card pub" href="#g-weekly-account-report" data-k="weekly report account snapshot health summary how are we doing client report monday"><h3>Weekly account report</h3><p>One ask, a full snapshot of the account's week: leads, pipeline, and conversations.</p><div class="meta"><span class="pill free">Free plan</span><span class="time">~1 minute</span><span class="open">Open guide &#8594;</span></div></a></div></div>
240
+ <div class="catsec" id="cat-automations"><h2>Automations</h2><div class="cards"><a class="card pub" href="#g-add-an-exit-workflow" data-k="exit workflow remove stop replied tag note notify pull out stop texting"><h3>Add an exit workflow</h3><p>Cleanly pull people out of a sequence when they reply, tag them, and get you notified.</p><div class="meta"><span class="pill full">Full license</span><span class="time">~5 minutes</span><span class="open">Open guide &#8594;</span></div></a>
241
+ <a class="card pub" href="#g-ai-bots-and-custom-values" data-k="conversation ai ai bot knowledge base bot goals custom values merge fields voice ai agency name snapshot template personality prompt"><h3>What your AI bot knows, and where to put it</h3><p>Three places a bot reads from, one of which silently ignores your custom values.</p><div class="meta"><span class="pill free">Free plan</span><span class="time">~5 minutes</span><span class="open">Open guide &#8594;</span></div></a>
242
+ <a class="card pub" href="#g-audit-your-workflows" data-k="audit workflows broken silent failure check review existing validate not sending nothing happens"><h3>Audit your workflows</h3><p>Find silent failures and dead ends in existing workflows before your client does.</p><div class="meta"><span class="pill free">Free plan</span><span class="time">~2 minutes</span><span class="open">Open guide &#8594;</span></div></a>
243
+ <a class="card pub" href="#g-branch-on-tags-and-fields" data-k="if else branch condition vip tag field split two paths different message"><h3>Branch on tags and fields</h3><p>If they are a VIP, send this. Otherwise, send that. Built correctly the first time.</p><div class="meta"><span class="pill full">Full license</span><span class="time">~5 minutes</span><span class="open">Open guide &#8594;</span></div></a>
244
+ <a class="card pub" href="#g-build-nurture-sequence" data-k="nurture sequence drip texts emails follow up workflow build quiet hours sending window contact hours"><h3>Build a nurture sequence</h3><p>A follow-up machine that texts, emails, waits, and stops the second someone replies.</p><div class="meta"><span class="pill full">Full license</span><span class="time">~15 minutes</span><span class="open">Open guide &#8594;</span></div></a></div></div>
245
+ <div class="catsec" id="cat-pipelines-and-sales"><h2>Pipelines and sales</h2><div class="cards"><a class="card pub" href="#g-documents-and-contracts" data-k="documents contracts proposals signature send sign agreement esign template"><h3>Documents and contracts</h3><p>Proposals and contracts sent for signature and tracked from Claude.</p><div class="meta"><span class="pill full">Full license</span><span class="time">~5 minutes</span><span class="open">Open guide &#8594;</span></div></a>
246
+ <a class="card pub" href="#g-invoices-and-payments" data-k="invoice bill billing payment paid product price coupon promo code discount transactions orders revenue estimate"><h3>Bill a client and see what you were paid</h3><p>Products, invoices, coupons, and the money reads, without opening the billing screen.</p><div class="meta"><span class="pill full">Full license</span><span class="time">~5 minutes</span><span class="open">Open guide &#8594;</span></div></a>
247
+ <a class="card pub" href="#g-stand-up-a-pipeline" data-k="pipeline stages create new client setup opportunity sales process deal stages"><h3>Stand up a pipeline</h3><p>Stages, fields, and tags for a new client in one conversation.</p><div class="meta"><span class="pill full">Full license</span><span class="time">~10 minutes</span><span class="open">Open guide &#8594;</span></div></a>
248
+ <a class="card pub" href="#g-track-and-move-opportunities" data-k="opportunities deals move stage track stuck value won lost pipeline board"><h3>Track and move opportunities</h3><p>Move deals between stages, update values, and see what is stuck.</p><div class="meta"><span class="pill full">Full license</span><span class="time">~1 minute</span><span class="open">Open guide &#8594;</span></div></a></div></div>
249
+ <div class="catsec" id="cat-client-builds-and-pages"><h2>Client builds and pages</h2><div class="cards"><a class="card pub" href="#g-snapshots-and-reusing-a-build" data-k="snapshot template reuse clone account new client share link import rollout onboarding"><h3>Reuse a build across client accounts</h3><p>Find your snapshots, share one, and know exactly what does not travel with it.</p><div class="meta"><span class="pill full">Full license</span><span class="time">~5 minutes</span><span class="open">Open guide &#8594;</span></div></a>
250
+ <button class="card locked" type="button" data-k="blueprint client account build intake onboarding new complete template" data-toast="This guide arrives in a product update — your install picks it up automatically." title="Coming in a product update." aria-label="The Blueprint: build a client account. Coming in a product update."><h3>The Blueprint: build a client account</h3><p>From intake form to a complete, reviewed account build you approve before it runs.</p><div class="meta"><span class="pill full">Full license</span><span class="time">~1 hour</span><span class="applabel">Coming in an update</span></div></button>
189
251
  <button class="card locked" type="button" data-k="page studio compose website landing pages funnel" data-toast="This guide arrives in a product update — your install picks it up automatically." title="Coming in a product update." aria-label="Page Studio: pages and sites. Coming in a product update."><h3>Page Studio: pages and sites</h3><p>Compose landing pages and full sites that render correctly in GHL.</p><div class="meta"><span class="pill full">Full license</span><span class="time">~20 min</span><span class="applabel">Coming in an update</span></div></button>
190
252
  <button class="card locked" type="button" data-k="clone site copy rebrand landing page existing url" data-toast="This guide arrives in a product update — your install picks it up automatically." title="Coming in a product update." aria-label="Clone and rebrand a site. Coming in a product update."><h3>Clone and rebrand a site</h3><p>Rebuild an existing page for a new client, with a rights check and a review report.</p><div class="meta"><span class="pill full">Full license</span><span class="time">~30 min</span><span class="applabel">Coming in an update</span></div></button></div></div>
191
- <div class="catsec"><h2>Booking and calendars</h2><div class="cards"><a class="card pub" href="#g-see-and-manage-appointments" data-k="appointments today schedule upcoming who is booked list no show cancel reschedule diary"><h3>See and manage appointments</h3><p>Who is booked today, this week, or for a specific client, in one ask.</p><div class="meta"><span class="pill free">Free plan</span><span class="time">~10 seconds</span><span class="open">Read below &#8595;</span></div></a>
192
- <a class="card pub" href="#g-set-up-a-booking-calendar" data-k="calendar create booking consult slots availability buffer appointment types schedule daily limit notice same day"><h3>Set up a booking calendar</h3><p>A consult calendar with the right slots, buffers, and the right person attached.</p><div class="meta"><span class="pill full">Full license</span><span class="time">~10 minutes</span><span class="open">Read below &#8595;</span></div></a></div></div>
193
- <div class="catsec"><h2>Email and SMS</h2><div class="cards"><a class="card pub" href="#g-build-email-templates" data-k="email template design create campaign builder reusable branded rename archive"><h3>Build email templates</h3><p>Reusable, branded templates created and edited without the GHL editor.</p><div class="meta"><span class="pill full">Full license</span><span class="time">~10 minutes</span><span class="open">Read below &#8595;</span></div></a>
194
- <a class="card pub" href="#g-review-your-conversations" data-k="conversations inbox read unread replies check messages who replied catch up missed"><h3>Review your conversations</h3><p>Catch up on replies and unread threads across every channel.</p><div class="meta"><span class="pill free">Free plan</span><span class="time">~1 minute</span><span class="open">Read below &#8595;</span></div></a>
195
- <a class="card pub" href="#g-send-texts-and-emails" data-k="send message text sms email contact reply conversation follow up one off"><h3>Send texts and emails</h3><p>Message any contact from Claude, in your voice, on the right channel.</p><div class="meta"><span class="pill full">Full license</span><span class="time">~30 seconds</span><span class="open">Read below &#8595;</span></div></a></div></div>
196
- <div class="catsec"><h2>Content and social</h2><div class="cards"><a class="card pub" href="#g-social-posting" data-k="social posts schedule planner facebook instagram linkedin queue draft content calendar"><h3>Plan social posts</h3><p>Queue posts as drafts across your connected social accounts, ready for you to publish.</p><div class="meta"><span class="pill full">Full license</span><span class="time">~5 minutes</span><span class="open">Read below &#8595;</span></div></a>
253
+ <div class="catsec" id="cat-booking-and-calendars"><h2>Booking and calendars</h2><div class="cards"><a class="card pub" href="#g-see-and-manage-appointments" data-k="appointments today schedule upcoming who is booked list no show cancel reschedule diary"><h3>See and manage appointments</h3><p>Who is booked today, this week, or for a specific client, in one ask.</p><div class="meta"><span class="pill free">Free plan</span><span class="time">~10 seconds</span><span class="open">Open guide &#8594;</span></div></a>
254
+ <a class="card pub" href="#g-set-up-a-booking-calendar" data-k="calendar create booking consult slots availability buffer appointment types schedule daily limit notice same day"><h3>Set up a booking calendar</h3><p>A consult calendar with the right slots, buffers, and the right person attached.</p><div class="meta"><span class="pill full">Full license</span><span class="time">~10 minutes</span><span class="open">Open guide &#8594;</span></div></a></div></div>
255
+ <div class="catsec" id="cat-email-and-sms"><h2>Email and SMS</h2><div class="cards"><a class="card pub" href="#g-build-email-templates" data-k="email template design create campaign builder reusable branded rename archive"><h3>Build email templates</h3><p>Reusable, branded templates created and edited without the GHL editor.</p><div class="meta"><span class="pill full">Full license</span><span class="time">~10 minutes</span><span class="open">Open guide &#8594;</span></div></a>
256
+ <a class="card pub" href="#g-review-your-conversations" data-k="conversations inbox read unread replies check messages who replied catch up missed"><h3>Review your conversations</h3><p>Catch up on replies and unread threads across every channel.</p><div class="meta"><span class="pill free">Free plan</span><span class="time">~1 minute</span><span class="open">Open guide &#8594;</span></div></a>
257
+ <a class="card pub" href="#g-send-texts-and-emails" data-k="send message text sms email contact reply conversation follow up one off"><h3>Send texts and emails</h3><p>Message any contact from Claude, in your voice, on the right channel.</p><div class="meta"><span class="pill full">Full license</span><span class="time">~30 seconds</span><span class="open">Open guide &#8594;</span></div></a></div></div>
258
+ <div class="catsec" id="cat-content-and-social"><h2>Content and social</h2><div class="cards"><a class="card pub" href="#g-social-posting" data-k="social posts schedule planner facebook instagram linkedin queue draft content calendar"><h3>Plan social posts</h3><p>Queue posts as drafts across your connected social accounts, ready for you to publish.</p><div class="meta"><span class="pill full">Full license</span><span class="time">~5 minutes</span><span class="open">Open guide &#8594;</span></div></a>
197
259
  <button class="card locked" type="button" data-k="blog posts publish draft seo articles slug" data-toast="This guide arrives in a product update — your install picks it up automatically." title="Coming in a product update." aria-label="Plan and check blog posts. Coming in a product update."><h3>Plan and check blog posts</h3><p>See what is published, check a web address is free, and get the next post written ready to paste.</p><div class="meta"><span class="pill full">Full license</span><span class="time">~10 min</span><span class="applabel">Coming in an update</span></div></button>
198
260
  <button class="card locked" type="button" data-k="courses memberships lessons offers community" data-toast="This guide arrives in a product update — your install picks it up automatically." title="Coming in a product update." aria-label="Courses and memberships. Coming in a product update."><h3>Courses and memberships</h3><p>Course outlines, lessons, and offers built in your membership area.</p><div class="meta"><span class="pill full">Full license</span><span class="time">~20 min</span><span class="applabel">Coming in an update</span></div></button></div></div>
199
- <div class="catsec"><h2>Forms and reviews</h2><div class="cards"><a class="card pub" href="#g-create-forms-and-read-submissions" data-k="form create intake survey fields submissions responses questions who filled in"><h3>Create forms and read submissions</h3><p>Intake forms built to spec, and submissions pulled into a clean summary.</p><div class="meta"><span class="pill full">Full license</span><span class="time">~10 minutes</span><span class="open">Read below &#8595;</span></div></a>
200
- <a class="card pub" href="#g-trigger-links" data-k="trigger links tracking click automations tracked link who clicked interest"><h3>Trigger links</h3><p>Create tracked links that fire automations when clicked.</p><div class="meta"><span class="pill full">Full license</span><span class="time">~2 minutes</span><span class="open">Read below &#8595;</span></div></a>
201
- <a class="card pub" href="#g-watch-your-reviews" data-k="reviews reputation ratings google stars new review negative feedback review link"><h3>Watch your reviews</h3><p>See new reviews across clients without logging into each account.</p><div class="meta"><span class="pill free">Free plan</span><span class="time">~30 seconds</span><span class="open">Read below &#8595;</span></div></a></div></div>
202
- <div class="catsec"><h2>Account admin</h2><div class="cards"><a class="card pub" href="#g-account-admin-basics" data-k="users phone numbers media export snapshot webhooks admin settings who has access compare"><h3>Account admin basics</h3><p>Users, phone numbers, media, and account exports without hunting through menus.</p><div class="meta"><span class="pill full">Full license</span><span class="time">~1 minute</span><span class="open">Read below &#8595;</span></div></a>
203
- <a class="card pub" href="#g-custom-fields-and-objects" data-k="custom fields objects records associations create field dropdown date field niche"><h3>Custom fields and objects</h3><p>The fields and records your niche needs, created correctly the first time.</p><div class="meta"><span class="pill full">Full license</span><span class="time">~5 minutes</span><span class="open">Read below &#8595;</span></div></a></div></div>
261
+ <div class="catsec" id="cat-forms-and-reviews"><h2>Forms and reviews</h2><div class="cards"><a class="card pub" href="#g-create-forms-and-read-submissions" data-k="form create intake survey fields submissions responses questions who filled in"><h3>Create forms and read submissions</h3><p>Intake forms built to spec, and submissions pulled into a clean summary.</p><div class="meta"><span class="pill full">Full license</span><span class="time">~10 minutes</span><span class="open">Open guide &#8594;</span></div></a>
262
+ <a class="card pub" href="#g-trigger-links" data-k="trigger links tracking click automations tracked link who clicked interest"><h3>Trigger links</h3><p>Create tracked links that fire automations when clicked.</p><div class="meta"><span class="pill full">Full license</span><span class="time">~2 minutes</span><span class="open">Open guide &#8594;</span></div></a>
263
+ <a class="card pub" href="#g-watch-your-reviews" data-k="reviews reputation ratings google stars new review negative feedback review link"><h3>Watch your reviews</h3><p>See new reviews across clients without logging into each account.</p><div class="meta"><span class="pill free">Free plan</span><span class="time">~30 seconds</span><span class="open">Open guide &#8594;</span></div></a></div></div>
264
+ <div class="catsec" id="cat-account-admin"><h2>Account admin</h2><div class="cards"><a class="card pub" href="#g-account-admin-basics" data-k="users phone numbers media export snapshot webhooks admin settings who has access compare"><h3>Account admin basics</h3><p>Users, phone numbers, media, and account exports without hunting through menus.</p><div class="meta"><span class="pill full">Full license</span><span class="time">~1 minute</span><span class="open">Open guide &#8594;</span></div></a>
265
+ <a class="card pub" href="#g-custom-fields-and-objects" data-k="custom fields objects records associations create field dropdown date field niche"><h3>Custom fields and objects</h3><p>The fields and records your niche needs, created correctly the first time.</p><div class="meta"><span class="pill full">Full license</span><span class="time">~5 minutes</span><span class="open">Open guide &#8594;</span></div></a></div></div>
204
266
  <div class="noresults" id="noresults"><p><b>No guides match that yet.</b> Try a different word, like "contacts" or "workflow".</p></div>
205
-
206
- <section class="gview" id="g-account-admin-basics">
207
- <h1 class="gtitle serif">Account admin basics</h1>
208
- <p class="gpromise">Users, phone numbers, media, and account exports without hunting through menus.</p>
209
- <div class="gmeta"><span class="pill full">Full license</span><span class="time">~1 minute</span><span class="time">Works in Claude Desktop and Claude Code</span></div>
267
+ </main>
268
+ </div>
269
+ </div>
270
+
271
+ <section class="gpage" id="g-account-admin-basics">
272
+ <div class="hero"><div class="hero-in">
273
+ <p class="eyebrow">GHL Command User Guide</p>
274
+ <h1>Account admin basics</h1>
275
+ <p class="sub">Users, phone numbers, media, and account exports without hunting through menus.</p>
276
+ <div class="badges"><span class="badge on">Full license</span><span class="badge">~1 minute</span><span class="badge">Account admin</span></div>
277
+ </div></div>
278
+ <div class="shell"><main class="gview">
279
+ <a class="back" href="#top">&#8592; All guides</a>
210
280
  <div class="gsec"><h2>What you'll get</h2>
211
281
  <ul>
212
282
  <li>Who has access to an account, with their role, in one ask.</li>
@@ -246,19 +316,37 @@ Do not change anything. This is a read.</p></div>
246
316
  <div class="gsec"><h2>Where people go wrong</h2>
247
317
  <div style="overflow-x:auto"><table class="wrongtbl"><tr><th>What happened</th><th>The fix</th></tr><tr><td>&quot;Workflow notifications go to nobody.&quot;</td><td>They point at a user who has gone. List the users, then ask Claude to repoint the notification.</td></tr><tr><td>&quot;Texts fail on a new client account.&quot;</td><td>The account has no number, or is not registered for texting yet. The number list shows you in seconds.</td></tr><tr><td>&quot;The export is huge.&quot;</td><td>Ask for the part you care about: &quot;just the workflows and pipelines by name&quot;.</td></tr><tr><td>&quot;The comparison says the other account is empty.&quot;</td><td>Each account's key only works on that account, so the other one could not be read at all. Save its key once and compare again. Claude now says &quot;unavailable&quot; rather than showing zeros, so you can tell the two apart.</td></tr></table></div>
248
318
  </div>
319
+ <div class="gsec"><h2>The rest of the account</h2>
320
+ <p class="gpara">One ask covers the things you only look at when something is wrong.</p>
321
+ <div class="prompt"><q>Who has access to this account?</q><button class="copy" type="button">Copy</button></div>
322
+ <div class="prompt"><q>What phone numbers does this account have?</q><button class="copy" type="button">Copy</button></div>
323
+ <div class="prompt"><q>Show me the files in media storage.</q><button class="copy" type="button">Copy</button></div>
324
+ <ul>
325
+ <li><b>Users</b> come back with their name, email, phone and role. This is the fastest way to answer &quot;who can see this client's data&quot;, and you need a real user id whenever a workflow has to notify or assign someone.</li>
326
+ <li><b>Phone numbers</b> list with their label, so you can tell which number a client is actually texting from before you wire a workflow to it.</li>
327
+ <li><b>Media</b> is the file library behind your emails and pages. Worth a look when an image stops rendering.</li>
328
+ <li><b>Businesses</b> are GHL's optional grouping layer above contacts. Most accounts have none, and an empty answer here means exactly that, not a failure.</li>
329
+ </ul>
330
+ </div>
249
331
  <div class="gsec"><h2>Related guides</h2>
250
332
  <ul>
251
333
  <li>switch-between-client-accounts</li>
252
334
  <li>audit-your-workflows</li>
253
335
  </ul>
254
336
  </div>
255
- <p class="gfoot"><a class="back" href="#top">&#8593; All guides</a> &nbsp;&middot;&nbsp; Stuck? Email support@ghlcommand.com and a human answers.</p>
337
+ <p class="gfoot">Works in Claude Desktop and Claude Code. Stuck? Email support@ghlcommand.com and a human answers.</p>
338
+ </main></div>
256
339
  </section>
257
340
 
258
- <section class="gview" id="g-add-an-exit-workflow">
259
- <h1 class="gtitle serif">Add an exit workflow</h1>
260
- <p class="gpromise">Cleanly pull people out of a sequence when they reply, tag them, and get you notified.</p>
261
- <div class="gmeta"><span class="pill full">Full license</span><span class="time">~5 minutes</span><span class="time">Works in Claude Desktop and Claude Code</span></div>
341
+ <section class="gpage" id="g-add-an-exit-workflow">
342
+ <div class="hero"><div class="hero-in">
343
+ <p class="eyebrow">GHL Command User Guide</p>
344
+ <h1>Add an exit workflow</h1>
345
+ <p class="sub">Cleanly pull people out of a sequence when they reply, tag them, and get you notified.</p>
346
+ <div class="badges"><span class="badge on">Full license</span><span class="badge">~5 minutes</span><span class="badge">Automations</span></div>
347
+ </div></div>
348
+ <div class="shell"><main class="gview">
349
+ <a class="back" href="#top">&#8592; All guides</a>
262
350
  <div class="gsec"><h2>What you'll get</h2>
263
351
  <ul>
264
352
  <li>A small four-step workflow that runs the moment someone replies: it takes them out of the nurture, tags them, writes a note on their record, and pings you.</li>
@@ -315,13 +403,85 @@ Before you build: confirm the exact workflow you are removing them from by looki
315
403
  <li>audit-your-workflows</li>
316
404
  </ul>
317
405
  </div>
318
- <p class="gfoot"><a class="back" href="#top">&#8593; All guides</a> &nbsp;&middot;&nbsp; Stuck? Email support@ghlcommand.com and a human answers.</p>
406
+ <p class="gfoot">Works in Claude Desktop and Claude Code. Stuck? Email support@ghlcommand.com and a human answers.</p>
407
+ </main></div>
408
+ </section>
409
+
410
+ <section class="gpage" id="g-ai-bots-and-custom-values">
411
+ <div class="hero"><div class="hero-in">
412
+ <p class="eyebrow">GHL Command User Guide</p>
413
+ <h1>What your AI bot knows, and where to put it</h1>
414
+ <p class="sub">Three places a bot reads from, one of which silently ignores your custom values.</p>
415
+ <div class="badges"><span class="badge on">Free plan</span><span class="badge">~5 minutes</span><span class="badge">Automations</span></div>
416
+ </div></div>
417
+ <div class="shell"><main class="gview">
418
+ <a class="back" href="#top">&#8592; All guides</a>
419
+ <div class="gsec"><h2>What you'll get</h2>
420
+ <ul>
421
+ <li>A clear rule for what belongs in your bot's prompt, what belongs in its knowledge base, and what has to be typed out in full.</li>
422
+ <li>The one place custom values are quietly ignored, which is the difference between a bot that answers correctly and one that invents a name.</li>
423
+ <li>The exact text of your own values, ready to paste where tokens will not work.</li>
424
+ </ul>
425
+ </div>
426
+ <div class="gsec"><h2>The rule</h2>
427
+ <p class="gpara">A bot reads from three places. Only two of them understand <code>{{custom_values.something}}</code>.</p>
428
+ <div style="overflow-x:auto"><table class="wrongtbl"><tr><th>Where it lives</th><th>Custom values</th><th>What belongs there</th></tr><tr><td>Bot Goals: Personality, Goal, Additional Information</td><td>Resolved</td><td>Who the business is. Name, hours, phone, booking link, tone</td></tr><tr><td>Workflow texts and emails</td><td>Resolved</td><td>Anything the bot hands off to</td></tr><tr><td>Knowledge base answers</td><td><b>Ignored</b></td><td>Facts, written out in full, with no tokens at all</td></tr></table></div>
429
+ <p class="gpara">Put identity in Bot Goals. Keep the knowledge base generic, or write the real words into it. Never put a token in a knowledge base answer.</p>
430
+ </div>
431
+ <div class="gsec"><h2>Say this</h2>
432
+ <div class="prompt"><q>List my custom values and show me what each one is actually set to.</q><button class="copy" type="button">Copy</button></div>
433
+ <div class="prompt"><q>Which of my custom values are empty?</q><button class="copy" type="button">Copy</button></div>
434
+ <div class="prompt"><q>I am writing knowledge base answers. Give me the real text for each value so I can paste it in.</q><button class="copy" type="button">Copy</button></div>
435
+ </div>
436
+ <div class="gsec"><h2>The pro prompt</h2>
437
+ <div class="pro"><div class="pro-head"><b>The exact ask we run on real client accounts</b><span class="pill full">Proven live</span><button class="copy" type="button">Copy</button></div><p class="pro-body">In my [MCP Testing] account, list every custom value with the text it is currently set to, and flag any that are empty.
438
+ I am about to write knowledge base answers for an AI bot, and knowledge base answers ignore these tokens, so I need the literal words to paste in rather than the token names.
439
+ Do not change anything. This is a read.</p></div>
440
+ <p class="gpara">Everything in [brackets] is yours to change. Run it before you write a single knowledge base answer, and keep the output next to you while you write.</p>
441
+ </div>
442
+ <div class="gsec"><h2>What goes wrong, in the bot's own words</h2>
443
+ <p class="gpara">A knowledge base answer was written like this:</p>
444
+ <div class="prompt"><q>Disputed charges are escalated to <code>{{custom_values.refund_officer}}</code>, who reviews them within 4 business days.</q><button class="copy" type="button">Copy</button></div>
445
+ <p class="gpara">The value was set correctly. The knowledge base saved. Retrieval scored a strong match. Asked who handles a disputed charge, the bot told the customer:</p>
446
+ <div class="prompt"><q>&quot;Disputed charges are escalated to ZZPROBE CONTROL BETA, who reviews them within 4 business days.&quot;</q><button class="copy" type="button">Copy</button></div>
447
+ <p class="gpara">It did not read the braces out loud, and it did not invent a plausible name. It took the words sitting next to the token and served them up as a person. Whatever text happens to neighbour that token becomes the answer, which means you cannot predict what a customer will be told.</p>
448
+ </div>
449
+ <div class="gsec"><h2>Why this passes your testing</h2>
450
+ <p class="gpara">Here is the part that catches people. If the same fact is in your Bot Goals <b>and</b> in a knowledge base answer, the bot answers correctly, because it fills the gap from the prompt where the value did resolve. Your test passes.</p>
451
+ <p class="gpara">It only breaks for facts that live in the knowledge base alone. Those are the specific ones: a person's name, a policy window, a price, a room number. So the bug hides from exactly the check you would run, and surfaces on the answers that matter most.</p>
452
+ <p class="gpara">Test with a fact that appears nowhere in your Bot Goals. That is the only test that tells you anything.</p>
453
+ </div>
454
+ <div class="gsec"><h2>Good to know</h2>
455
+ <ul>
456
+ <li>Bot Goals has a size limit, around 1,800 words across all three boxes. That is enough for identity and tone. It is not enough for a hundred service descriptions, so most of a real knowledge base has to be plain written text either way.</li>
457
+ <li>Both brace styles work in Bot Goals: with inner spaces and without. Neither works in a knowledge base.</li>
458
+ <li>Building an account you will reuse for other clients? Custom value keys travel to the new account but their values arrive empty. Combined with the rule above, that means a knowledge base written for one client is never portable: it has to be rewritten with the new client's real words. Plan for that at the point you take their answers, not afterwards.</li>
459
+ <li>Ask your client the specific questions up front. Every fact you would have reached for a token to fill is a question that belongs in your intake, so the answer can be typed into the knowledge base in full.</li>
460
+ <li>Reading your values works on the Free plan. Changing them needs the full license.</li>
461
+ </ul>
462
+ </div>
463
+ <div class="gsec"><h2>Where people go wrong</h2>
464
+ <div style="overflow-x:auto"><table class="wrongtbl"><tr><th>What happened</th><th>The fix</th></tr><tr><td>&quot;The bot told a customer a made-up name.&quot;</td><td>A token in a knowledge base answer. Replace it with the real words.</td></tr><tr><td>&quot;It worked when I tested it and broke in front of a client.&quot;</td><td>The fact you tested was also in Bot Goals. Retest with something that lives only in the knowledge base.</td></tr><tr><td>&quot;I put the agency name in the knowledge base so it would be easy to change later.&quot;</td><td>Put it in Bot Goals instead, as a custom value. That is the place changing it once actually works.</td></tr><tr><td>&quot;I reused a client's setup and the new bot says nothing useful.&quot;</td><td>Values do not travel between accounts, and knowledge base text was never tokenised. Rewrite the answers with the new client's facts.</td></tr></table></div>
465
+ </div>
466
+ <div class="gsec"><h2>Related guides</h2>
467
+ <ul>
468
+ <li>custom-fields-and-objects</li>
469
+ <li>build-nurture-sequence</li>
470
+ </ul>
471
+ </div>
472
+ <p class="gfoot">Works in Claude Desktop and Claude Code. Stuck? Email support@ghlcommand.com and a human answers.</p>
473
+ </main></div>
319
474
  </section>
320
475
 
321
- <section class="gview" id="g-audit-your-workflows">
322
- <h1 class="gtitle serif">Audit your workflows</h1>
323
- <p class="gpromise">Find silent failures and dead ends in existing workflows before your client does.</p>
324
- <div class="gmeta"><span class="pill free">Free plan</span><span class="time">~2 minutes</span><span class="time">Works in Claude Desktop and Claude Code</span></div>
476
+ <section class="gpage" id="g-audit-your-workflows">
477
+ <div class="hero"><div class="hero-in">
478
+ <p class="eyebrow">GHL Command User Guide</p>
479
+ <h1>Audit your workflows</h1>
480
+ <p class="sub">Find silent failures and dead ends in existing workflows before your client does.</p>
481
+ <div class="badges"><span class="badge on">Free plan</span><span class="badge">~2 minutes</span><span class="badge">Automations</span></div>
482
+ </div></div>
483
+ <div class="shell"><main class="gview">
484
+ <a class="back" href="#top">&#8592; All guides</a>
325
485
  <div class="gsec"><h2>What you'll get</h2>
326
486
  <ul>
327
487
  <li>Every workflow in the account checked for the one thing GHL never tells you about: an action pointing at something that no longer exists.</li>
@@ -365,13 +525,19 @@ Then tell me which ones you can fix safely and which ones need a decision from m
365
525
  <li>add-an-exit-workflow</li>
366
526
  </ul>
367
527
  </div>
368
- <p class="gfoot"><a class="back" href="#top">&#8593; All guides</a> &nbsp;&middot;&nbsp; Stuck? Email support@ghlcommand.com and a human answers.</p>
528
+ <p class="gfoot">Works in Claude Desktop and Claude Code. Stuck? Email support@ghlcommand.com and a human answers.</p>
529
+ </main></div>
369
530
  </section>
370
531
 
371
- <section class="gview" id="g-branch-on-tags-and-fields">
372
- <h1 class="gtitle serif">Branch on tags and fields</h1>
373
- <p class="gpromise">If they are a VIP, send this. Otherwise, send that. Built correctly the first time.</p>
374
- <div class="gmeta"><span class="pill full">Full license</span><span class="time">~5 minutes</span><span class="time">Works in Claude Desktop and Claude Code</span></div>
532
+ <section class="gpage" id="g-branch-on-tags-and-fields">
533
+ <div class="hero"><div class="hero-in">
534
+ <p class="eyebrow">GHL Command User Guide</p>
535
+ <h1>Branch on tags and fields</h1>
536
+ <p class="sub">If they are a VIP, send this. Otherwise, send that. Built correctly the first time.</p>
537
+ <div class="badges"><span class="badge on">Full license</span><span class="badge">~5 minutes</span><span class="badge">Automations</span></div>
538
+ </div></div>
539
+ <div class="shell"><main class="gview">
540
+ <a class="back" href="#top">&#8592; All guides</a>
375
541
  <div class="gsec"><h2>What you'll get</h2>
376
542
  <ul>
377
543
  <li>A workflow that splits: one path for people who match, another for everyone else.</li>
@@ -428,13 +594,19 @@ Before you build: confirm both tags exist in my account, and show me the two pat
428
594
  <li>audit-your-workflows</li>
429
595
  </ul>
430
596
  </div>
431
- <p class="gfoot"><a class="back" href="#top">&#8593; All guides</a> &nbsp;&middot;&nbsp; Stuck? Email support@ghlcommand.com and a human answers.</p>
597
+ <p class="gfoot">Works in Claude Desktop and Claude Code. Stuck? Email support@ghlcommand.com and a human answers.</p>
598
+ </main></div>
432
599
  </section>
433
600
 
434
- <section class="gview" id="g-build-email-templates">
435
- <h1 class="gtitle serif">Build email templates</h1>
436
- <p class="gpromise">Reusable, branded templates created and edited without the GHL editor.</p>
437
- <div class="gmeta"><span class="pill full">Full license</span><span class="time">~10 minutes</span><span class="time">Works in Claude Desktop and Claude Code</span></div>
601
+ <section class="gpage" id="g-build-email-templates">
602
+ <div class="hero"><div class="hero-in">
603
+ <p class="eyebrow">GHL Command User Guide</p>
604
+ <h1>Build email templates</h1>
605
+ <p class="sub">Reusable, branded templates created and edited without the GHL editor.</p>
606
+ <div class="badges"><span class="badge on">Full license</span><span class="badge">~10 minutes</span><span class="badge">Email and SMS</span></div>
607
+ </div></div>
608
+ <div class="shell"><main class="gview">
609
+ <a class="back" href="#top">&#8592; All guides</a>
438
610
  <div class="gsec"><h2>What you'll get</h2>
439
611
  <ul>
440
612
  <li>A branded email template saved in the account, ready to drop into any workflow or campaign.</li>
@@ -473,19 +645,35 @@ When it saves, list the templates in the account so I can see it landed, and tel
473
645
  <div class="gsec"><h2>Where people go wrong</h2>
474
646
  <div style="overflow-x:auto"><table class="wrongtbl"><tr><th>What happened</th><th>The fix</th></tr><tr><td>&quot;The email arrived as one wall of text.&quot;</td><td>Say how you want it structured: short paragraphs, one button. Claude will lay it out.</td></tr><tr><td>&quot;The name did not merge.&quot;</td><td>The merge field name has to match this account's setup. Ask Claude to check the field exists before saving.</td></tr><tr><td>&quot;I have four versions of the same template.&quot;</td><td>Say &quot;update the existing template&quot; instead of describing it again. Repeating the description creates a new one.</td></tr></table></div>
475
647
  </div>
648
+ <div class="gsec"><h2>Campaigns, and what is scheduled</h2>
649
+ <p class="gpara">Templates are what an email looks like. Campaigns are the sends built on them.</p>
650
+ <div class="prompt"><q>What email campaigns exist in this account?</q><button class="copy" type="button">Copy</button></div>
651
+ <div class="prompt"><q>Show me every scheduled email send.</q><button class="copy" type="button">Copy</button></div>
652
+ <ul>
653
+ <li>Campaigns come back with their name, subject and how many sends sit under them, which is the quickest way to spot an old sequence still running against a client's list.</li>
654
+ <li>A template is not a send. Editing one does not change anything already scheduled.</li>
655
+ <li>An empty campaign list on a busy account usually means the sends live in workflows instead. Ask for the workflows.</li>
656
+ </ul>
657
+ </div>
476
658
  <div class="gsec"><h2>Related guides</h2>
477
659
  <ul>
478
660
  <li>build-nurture-sequence</li>
479
661
  <li>send-texts-and-emails</li>
480
662
  </ul>
481
663
  </div>
482
- <p class="gfoot"><a class="back" href="#top">&#8593; All guides</a> &nbsp;&middot;&nbsp; Stuck? Email support@ghlcommand.com and a human answers.</p>
664
+ <p class="gfoot">Works in Claude Desktop and Claude Code. Stuck? Email support@ghlcommand.com and a human answers.</p>
665
+ </main></div>
483
666
  </section>
484
667
 
485
- <section class="gview" id="g-build-nurture-sequence">
486
- <h1 class="gtitle serif">Build a nurture sequence</h1>
487
- <p class="gpromise">A follow-up machine that texts, emails, waits, and stops the second someone replies.</p>
488
- <div class="gmeta"><span class="pill full">Full license</span><span class="time">~15 minutes</span><span class="time">Works in Claude Desktop and Claude Code</span></div>
668
+ <section class="gpage" id="g-build-nurture-sequence">
669
+ <div class="hero"><div class="hero-in">
670
+ <p class="eyebrow">GHL Command User Guide</p>
671
+ <h1>Build a nurture sequence</h1>
672
+ <p class="sub">A follow-up machine that texts, emails, waits, and stops the second someone replies.</p>
673
+ <div class="badges"><span class="badge on">Full license</span><span class="badge">~15 minutes</span><span class="badge">Automations</span></div>
674
+ </div></div>
675
+ <div class="shell"><main class="gview">
676
+ <a class="back" href="#top">&#8592; All guides</a>
489
677
  <div class="gsec"><h2>What you'll get</h2>
490
678
  <ul>
491
679
  <li>A ready-to-review workflow in your GHL account: texts, emails, and waits in the right order, every message written out.</li>
@@ -556,13 +744,19 @@ Before you build anything: show me every message written out for my approval, an
556
744
  <li>audit-your-workflows</li>
557
745
  </ul>
558
746
  </div>
559
- <p class="gfoot"><a class="back" href="#top">&#8593; All guides</a> &nbsp;&middot;&nbsp; Stuck? Email support@ghlcommand.com and a human answers.</p>
747
+ <p class="gfoot">Works in Claude Desktop and Claude Code. Stuck? Email support@ghlcommand.com and a human answers.</p>
748
+ </main></div>
560
749
  </section>
561
750
 
562
- <section class="gview" id="g-bulk-tag-and-clean-up">
563
- <h1 class="gtitle serif">Bulk tag and clean up</h1>
564
- <p class="gpromise">Tag, untag, or update hundreds of contacts in one instruction, then save the group as a list.</p>
565
- <div class="gmeta"><span class="pill full">Full license</span><span class="time">~2 minutes</span><span class="time">Works in Claude Desktop and Claude Code</span></div>
751
+ <section class="gpage" id="g-bulk-tag-and-clean-up">
752
+ <div class="hero"><div class="hero-in">
753
+ <p class="eyebrow">GHL Command User Guide</p>
754
+ <h1>Bulk tag and clean up</h1>
755
+ <p class="sub">Tag, untag, or update hundreds of contacts in one instruction, then save the group as a list.</p>
756
+ <div class="badges"><span class="badge on">Full license</span><span class="badge">~2 minutes</span><span class="badge">Contacts and leads</span></div>
757
+ </div></div>
758
+ <div class="shell"><main class="gview">
759
+ <a class="back" href="#top">&#8592; All guides</a>
566
760
  <div class="gsec"><h2>What you'll get</h2>
567
761
  <ul>
568
762
  <li>One instruction that tags, untags, or updates a whole group of contacts at once.</li>
@@ -618,13 +812,19 @@ Do not change any contact, and do not delete any list that is already there.</p>
618
812
  <li>audit-your-workflows</li>
619
813
  </ul>
620
814
  </div>
621
- <p class="gfoot"><a class="back" href="#top">&#8593; All guides</a> &nbsp;&middot;&nbsp; Stuck? Email support@ghlcommand.com and a human answers.</p>
815
+ <p class="gfoot">Works in Claude Desktop and Claude Code. Stuck? Email support@ghlcommand.com and a human answers.</p>
816
+ </main></div>
622
817
  </section>
623
818
 
624
- <section class="gview" id="g-count-and-report-contacts">
625
- <h1 class="gtitle serif">Count and report your contacts</h1>
626
- <p class="gpromise">Ask for a number, get the real number, with the date range printed next to it.</p>
627
- <div class="gmeta"><span class="pill free">Free plan</span><span class="time">~10 seconds</span><span class="time">Works in Claude Desktop and Claude Code</span></div>
819
+ <section class="gpage" id="g-count-and-report-contacts">
820
+ <div class="hero"><div class="hero-in">
821
+ <p class="eyebrow">GHL Command User Guide</p>
822
+ <h1>Count and report your contacts</h1>
823
+ <p class="sub">Ask for a number, get the real number, with the date range printed next to it.</p>
824
+ <div class="badges"><span class="badge on">Free plan</span><span class="badge">~10 seconds</span><span class="badge">Contacts and leads</span></div>
825
+ </div></div>
826
+ <div class="shell"><main class="gview">
827
+ <a class="back" href="#top">&#8592; All guides</a>
628
828
  <div class="gsec"><h2>What you'll get</h2>
629
829
  <ul>
630
830
  <li>The number GHL's own contact index reports for your window. If Claude cannot verify a count, it says so instead of guessing.</li>
@@ -667,13 +867,19 @@ Do not change any contact, and do not delete any list that is already there.</p>
667
867
  <li>weekly-account-report</li>
668
868
  </ul>
669
869
  </div>
670
- <p class="gfoot"><a class="back" href="#top">&#8593; All guides</a> &nbsp;&middot;&nbsp; Stuck? Email support@ghlcommand.com and a human answers.</p>
870
+ <p class="gfoot">Works in Claude Desktop and Claude Code. Stuck? Email support@ghlcommand.com and a human answers.</p>
871
+ </main></div>
671
872
  </section>
672
873
 
673
- <section class="gview" id="g-create-forms-and-read-submissions">
674
- <h1 class="gtitle serif">Create forms and read submissions</h1>
675
- <p class="gpromise">Intake forms built to spec, and submissions pulled into a clean summary.</p>
676
- <div class="gmeta"><span class="pill full">Full license</span><span class="time">~10 minutes</span><span class="time">Works in Claude Desktop and Claude Code</span></div>
874
+ <section class="gpage" id="g-create-forms-and-read-submissions">
875
+ <div class="hero"><div class="hero-in">
876
+ <p class="eyebrow">GHL Command User Guide</p>
877
+ <h1>Create forms and read submissions</h1>
878
+ <p class="sub">Intake forms built to spec, and submissions pulled into a clean summary.</p>
879
+ <div class="badges"><span class="badge on">Full license</span><span class="badge">~10 minutes</span><span class="badge">Forms and reviews</span></div>
880
+ </div></div>
881
+ <div class="shell"><main class="gview">
882
+ <a class="back" href="#top">&#8592; All guides</a>
677
883
  <div class="gsec"><h2>What you'll get</h2>
678
884
  <ul>
679
885
  <li>An intake form built with the exact questions you want, saved in the account and ready to attach to a page.</li>
@@ -710,19 +916,35 @@ When it saves, read the form back to me question by question, and tell me exactl
710
916
  <div class="gsec"><h2>Where people go wrong</h2>
711
917
  <div style="overflow-x:auto"><table class="wrongtbl"><tr><th>What happened</th><th>The fix</th></tr><tr><td>&quot;The answers are not on the contact record.&quot;</td><td>The questions were not wired to fields. Ask Claude to wire them, and it will create the fields it needs.</td></tr><tr><td>&quot;The form saved but looks wrong on the page.&quot;</td><td>The page has its own copy of the form settings. Rebuild the page section with the form after you finish the form, not before.</td></tr><tr><td>&quot;Nobody finished the form.&quot;</td><td>Too many questions. Cut it to four and put the rest in the follow-up conversation.</td></tr><tr><td>&quot;It says my test phone number is invalid.&quot;</td><td>Numbers starting 555 are reserved for fiction and GHL rejects them. Test with a real-format number instead.</td></tr><tr><td>&quot;I submitted a test and the contact does not come up in search.&quot;</td><td>Search runs off an index that lags a few moments behind. The contact record itself is already correct, so open it directly or just ask again shortly.</td></tr></table></div>
712
918
  </div>
919
+ <div class="gsec"><h2>Surveys, and the difference from forms</h2>
920
+ <p class="gpara">A form captures somebody in one screen. A survey walks them through questions, often over several pages, and stores its answers separately.</p>
921
+ <div class="prompt"><q>List the surveys in this account.</q><button class="copy" type="button">Copy</button></div>
922
+ <div class="prompt"><q>Show me the last 20 survey responses.</q><button class="copy" type="button">Copy</button></div>
923
+ <ul>
924
+ <li>Ask for surveys explicitly. &quot;Show me my forms&quot; will not include them, and a client asking why their intake answers are missing is usually looking at a survey.</li>
925
+ <li>Both return their answers with the contact attached, so you can go from a response straight to the person.</li>
926
+ <li>Submissions are paged. Ask for a date range or a limit, or you will get the first page and think that is all of them.</li>
927
+ </ul>
928
+ </div>
713
929
  <div class="gsec"><h2>Related guides</h2>
714
930
  <ul>
715
931
  <li>page-studio-pages-and-sites</li>
716
932
  <li>custom-fields-and-objects</li>
717
933
  </ul>
718
934
  </div>
719
- <p class="gfoot"><a class="back" href="#top">&#8593; All guides</a> &nbsp;&middot;&nbsp; Stuck? Email support@ghlcommand.com and a human answers.</p>
935
+ <p class="gfoot">Works in Claude Desktop and Claude Code. Stuck? Email support@ghlcommand.com and a human answers.</p>
936
+ </main></div>
720
937
  </section>
721
938
 
722
- <section class="gview" id="g-custom-fields-and-objects">
723
- <h1 class="gtitle serif">Custom fields and objects</h1>
724
- <p class="gpromise">The fields and records your niche needs, created correctly the first time.</p>
725
- <div class="gmeta"><span class="pill full">Full license</span><span class="time">~5 minutes</span><span class="time">Works in Claude Desktop and Claude Code</span></div>
939
+ <section class="gpage" id="g-custom-fields-and-objects">
940
+ <div class="hero"><div class="hero-in">
941
+ <p class="eyebrow">GHL Command User Guide</p>
942
+ <h1>Custom fields and objects</h1>
943
+ <p class="sub">The fields and records your niche needs, created correctly the first time.</p>
944
+ <div class="badges"><span class="badge on">Full license</span><span class="badge">~5 minutes</span><span class="badge">Account admin</span></div>
945
+ </div></div>
946
+ <div class="shell"><main class="gview">
947
+ <a class="back" href="#top">&#8592; All guides</a>
726
948
  <div class="gsec"><h2>What you'll get</h2>
727
949
  <ul>
728
950
  <li>The fields this business actually needs on a contact: treatment interest, referral source, next review date, whatever the niche runs on.</li>
@@ -766,13 +988,19 @@ Read them back to me afterwards with their exact names and types, and tell me wh
766
988
  <li>audit-your-workflows</li>
767
989
  </ul>
768
990
  </div>
769
- <p class="gfoot"><a class="back" href="#top">&#8593; All guides</a> &nbsp;&middot;&nbsp; Stuck? Email support@ghlcommand.com and a human answers.</p>
991
+ <p class="gfoot">Works in Claude Desktop and Claude Code. Stuck? Email support@ghlcommand.com and a human answers.</p>
992
+ </main></div>
770
993
  </section>
771
994
 
772
- <section class="gview" id="g-documents-and-contracts">
773
- <h1 class="gtitle serif">Documents and contracts</h1>
774
- <p class="gpromise">Proposals and contracts sent for signature and tracked from Claude.</p>
775
- <div class="gmeta"><span class="pill full">Full license</span><span class="time">~5 minutes</span><span class="time">Works in Claude Desktop and Claude Code</span></div>
995
+ <section class="gpage" id="g-documents-and-contracts">
996
+ <div class="hero"><div class="hero-in">
997
+ <p class="eyebrow">GHL Command User Guide</p>
998
+ <h1>Documents and contracts</h1>
999
+ <p class="sub">Proposals and contracts sent for signature and tracked from Claude.</p>
1000
+ <div class="badges"><span class="badge on">Full license</span><span class="badge">~5 minutes</span><span class="badge">Pipelines and sales</span></div>
1001
+ </div></div>
1002
+ <div class="shell"><main class="gview">
1003
+ <a class="back" href="#top">&#8592; All guides</a>
776
1004
  <div class="gsec"><h2>What you'll get</h2>
777
1005
  <ul>
778
1006
  <li>Your existing contract and proposal templates, listed by name, ready to send.</li>
@@ -817,13 +1045,19 @@ Then tell me which ones I should chase, in order.</p></div>
817
1045
  <li>track-and-move-opportunities</li>
818
1046
  </ul>
819
1047
  </div>
820
- <p class="gfoot"><a class="back" href="#top">&#8593; All guides</a> &nbsp;&middot;&nbsp; Stuck? Email support@ghlcommand.com and a human answers.</p>
1048
+ <p class="gfoot">Works in Claude Desktop and Claude Code. Stuck? Email support@ghlcommand.com and a human answers.</p>
1049
+ </main></div>
821
1050
  </section>
822
1051
 
823
- <section class="gview" id="g-find-and-list-contacts">
824
- <h1 class="gtitle serif">Find and list contacts</h1>
825
- <p class="gpromise">Pull a clean list into a spreadsheet you can open in Excel or Google Sheets.</p>
826
- <div class="gmeta"><span class="pill free">Free plan</span><span class="time">~1 minute</span><span class="time">Works in Claude Desktop and Claude Code</span></div>
1052
+ <section class="gpage" id="g-find-and-list-contacts">
1053
+ <div class="hero"><div class="hero-in">
1054
+ <p class="eyebrow">GHL Command User Guide</p>
1055
+ <h1>Find and list contacts</h1>
1056
+ <p class="sub">Pull a clean list into a spreadsheet you can open in Excel or Google Sheets.</p>
1057
+ <div class="badges"><span class="badge on">Free plan</span><span class="badge">~1 minute</span><span class="badge">Contacts and leads</span></div>
1058
+ </div></div>
1059
+ <div class="shell"><main class="gview">
1060
+ <a class="back" href="#top">&#8592; All guides</a>
827
1061
  <div class="gsec"><h2>What you'll get</h2>
828
1062
  <ul>
829
1063
  <li>The actual people, not a number: name, email, phone, tags, and the date they came in.</li>
@@ -866,13 +1100,19 @@ Show me the first ten rows in the chat so I can sanity check them before you wri
866
1100
  <li>bulk-tag-and-clean-up</li>
867
1101
  </ul>
868
1102
  </div>
869
- <p class="gfoot"><a class="back" href="#top">&#8593; All guides</a> &nbsp;&middot;&nbsp; Stuck? Email support@ghlcommand.com and a human answers.</p>
1103
+ <p class="gfoot">Works in Claude Desktop and Claude Code. Stuck? Email support@ghlcommand.com and a human answers.</p>
1104
+ </main></div>
870
1105
  </section>
871
1106
 
872
- <section class="gview" id="g-install-ghl-command">
873
- <h1 class="gtitle serif">Install GHL Command</h1>
874
- <p class="gpromise">One install, two short steps, whether you are on the Free plan or the full license. Nothing left to add later.</p>
875
- <div class="gmeta"><span class="pill free">Free plan</span><span class="time">~6 minutes</span><span class="time">Works in Claude Desktop and Claude Code</span></div>
1107
+ <section class="gpage" id="g-install-ghl-command">
1108
+ <div class="hero"><div class="hero-in">
1109
+ <p class="eyebrow">GHL Command User Guide</p>
1110
+ <h1>Install GHL Command</h1>
1111
+ <p class="sub">One install, two short steps, whether you are on the Free plan or the full license. Nothing left to add later.</p>
1112
+ <div class="badges"><span class="badge on">Free plan</span><span class="badge">~6 minutes</span><span class="badge">Getting set up</span></div>
1113
+ </div></div>
1114
+ <div class="shell"><main class="gview">
1115
+ <a class="back" href="#top">&#8592; All guides</a>
876
1116
  <div class="gsec"><h2>What you'll get</h2>
877
1117
  <ul>
878
1118
  <li>GHL Command connected to your GoHighLevel account, ready to work from Claude.</li>
@@ -901,13 +1141,78 @@ Show me the first ten rows in the chat so I can sanity check them before you wri
901
1141
  <div class="gsec"><h2>Where people go wrong</h2>
902
1142
  <div style="overflow-x:auto"><table class="wrongtbl"><tr><th>What happened</th><th>The fix</th></tr><tr><td>&quot;It said step 1 of 2 done. Is it broken?&quot;</td><td>No, it is honest. Do step 2 (the browser login) and you are finished.</td></tr><tr><td>&quot;The workflow tools give errors after the login.&quot;</td><td>Restart Claude completely. Quit and reopen. The new login only loads on a fresh start.</td></tr><tr><td>&quot;I upgraded to paid. Do I reinstall?&quot;</td><td>No. Say &quot;set up GHL Command&quot; and paste only your email and new key. Everything you set up before is kept.</td></tr></table></div>
903
1143
  </div>
904
- <p class="gfoot"><a class="back" href="#top">&#8593; All guides</a> &nbsp;&middot;&nbsp; Stuck? Email support@ghlcommand.com and a human answers.</p>
1144
+ <p class="gfoot">Works in Claude Desktop and Claude Code. Stuck? Email support@ghlcommand.com and a human answers.</p>
1145
+ </main></div>
905
1146
  </section>
906
1147
 
907
- <section class="gview" id="g-review-your-conversations">
908
- <h1 class="gtitle serif">Review your conversations</h1>
909
- <p class="gpromise">Catch up on replies and unread threads across every channel.</p>
910
- <div class="gmeta"><span class="pill free">Free plan</span><span class="time">~1 minute</span><span class="time">Works in Claude Desktop and Claude Code</span></div>
1148
+ <section class="gpage" id="g-invoices-and-payments">
1149
+ <div class="hero"><div class="hero-in">
1150
+ <p class="eyebrow">GHL Command User Guide</p>
1151
+ <h1>Bill a client and see what you were paid</h1>
1152
+ <p class="sub">Products, invoices, coupons, and the money reads, without opening the billing screen.</p>
1153
+ <div class="badges"><span class="badge on">Full license</span><span class="badge">~5 minutes</span><span class="badge">Pipelines and sales</span></div>
1154
+ </div></div>
1155
+ <div class="shell"><main class="gview">
1156
+ <a class="back" href="#top">&#8592; All guides</a>
1157
+ <div class="gsec"><h2>What you'll get</h2>
1158
+ <ul>
1159
+ <li>An invoice raised against a real contact, itemised and priced, without touching the billing screen.</li>
1160
+ <li>A promo code you can hand out, and a product catalogue Claude can price from.</li>
1161
+ <li>A straight answer to &quot;what came in this month&quot;, read from the account rather than a dashboard.</li>
1162
+ </ul>
1163
+ </div>
1164
+ <div class="gsec"><h2>Say this</h2>
1165
+ <div class="prompt"><q>Invoice Dana Miller 250 dollars for a consultation, due in 30 days.</q><button class="copy" type="button">Copy</button></div>
1166
+ <div class="prompt"><q>Show me every unpaid invoice.</q><button class="copy" type="button">Copy</button></div>
1167
+ <div class="prompt"><q>Make a 10 percent promo code called SPRING10.</q><button class="copy" type="button">Copy</button></div>
1168
+ <div class="prompt"><q>What payments have come in this month?</q><button class="copy" type="button">Copy</button></div>
1169
+ </div>
1170
+ <div class="gsec"><h2>The pro prompt</h2>
1171
+ <div class="pro"><div class="pro-head"><b>The exact ask we run on real client accounts</b><span class="pill full">Proven live</span><button class="copy" type="button">Copy</button></div><p class="pro-body">In my [MCP Testing] account, raise an invoice for [Dana Miller] for [one consultation at 250 dollars], due [30] days from today.
1172
+ Build it as a draft and read it back to me with the total, the currency and the line items, so I can check it before anyone sees it.
1173
+ Do not send it. I will send it myself once I have read it.</p></div>
1174
+ <p class="gpara">Everything in [brackets] is yours to change. The last line matters more than the rest: sending is the step that reaches a real person, and it is the one thing worth doing with your own eyes on the screen.</p>
1175
+ </div>
1176
+ <div class="gsec"><h2>What happens when you ask</h2>
1177
+ <ol class="steps">
1178
+ <li>Claude finds the contact and reads their details, because an invoice carries the client's name and email on its face, not just a link to their record.</li>
1179
+ <li>It builds the invoice as a draft, priced in your account's currency, and reads it back with the total.</li>
1180
+ <li>It stops. Nothing is emailed until you say so.</li>
1181
+ </ol>
1182
+ </div>
1183
+ <div class="gsec"><h2>Good to know</h2>
1184
+ <ul>
1185
+ <li>Invoices are created as drafts and stay that way until sent. A draft costs nothing and can be deleted; a sent invoice has landed in someone's inbox and cannot be unsent.</li>
1186
+ <li>Say &quot;do not send&quot; in the ask when you are experimenting. Claude honours it, and it removes the only irreversible step in the whole flow.</li>
1187
+ <li>New invoices are real and payable by default. If you want one that cannot be paid, for a demo or a screenshot, ask for a test-mode invoice explicitly.</li>
1188
+ <li>Products are the catalogue, invoices are the bill. Creating a product does not create a price on its own, so ask for the price in the same breath if you want one attached.</li>
1189
+ <li>Coupons need a code, a type (percentage or fixed) and an amount. Without all three GHL rejects it.</li>
1190
+ <li>&quot;What was I paid&quot; is a different question from &quot;what did I invoice&quot;. Ask for transactions or orders for money that actually moved, and for invoices for money you asked for.</li>
1191
+ <li>Invoicing needs the full license. The Free plan can read invoices and payments but not raise them.</li>
1192
+ </ul>
1193
+ </div>
1194
+ <div class="gsec"><h2>Where people go wrong</h2>
1195
+ <div style="overflow-x:auto"><table class="wrongtbl"><tr><th>What happened</th><th>The fix</th></tr><tr><td>&quot;Creating an invoice used to just fail.&quot;</td><td>It did, for everyone, until 3.65.2. The call was missing six fields GHL requires and crashed its server rather than telling us. Update and it works.</td></tr><tr><td>&quot;It sent before I was ready.&quot;</td><td>Say &quot;do not send it&quot; in the ask. Sending is the only step here that reaches a customer.</td></tr><tr><td>&quot;The invoice shows the wrong name or no email.&quot;</td><td>Those come from the contact record, not the invoice. Fix the contact first, then raise the invoice.</td></tr><tr><td>&quot;My revenue number looks too low.&quot;</td><td>You are reading invoices, which is money requested. Ask for transactions instead, which is money received.</td></tr><tr><td>&quot;The promo code was rejected.&quot;</td><td>A coupon needs all three of code, type and amount. Percentage discounts take a number like 10, not &quot;10%&quot;.</td></tr></table></div>
1196
+ </div>
1197
+ <div class="gsec"><h2>Related guides</h2>
1198
+ <ul>
1199
+ <li>track-and-move-opportunities</li>
1200
+ <li>stand-up-a-pipeline</li>
1201
+ </ul>
1202
+ </div>
1203
+ <p class="gfoot">Works in Claude Desktop and Claude Code. Stuck? Email support@ghlcommand.com and a human answers.</p>
1204
+ </main></div>
1205
+ </section>
1206
+
1207
+ <section class="gpage" id="g-review-your-conversations">
1208
+ <div class="hero"><div class="hero-in">
1209
+ <p class="eyebrow">GHL Command User Guide</p>
1210
+ <h1>Review your conversations</h1>
1211
+ <p class="sub">Catch up on replies and unread threads across every channel.</p>
1212
+ <div class="badges"><span class="badge on">Free plan</span><span class="badge">~1 minute</span><span class="badge">Email and SMS</span></div>
1213
+ </div></div>
1214
+ <div class="shell"><main class="gview">
1215
+ <a class="back" href="#top">&#8592; All guides</a>
911
1216
  <div class="gsec"><h2>What you'll get</h2>
912
1217
  <ul>
913
1218
  <li>Who has replied and not been answered, across text, email, and the rest of the inbox.</li>
@@ -951,13 +1256,19 @@ Do not reply to anyone. This is a read.</p></div>
951
1256
  <li>weekly-account-report</li>
952
1257
  </ul>
953
1258
  </div>
954
- <p class="gfoot"><a class="back" href="#top">&#8593; All guides</a> &nbsp;&middot;&nbsp; Stuck? Email support@ghlcommand.com and a human answers.</p>
1259
+ <p class="gfoot">Works in Claude Desktop and Claude Code. Stuck? Email support@ghlcommand.com and a human answers.</p>
1260
+ </main></div>
955
1261
  </section>
956
1262
 
957
- <section class="gview" id="g-see-and-manage-appointments">
958
- <h1 class="gtitle serif">See and manage appointments</h1>
959
- <p class="gpromise">Who is booked today, this week, or for a specific client, in one ask.</p>
960
- <div class="gmeta"><span class="pill free">Free plan</span><span class="time">~10 seconds</span><span class="time">Works in Claude Desktop and Claude Code</span></div>
1263
+ <section class="gpage" id="g-see-and-manage-appointments">
1264
+ <div class="hero"><div class="hero-in">
1265
+ <p class="eyebrow">GHL Command User Guide</p>
1266
+ <h1>See and manage appointments</h1>
1267
+ <p class="sub">Who is booked today, this week, or for a specific client, in one ask.</p>
1268
+ <div class="badges"><span class="badge on">Free plan</span><span class="badge">~10 seconds</span><span class="badge">Booking and calendars</span></div>
1269
+ </div></div>
1270
+ <div class="shell"><main class="gview">
1271
+ <a class="back" href="#top">&#8592; All guides</a>
961
1272
  <div class="gsec"><h2>What you'll get</h2>
962
1273
  <ul>
963
1274
  <li>Today's bookings, this week's bookings, or one person's history, read out in plain English.</li>
@@ -1001,13 +1312,19 @@ Do not reply to anyone. This is a read.</p></div>
1001
1312
  <li>weekly-account-report</li>
1002
1313
  </ul>
1003
1314
  </div>
1004
- <p class="gfoot"><a class="back" href="#top">&#8593; All guides</a> &nbsp;&middot;&nbsp; Stuck? Email support@ghlcommand.com and a human answers.</p>
1315
+ <p class="gfoot">Works in Claude Desktop and Claude Code. Stuck? Email support@ghlcommand.com and a human answers.</p>
1316
+ </main></div>
1005
1317
  </section>
1006
1318
 
1007
- <section class="gview" id="g-send-texts-and-emails">
1008
- <h1 class="gtitle serif">Send texts and emails</h1>
1009
- <p class="gpromise">Message any contact from Claude, in your voice, on the right channel.</p>
1010
- <div class="gmeta"><span class="pill full">Full license</span><span class="time">~30 seconds</span><span class="time">Works in Claude Desktop and Claude Code</span></div>
1319
+ <section class="gpage" id="g-send-texts-and-emails">
1320
+ <div class="hero"><div class="hero-in">
1321
+ <p class="eyebrow">GHL Command User Guide</p>
1322
+ <h1>Send texts and emails</h1>
1323
+ <p class="sub">Message any contact from Claude, in your voice, on the right channel.</p>
1324
+ <div class="badges"><span class="badge on">Full license</span><span class="badge">~30 seconds</span><span class="badge">Email and SMS</span></div>
1325
+ </div></div>
1326
+ <div class="shell"><main class="gview">
1327
+ <a class="back" href="#top">&#8592; All guides</a>
1011
1328
  <div class="gsec"><h2>What you'll get</h2>
1012
1329
  <ul>
1013
1330
  <li>A single text or email to a named contact, written and sent from the chat.</li>
@@ -1045,19 +1362,33 @@ Before you send: confirm the exact contact you matched, show me their phone numb
1045
1362
  <div class="gsec"><h2>Where people go wrong</h2>
1046
1363
  <div style="overflow-x:auto"><table class="wrongtbl"><tr><th>What happened</th><th>The fix</th></tr><tr><td>&quot;The text says sent but never arrived.&quot;</td><td>The sub-account is not fully registered for texting. Check A2P status in GHL. This is the most common cause by far.</td></tr><tr><td>&quot;It went to the wrong person.&quot;</td><td>Two contacts share a first name. Always give the full name or email and read the match Claude shows you.</td></tr><tr><td>&quot;I meant to send twenty of these.&quot;</td><td>Twenty one-off sends is a sequence in disguise. Build a nurture; it stops on reply and keeps you out of trouble.</td></tr></table></div>
1047
1364
  </div>
1365
+ <div class="gsec"><h2>Bulk campaigns</h2>
1366
+ <p class="gpara">Individual messages are one thing; a campaign is the older bulk-send layer sitting alongside your workflows.</p>
1367
+ <div class="prompt"><q>What campaigns are running in this account?</q><button class="copy" type="button">Copy</button></div>
1368
+ <ul>
1369
+ <li>Most modern accounts have none, because workflows replaced them. An empty answer is normal, not broken.</li>
1370
+ <li>If a client swears they are still emailing people and you cannot find the workflow, check here before you go hunting.</li>
1371
+ </ul>
1372
+ </div>
1048
1373
  <div class="gsec"><h2>Related guides</h2>
1049
1374
  <ul>
1050
1375
  <li>review-your-conversations</li>
1051
1376
  <li>build-nurture-sequence</li>
1052
1377
  </ul>
1053
1378
  </div>
1054
- <p class="gfoot"><a class="back" href="#top">&#8593; All guides</a> &nbsp;&middot;&nbsp; Stuck? Email support@ghlcommand.com and a human answers.</p>
1379
+ <p class="gfoot">Works in Claude Desktop and Claude Code. Stuck? Email support@ghlcommand.com and a human answers.</p>
1380
+ </main></div>
1055
1381
  </section>
1056
1382
 
1057
- <section class="gview" id="g-set-up-a-booking-calendar">
1058
- <h1 class="gtitle serif">Set up a booking calendar</h1>
1059
- <p class="gpromise">A consult calendar with the right slots, buffers, and the right person attached.</p>
1060
- <div class="gmeta"><span class="pill full">Full license</span><span class="time">~10 minutes</span><span class="time">Works in Claude Desktop and Claude Code</span></div>
1383
+ <section class="gpage" id="g-set-up-a-booking-calendar">
1384
+ <div class="hero"><div class="hero-in">
1385
+ <p class="eyebrow">GHL Command User Guide</p>
1386
+ <h1>Set up a booking calendar</h1>
1387
+ <p class="sub">A consult calendar with the right slots, buffers, and the right person attached.</p>
1388
+ <div class="badges"><span class="badge on">Full license</span><span class="badge">~10 minutes</span><span class="badge">Booking and calendars</span></div>
1389
+ </div></div>
1390
+ <div class="shell"><main class="gview">
1391
+ <a class="back" href="#top">&#8592; All guides</a>
1061
1392
  <div class="gsec"><h2>What you'll get</h2>
1062
1393
  <ul>
1063
1394
  <li>A booking calendar with real opening hours, appointment length, and gaps between appointments.</li>
@@ -1107,13 +1438,74 @@ When it saves, read the calendar back to me and show me the next five bookable s
1107
1438
  <li>build-nurture-sequence</li>
1108
1439
  </ul>
1109
1440
  </div>
1110
- <p class="gfoot"><a class="back" href="#top">&#8593; All guides</a> &nbsp;&middot;&nbsp; Stuck? Email support@ghlcommand.com and a human answers.</p>
1441
+ <p class="gfoot">Works in Claude Desktop and Claude Code. Stuck? Email support@ghlcommand.com and a human answers.</p>
1442
+ </main></div>
1111
1443
  </section>
1112
1444
 
1113
- <section class="gview" id="g-social-posting">
1114
- <h1 class="gtitle serif">Plan social posts</h1>
1115
- <p class="gpromise">Queue posts as drafts across your connected social accounts, ready for you to publish.</p>
1116
- <div class="gmeta"><span class="pill full">Full license</span><span class="time">~5 minutes</span><span class="time">Works in Claude Desktop and Claude Code</span></div>
1445
+ <section class="gpage" id="g-snapshots-and-reusing-a-build">
1446
+ <div class="hero"><div class="hero-in">
1447
+ <p class="eyebrow">GHL Command User Guide</p>
1448
+ <h1>Reuse a build across client accounts</h1>
1449
+ <p class="sub">Find your snapshots, share one, and know exactly what does not travel with it.</p>
1450
+ <div class="badges"><span class="badge on">Full license</span><span class="badge">~5 minutes</span><span class="badge">Client builds and pages</span></div>
1451
+ </div></div>
1452
+ <div class="shell"><main class="gview">
1453
+ <a class="back" href="#top">&#8592; All guides</a>
1454
+ <div class="gsec"><h2>What you'll get</h2>
1455
+ <ul>
1456
+ <li>Every snapshot on your agency, named, so you can pick one without hunting through the agency view.</li>
1457
+ <li>A clear split between the ones you built and the ones you imported from somebody else.</li>
1458
+ <li>An honest list of what a snapshot leaves behind, which is the part that costs people a day when they find out late.</li>
1459
+ </ul>
1460
+ </div>
1461
+ <div class="gsec"><h2>Say this</h2>
1462
+ <div class="prompt"><q>List my snapshots.</q><button class="copy" type="button">Copy</button></div>
1463
+ <div class="prompt"><q>Which of these snapshots did I build, and which came from somewhere else?</q><button class="copy" type="button">Copy</button></div>
1464
+ <div class="prompt"><q>Give me a share link for the Client Launch Template.</q><button class="copy" type="button">Copy</button></div>
1465
+ </div>
1466
+ <div class="gsec"><h2>The pro prompt</h2>
1467
+ <div class="pro"><div class="pro-head"><b>The exact ask we run on real client accounts</b><span class="pill full">Proven live</span><button class="copy" type="button">Copy</button></div><p class="pro-body">List every snapshot on my agency with its name and id, and split them into the ones I built here and the ones that were imported from somewhere else.
1468
+ I am about to roll one out to a new client, so tell me which is the most recent version of my own template, and remind me what will not carry across when it is applied.
1469
+ This is a read. Do not apply anything.</p></div>
1470
+ <p class="gpara">Everything in [brackets] is yours to change. Ask for the version explicitly. Agencies accumulate templates named v1 through v4.6, and applying last year's to a new client is a quiet, expensive mistake.</p>
1471
+ </div>
1472
+ <div class="gsec"><h2>What does not travel</h2>
1473
+ <p class="gpara">A snapshot carries structure. It does not carry the specifics, and nothing warns you.</p>
1474
+ <div style="overflow-x:auto"><table class="wrongtbl"><tr><th>Travels</th><th>Does not travel</th></tr><tr><td>Workflows, pipelines, calendars, forms, funnels</td><td>Custom value <b>values</b>. The keys arrive, the values arrive empty</td></tr><tr><td>Custom field and custom value definitions</td><td>Anything typed into a knowledge base for the old client</td></tr><tr><td>AI agents and their knowledge bases</td><td>Your Private Integration key. Each account needs its own</td></tr></table></div>
1475
+ <p class="gpara">The custom values one catches everybody. Every text and email that referenced <code>{{custom_values.booking_link}}</code> now renders with a hole in it, and the workflow still reports success. Fill the values in as step one of every rollout, before you turn anything on.</p>
1476
+ </div>
1477
+ <div class="gsec"><h2>Good to know</h2>
1478
+ <ul>
1479
+ <li>Snapshots are a copy, not a link. Fixing a workflow in your template does not fix the twelve accounts you already applied it to.</li>
1480
+ <li>Check whether workflows arrive published. A snapshot that lands live starts messaging real contacts the moment the account has any, which is rarely what you want on day one.</li>
1481
+ <li>Name your snapshots with versions and dates. &quot;Client Launch Template v4.6&quot; tells you something; &quot;Client Template Final&quot; does not.</li>
1482
+ <li>Imported snapshots are somebody else's work and can change out from under you. If a template matters to your business, build your own from an account you control.</li>
1483
+ <li>Applying a snapshot is an agency-level action. Reading the list works with your agency key; the rollout itself happens in the GHL agency view.</li>
1484
+ <li>Needs the full license.</li>
1485
+ </ul>
1486
+ </div>
1487
+ <div class="gsec"><h2>Where people go wrong</h2>
1488
+ <div style="overflow-x:auto"><table class="wrongtbl"><tr><th>What happened</th><th>The fix</th></tr><tr><td>&quot;The new account's texts have gaps where the details should be.&quot;</td><td>Custom values arrived empty. Fill them in before switching anything on.</td></tr><tr><td>&quot;The bot is answering with the last client's information.&quot;</td><td>Knowledge base text was written for that client and copied verbatim. Rewrite the answers for the new one.</td></tr><tr><td>&quot;It started messaging people on day one.&quot;</td><td>Workflows came across published. Check their status before the account has contacts in it.</td></tr><tr><td>&quot;Claude cannot see the account I just made.&quot;</td><td>A new sub-account has no Private Integration key yet. Create one in that account, then save it.</td></tr><tr><td>&quot;I applied the wrong version.&quot;</td><td>Ask for the list first and read the names. Version numbers exist for exactly this.</td></tr></table></div>
1489
+ </div>
1490
+ <div class="gsec"><h2>Related guides</h2>
1491
+ <ul>
1492
+ <li>ai-bots-and-custom-values</li>
1493
+ <li>blueprint-build-a-client-account</li>
1494
+ </ul>
1495
+ </div>
1496
+ <p class="gfoot">Works in Claude Desktop and Claude Code. Stuck? Email support@ghlcommand.com and a human answers.</p>
1497
+ </main></div>
1498
+ </section>
1499
+
1500
+ <section class="gpage" id="g-social-posting">
1501
+ <div class="hero"><div class="hero-in">
1502
+ <p class="eyebrow">GHL Command User Guide</p>
1503
+ <h1>Plan social posts</h1>
1504
+ <p class="sub">Queue posts as drafts across your connected social accounts, ready for you to publish.</p>
1505
+ <div class="badges"><span class="badge on">Full license</span><span class="badge">~5 minutes</span><span class="badge">Content and social</span></div>
1506
+ </div></div>
1507
+ <div class="shell"><main class="gview">
1508
+ <a class="back" href="#top">&#8592; All guides</a>
1117
1509
  <div class="gsec"><h2>What you'll get</h2>
1118
1510
  <ul>
1119
1511
  <li>A week or a month of posts written and loaded into the GHL Social Planner as drafts.</li>
@@ -1152,19 +1544,33 @@ Then confirm back to me, one line each, that every post saved as a draft and whi
1152
1544
  <div class="gsec"><h2>Where people go wrong</h2>
1153
1545
  <div style="overflow-x:auto"><table class="wrongtbl"><tr><th>What happened</th><th>The fix</th></tr><tr><td>&quot;The posts went nowhere.&quot;</td><td>The account connection had expired. Reconnect it in GHL, then the queue drains normally.</td></tr><tr><td>&quot;The captions sound like a robot.&quot;</td><td>Give Claude two real posts from the client and say &quot;write like these&quot;. Voice comes from examples, not adjectives.</td></tr><tr><td>&quot;It posted to the wrong page.&quot;</td><td>Name the exact page or profile in the ask, and check the account list Claude prints first.</td></tr></table></div>
1154
1546
  </div>
1547
+ <div class="gsec"><h2>Which accounts are actually connected</h2>
1548
+ <p class="gpara">Before scheduling anything, check what the account can post to.</p>
1549
+ <div class="prompt"><q>Which social accounts are connected here?</q><button class="copy" type="button">Copy</button></div>
1550
+ <ul>
1551
+ <li>Connected accounts come back grouped, so you can see at a glance whether the client connected a page, a profile, or nothing at all.</li>
1552
+ <li>Scheduling to a platform that was never connected fails quietly at post time, long after you have moved on. Check first on any account you did not connect yourself.</li>
1553
+ </ul>
1554
+ </div>
1155
1555
  <div class="gsec"><h2>Related guides</h2>
1156
1556
  <ul>
1157
1557
  <li>blog-posting</li>
1158
1558
  <li>weekly-account-report</li>
1159
1559
  </ul>
1160
1560
  </div>
1161
- <p class="gfoot"><a class="back" href="#top">&#8593; All guides</a> &nbsp;&middot;&nbsp; Stuck? Email support@ghlcommand.com and a human answers.</p>
1561
+ <p class="gfoot">Works in Claude Desktop and Claude Code. Stuck? Email support@ghlcommand.com and a human answers.</p>
1562
+ </main></div>
1162
1563
  </section>
1163
1564
 
1164
- <section class="gview" id="g-stand-up-a-pipeline">
1165
- <h1 class="gtitle serif">Stand up a pipeline</h1>
1166
- <p class="gpromise">Stages, fields, and tags for a new client in one conversation.</p>
1167
- <div class="gmeta"><span class="pill full">Full license</span><span class="time">~10 minutes</span><span class="time">Works in Claude Desktop and Claude Code</span></div>
1565
+ <section class="gpage" id="g-stand-up-a-pipeline">
1566
+ <div class="hero"><div class="hero-in">
1567
+ <p class="eyebrow">GHL Command User Guide</p>
1568
+ <h1>Stand up a pipeline</h1>
1569
+ <p class="sub">Stages, fields, and tags for a new client in one conversation.</p>
1570
+ <div class="badges"><span class="badge on">Full license</span><span class="badge">~10 minutes</span><span class="badge">Pipelines and sales</span></div>
1571
+ </div></div>
1572
+ <div class="shell"><main class="gview">
1573
+ <a class="back" href="#top">&#8592; All guides</a>
1168
1574
  <div class="gsec"><h2>What you'll get</h2>
1169
1575
  <ul>
1170
1576
  <li>A pipeline with stages named the way this business actually sells, not GHL's defaults.</li>
@@ -1208,13 +1614,19 @@ Do not add any contacts or deals to it yet.</p></div>
1208
1614
  <li>audit-your-workflows</li>
1209
1615
  </ul>
1210
1616
  </div>
1211
- <p class="gfoot"><a class="back" href="#top">&#8593; All guides</a> &nbsp;&middot;&nbsp; Stuck? Email support@ghlcommand.com and a human answers.</p>
1617
+ <p class="gfoot">Works in Claude Desktop and Claude Code. Stuck? Email support@ghlcommand.com and a human answers.</p>
1618
+ </main></div>
1212
1619
  </section>
1213
1620
 
1214
- <section class="gview" id="g-switch-between-client-accounts">
1215
- <h1 class="gtitle serif">Switch between client accounts</h1>
1216
- <p class="gpromise">Point Claude at any of your sub-accounts by name, and confirm which one is active.</p>
1217
- <div class="gmeta"><span class="pill free">Free plan</span><span class="time">~10 seconds</span><span class="time">Works in Claude Desktop and Claude Code</span></div>
1621
+ <section class="gpage" id="g-switch-between-client-accounts">
1622
+ <div class="hero"><div class="hero-in">
1623
+ <p class="eyebrow">GHL Command User Guide</p>
1624
+ <h1>Switch between client accounts</h1>
1625
+ <p class="sub">Point Claude at any of your sub-accounts by name, and confirm which one is active.</p>
1626
+ <div class="badges"><span class="badge on">Free plan</span><span class="badge">~10 seconds</span><span class="badge">Getting set up</span></div>
1627
+ </div></div>
1628
+ <div class="shell"><main class="gview">
1629
+ <a class="back" href="#top">&#8592; All guides</a>
1218
1630
  <div class="gsec"><h2>What you'll get</h2>
1219
1631
  <ul>
1220
1632
  <li>Every sub-account you can reach, listed by name, not by a string of letters and numbers.</li>
@@ -1262,13 +1674,19 @@ Do not add any contacts or deals to it yet.</p></div>
1262
1674
  <li>weekly-account-report</li>
1263
1675
  </ul>
1264
1676
  </div>
1265
- <p class="gfoot"><a class="back" href="#top">&#8593; All guides</a> &nbsp;&middot;&nbsp; Stuck? Email support@ghlcommand.com and a human answers.</p>
1677
+ <p class="gfoot">Works in Claude Desktop and Claude Code. Stuck? Email support@ghlcommand.com and a human answers.</p>
1678
+ </main></div>
1266
1679
  </section>
1267
1680
 
1268
- <section class="gview" id="g-track-and-move-opportunities">
1269
- <h1 class="gtitle serif">Track and move opportunities</h1>
1270
- <p class="gpromise">Move deals between stages, update values, and see what is stuck.</p>
1271
- <div class="gmeta"><span class="pill full">Full license</span><span class="time">~1 minute</span><span class="time">Works in Claude Desktop and Claude Code</span></div>
1681
+ <section class="gpage" id="g-track-and-move-opportunities">
1682
+ <div class="hero"><div class="hero-in">
1683
+ <p class="eyebrow">GHL Command User Guide</p>
1684
+ <h1>Track and move opportunities</h1>
1685
+ <p class="sub">Move deals between stages, update values, and see what is stuck.</p>
1686
+ <div class="badges"><span class="badge on">Full license</span><span class="badge">~1 minute</span><span class="badge">Pipelines and sales</span></div>
1687
+ </div></div>
1688
+ <div class="shell"><main class="gview">
1689
+ <a class="back" href="#top">&#8592; All guides</a>
1272
1690
  <div class="gsec"><h2>What you'll get</h2>
1273
1691
  <ul>
1274
1692
  <li>The board read out loud: what is in every stage, what it is worth, and what has not moved in weeks.</li>
@@ -1313,13 +1731,19 @@ Do not move anything. This is a read.</p></div>
1313
1731
  <li>weekly-account-report</li>
1314
1732
  </ul>
1315
1733
  </div>
1316
- <p class="gfoot"><a class="back" href="#top">&#8593; All guides</a> &nbsp;&middot;&nbsp; Stuck? Email support@ghlcommand.com and a human answers.</p>
1734
+ <p class="gfoot">Works in Claude Desktop and Claude Code. Stuck? Email support@ghlcommand.com and a human answers.</p>
1735
+ </main></div>
1317
1736
  </section>
1318
1737
 
1319
- <section class="gview" id="g-trigger-links">
1320
- <h1 class="gtitle serif">Trigger links</h1>
1321
- <p class="gpromise">Create tracked links that fire automations when clicked.</p>
1322
- <div class="gmeta"><span class="pill full">Full license</span><span class="time">~2 minutes</span><span class="time">Works in Claude Desktop and Claude Code</span></div>
1738
+ <section class="gpage" id="g-trigger-links">
1739
+ <div class="hero"><div class="hero-in">
1740
+ <p class="eyebrow">GHL Command User Guide</p>
1741
+ <h1>Trigger links</h1>
1742
+ <p class="sub">Create tracked links that fire automations when clicked.</p>
1743
+ <div class="badges"><span class="badge on">Full license</span><span class="badge">~2 minutes</span><span class="badge">Forms and reviews</span></div>
1744
+ </div></div>
1745
+ <div class="shell"><main class="gview">
1746
+ <a class="back" href="#top">&#8592; All guides</a>
1323
1747
  <div class="gsec"><h2>What you'll get</h2>
1324
1748
  <ul>
1325
1749
  <li>A tracked link, created in the account and ready to drop into any text or email.</li>
@@ -1364,13 +1788,19 @@ Tell me plainly what happens on my side when somebody clicks it, and what I woul
1364
1788
  <li>create-forms-and-read-submissions</li>
1365
1789
  </ul>
1366
1790
  </div>
1367
- <p class="gfoot"><a class="back" href="#top">&#8593; All guides</a> &nbsp;&middot;&nbsp; Stuck? Email support@ghlcommand.com and a human answers.</p>
1791
+ <p class="gfoot">Works in Claude Desktop and Claude Code. Stuck? Email support@ghlcommand.com and a human answers.</p>
1792
+ </main></div>
1368
1793
  </section>
1369
1794
 
1370
- <section class="gview" id="g-watch-your-reviews">
1371
- <h1 class="gtitle serif">Watch your reviews</h1>
1372
- <p class="gpromise">See new reviews across clients without logging into each account.</p>
1373
- <div class="gmeta"><span class="pill free">Free plan</span><span class="time">~30 seconds</span><span class="time">Works in Claude Desktop and Claude Code</span></div>
1795
+ <section class="gpage" id="g-watch-your-reviews">
1796
+ <div class="hero"><div class="hero-in">
1797
+ <p class="eyebrow">GHL Command User Guide</p>
1798
+ <h1>Watch your reviews</h1>
1799
+ <p class="sub">See new reviews across clients without logging into each account.</p>
1800
+ <div class="badges"><span class="badge on">Free plan</span><span class="badge">~30 seconds</span><span class="badge">Forms and reviews</span></div>
1801
+ </div></div>
1802
+ <div class="shell"><main class="gview">
1803
+ <a class="back" href="#top">&#8592; All guides</a>
1374
1804
  <div class="gsec"><h2>What you'll get</h2>
1375
1805
  <ul>
1376
1806
  <li>New reviews for an account, read out with the star rating and what the person actually wrote.</li>
@@ -1407,19 +1837,32 @@ Tell me plainly what happens on my side when somebody clicks it, and what I woul
1407
1837
  <div class="gsec"><h2>Where people go wrong</h2>
1408
1838
  <div style="overflow-x:auto"><table class="wrongtbl"><tr><th>What happened</th><th>The fix</th></tr><tr><td>&quot;No reviews came back and I know we have some.&quot;</td><td>Reviews live per sub-account. Confirm which account you are in, then ask again. Reviews also only appear here once the platform they came from is connected under Reputation.</td></tr><tr><td>&quot;It says no reviews, but there are some on our Facebook page.&quot;</td><td>Having a review link for a platform is not the same as having that platform connected. Until it is connected, the reviews stay on Facebook and never reach the account.</td></tr><tr><td>&quot;I want alerts, not to keep asking.&quot;</td><td>Ask for a workflow instead: a review request after every completed appointment, and a notification to you on anything low.</td></tr><tr><td>&quot;The reply Claude wrote sounds defensive.&quot;</td><td>Tell it the tone: short, human, take responsibility, offer to fix it privately. It will rewrite.</td></tr></table></div>
1409
1839
  </div>
1840
+ <div class="gsec"><h2>Review links, and where the requests come from</h2>
1841
+ <div class="prompt"><q>What is my review link?</q><button class="copy" type="button">Copy</button></div>
1842
+ <ul>
1843
+ <li>The review link is the URL your request messages point customers at. Read it back before you paste it into a workflow, because a wrong one sends people nowhere and nobody reports it.</li>
1844
+ <li>Reviews come back with the rating, the text, the reviewer and the source, so you can answer &quot;what are people actually saying&quot; in one ask rather than reading a dashboard.</li>
1845
+ </ul>
1846
+ </div>
1410
1847
  <div class="gsec"><h2>Related guides</h2>
1411
1848
  <ul>
1412
1849
  <li>weekly-account-report</li>
1413
1850
  <li>trigger-links</li>
1414
1851
  </ul>
1415
1852
  </div>
1416
- <p class="gfoot"><a class="back" href="#top">&#8593; All guides</a> &nbsp;&middot;&nbsp; Stuck? Email support@ghlcommand.com and a human answers.</p>
1853
+ <p class="gfoot">Works in Claude Desktop and Claude Code. Stuck? Email support@ghlcommand.com and a human answers.</p>
1854
+ </main></div>
1417
1855
  </section>
1418
1856
 
1419
- <section class="gview" id="g-weekly-account-report">
1420
- <h1 class="gtitle serif">Weekly account report</h1>
1421
- <p class="gpromise">One ask, a full snapshot of the account's week: leads, pipeline, and conversations.</p>
1422
- <div class="gmeta"><span class="pill free">Free plan</span><span class="time">~1 minute</span><span class="time">Works in Claude Desktop and Claude Code</span></div>
1857
+ <section class="gpage" id="g-weekly-account-report">
1858
+ <div class="hero"><div class="hero-in">
1859
+ <p class="eyebrow">GHL Command User Guide</p>
1860
+ <h1>Weekly account report</h1>
1861
+ <p class="sub">One ask, a full snapshot of the account's week: leads, pipeline, and conversations.</p>
1862
+ <div class="badges"><span class="badge on">Free plan</span><span class="badge">~1 minute</span><span class="badge">Contacts and leads</span></div>
1863
+ </div></div>
1864
+ <div class="shell"><main class="gview">
1865
+ <a class="back" href="#top">&#8592; All guides</a>
1423
1866
  <div class="gsec"><h2>What you'll get</h2>
1424
1867
  <ul>
1425
1868
  <li>New leads for the week, total contacts, open and won and lost deals, and how many conversations are live in the account.</li>
@@ -1463,10 +1906,9 @@ Then give me the three things you would look at first if this were your account.
1463
1906
  <li>track-and-move-opportunities</li>
1464
1907
  </ul>
1465
1908
  </div>
1466
- <p class="gfoot"><a class="back" href="#top">&#8593; All guides</a> &nbsp;&middot;&nbsp; Stuck? Email support@ghlcommand.com and a human answers.</p>
1909
+ <p class="gfoot">Works in Claude Desktop and Claude Code. Stuck? Email support@ghlcommand.com and a human answers.</p>
1910
+ </main></div>
1467
1911
  </section>
1468
- </main>
1469
- </div>
1470
1912
  <footer class="foot"><div class="foot-in">
1471
1913
  <span>GHL Command runs your GoHighLevel account from Claude. This guide library ships with every install, free or paid, and grows with the product.</span>
1472
1914
  <a href="https://ghlcommand.com/skills/">Web version</a><a href="https://ghlcommand.com">ghlcommand.com</a>
@@ -1480,6 +1922,53 @@ function showToast(msg) {
1480
1922
  clearTimeout(toastT); toastT = setTimeout(function () { toast.classList.remove('show'); }, 2600);
1481
1923
  }
1482
1924
 
1925
+ // ---- in-product router -------------------------------------------------
1926
+ // The offline edition is one file, so a card cannot navigate to a real URL.
1927
+ // Instead each guide is a view and the hash is the route: opening one hides the
1928
+ // index entirely rather than scrolling down into it. Without this the page is a
1929
+ // single document that grows by one full guide every release.
1930
+ // Public renders serve real per-guide URLs and have no body.app, so this no-ops.
1931
+ var isApp = document.body.classList.contains('app');
1932
+ var pages = isApp ? document.querySelectorAll('.gpage') : [];
1933
+ var baseTitle = document.title;
1934
+ var indexScroll = 0;
1935
+
1936
+ function route() {
1937
+ if (!isApp) return;
1938
+ var id = (location.hash || '').replace(/^#/, '');
1939
+ var target = id ? document.getElementById(id) : null;
1940
+ if (target && !target.classList.contains('gpage')) target = null;
1941
+
1942
+ if (target) {
1943
+ // Leaving the index: remember where they were so Back returns them there.
1944
+ if (!document.body.classList.contains('reading')) {
1945
+ indexScroll = window.pageYOffset || document.documentElement.scrollTop || 0;
1946
+ }
1947
+ Array.prototype.forEach.call(pages, function (p) { p.classList.toggle('active', p === target); });
1948
+ document.body.classList.add('reading');
1949
+ var h = target.querySelector('h1');
1950
+ document.title = (h ? h.textContent + ' — ' : '') + baseTitle;
1951
+ window.scrollTo(0, 0);
1952
+ } else {
1953
+ var wasReading = document.body.classList.contains('reading');
1954
+ Array.prototype.forEach.call(pages, function (p) { p.classList.remove('active'); });
1955
+ document.body.classList.remove('reading');
1956
+ document.title = baseTitle;
1957
+ // Restore after the browser has done its own jump for the new hash,
1958
+ // otherwise that jump lands last and the position is whatever it chose.
1959
+ if (wasReading) {
1960
+ var y = indexScroll;
1961
+ if (window.requestAnimationFrame) window.requestAnimationFrame(function () { window.scrollTo(0, y); });
1962
+ else window.scrollTo(0, y);
1963
+ }
1964
+ }
1965
+ }
1966
+
1967
+ if (isApp) {
1968
+ window.addEventListener('hashchange', route);
1969
+ route();
1970
+ }
1971
+
1483
1972
  document.querySelectorAll('.card.locked').forEach(function (c) {
1484
1973
  c.addEventListener('click', function () {
1485
1974
  showToast(c.getAttribute('data-toast') || 'This guide lives in the app. Every install, free or paid, includes the full library.');
@@ -1489,6 +1978,12 @@ document.querySelectorAll('.card.locked').forEach(function (c) {
1489
1978
  var q = document.getElementById('q');
1490
1979
  if (q) q.addEventListener('input', function () {
1491
1980
  var t = q.value.trim().toLowerCase(); var any = false;
1981
+ // Searching from inside a guide means "take me back to the library".
1982
+ if (isApp && document.body.classList.contains('reading')) {
1983
+ indexScroll = 0;
1984
+ if (location.hash) location.hash = '';
1985
+ else route();
1986
+ }
1492
1987
  document.querySelectorAll('.card').forEach(function (c) {
1493
1988
  var hay = (c.textContent + ' ' + (c.getAttribute('data-k') || '')).toLowerCase();
1494
1989
  var hit = !t || hay.indexOf(t) !== -1;