Skip to content

Commit 7734aac

Browse files
authored
Updates to onboarding conversations playbook (#16428)
Updated onboarding conversations playbook with new sections on customer impact, preparation for calls, and AI usage.
1 parent 32a60ad commit 7734aac

1 file changed

Lines changed: 69 additions & 4 deletions

File tree

contents/handbook/onboarding/onboarding-conversations-playbook.md

Lines changed: 69 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,15 @@ Use the following product signals:
6060

6161
### Checking in
6262

63+
This is where we can have a real impact on product adoption and usage expansion. Think of it as a value-driven "soft cross-sell".
64+
6365
Don’t just repeat yourself. Avoid rehashing the same observations from your first message. If your earlier advice still hasn’t been implemented, send a small, friendly nudge. Otherwise, bring something new:
6466

6567
- Look at what they’re actively using right now.
6668
- Infer what they might be trying to measure or achieve as a business.
6769

68-
Help them get to an “aha” moment, and/or suggest one or two features they’d benefit from, but may not have discovered or had time to try.
69-
PostHog features become more powerful when used together (e.g., funnels/error tracking + session replay + PostHog AI). Share a specific guide, an example, or a Loom video, so the customer doesn’t have to poke around to figure it out.
70+
Mainly, help them get to an “aha” moment, and/or suggest one or two features they’d benefit from, but may not have discovered or had time to try.
71+
PostHog features become more powerful when used together (e.g., funnels/error tracking + session replay + PostHog AI). Share a specific guide, an example, or a Loom video, so the customer doesn’t have to poke around to figure it out. You can take some inspiration from [Use Case Selling handbook pages](https://posthog.com/handbook/growth/use-case-selling/use-case-selling).
7072

7173
Lastly, if the customer is trending toward growth (usage, team expansion, increasing volume), it’s okay to mention pre-paid credits and the option of dedicated human support early. Framing it as “when you’re ready” gives them time to consider it and makes a future Sales handoff smoother.
7274

@@ -83,11 +85,15 @@ A small, human touch can help here! Use what’s publicly obvious or clearly rel
8385

8486
## Preparing for the call
8587

88+
**Start from a health check**
89+
8690
Use Vitally and [Metabase](https://posthog.com/handbook/onboarding/metabase-account-analysis) to understand the customer’s current setup. For easier access, you can pin the "Engagement Metric Dashboard" custom trait in Vitally, where you can take a closer look at power users in the organization, the usage of AI or error tracking, and more.
8791

92+
You can supplement Metabase analysis with the [HogSpy extension](https://github.com/PostHog/hogspy/releases/tag/v1.0.0) to audit the implementation of identify, flags, and experiments.
93+
8894
Then zoom out to learn about their business, their product, and the rest of their stack. The better your context, the faster you’ll get to relevant recommendations.
8995

90-
**Start with their KPIs**
96+
**Lead with their KPIs**
9197

9298
Use the customer’s KPIs (usually captured in the booking form) to drive your prep. Ask yourself: what would “success” look like for them? Come prepared with 2-3 concrete use cases tied to those KPIs (e.g., a specific insight type, dashboard, funnel, experiment, etc.). [This Handbook page](https://posthog.com/handbook/growth/sales/utilization-by-business-type) can be a good source of inspiration.
9399

@@ -97,12 +103,70 @@ Check Wappalyzer (login details in 1Password). It’s not always perfectly accur
97103

98104
It might be a great moment to position PostHog as the place where multiple tools can connect under one hood.
99105

100-
Customers respond well when we’re proactive, especially when we show them a path they hadn’t considered. PostHog is most powerful when features compound, so part of prep is identifying the next adoption step that unlocks more value.
106+
Customers respond well when we’re proactive, especially when we show them a path they hadn’t considered. PostHog is most powerful when features compound, so part of prep is identifying the next adoption step that unlocks more value. You can take some inspiration from [Use Case Selling handbook pages](https://posthog.com/handbook/growth/use-case-selling/use-case-selling) as well.
101107

102108
**Use AI to broaden your angles**
103109

104110
AI can help you sanity-check assumptions and surface ideas you might miss. Customer-facing teams at PostHog use PostHog AI, Claude (with PostHog + Vitally MCPs), Cursor, or Antigravity. Use it to generate questions, identify likely “aha” moments, and draft call checklists, then apply human judgment to keep it relevant.
105111

112+
You can also run PostHog AI on the customer instance (visible only to us, no cost incurred) to do the account audit. Prompt below.
113+
114+
<details><summary>PostHog AI prompt</summary>
115+
Analyze the organization across the following dimensions using the last 30 days of data.
116+
117+
1. Instrumentation health
118+
- What SDKs are sending data? (web, mobile, server-side, etc.)
119+
- What's the ratio of auto-captured events vs. custom events?
120+
- Are there any custom events that appear to be duplicates or redundant?
121+
- Are there events with very low volume that might be broken or deprecated?
122+
- Are person profiles being created?
123+
- What's the identified vs. anonymous user ratio?
124+
125+
2. Feature flag usage
126+
- How many feature flags exist?
127+
- How many are active vs. stale?
128+
- Which flags have the most evaluations?
129+
- Which have the fewest?
130+
- Are any flags being evaluated server-side vs. client-side?
131+
- Can you tell?
132+
- Are there flags that have been at 100% rollout for more than 30 days that could be cleaned up?
133+
134+
3. Product usage patterns
135+
- What are the top 20 most frequent events?
136+
- What are the most common user paths? (entry point to key actions)
137+
- What does retention look like week over week?
138+
- Are there obvious drop-off points in any user flows?
139+
- What's the DAU/WAU ratio (stickiness)?
140+
141+
4. Session replay
142+
- Is session replay active?
143+
- How many recordings were there in the last 30 days?
144+
- What's the average session duration?
145+
- Are there minimum duration filters set, or are very short sessions being recorded?
146+
- What's the rage click and dead click volume?
147+
148+
5. Underutilized PostHog features
149+
- Are they using experiments?
150+
- If not, are there flags that look like they could be experiments?
151+
- Is web analytics enabled and collecting data?
152+
- Are surveys being used?
153+
- Is error tracking / exception capture active?
154+
- Are any data warehouse sources connected?
155+
- Are cohorts being used?
156+
- How many exist?
157+
158+
6. Cost optimization
159+
- What products are driving the most usage? (events, recordings, flags)
160+
- Are there any quick wins to reduce noise? (short session filtering, dropping low-value events at ingestion, disabling stale flags)
161+
162+
Summarize findings with a prioritized list of recommendations:
163+
- what's working well
164+
- what needs attention
165+
- what untapped opportunities exist
166+
167+
Follow-up with: Now go look at their business and domain. What should they be doing to get more use and value out of PostHog?
168+
</details>
169+
106170
## On the call
107171

108172
- **Start with a quick discovery (3–5 minutes)**. What they shared in the booking form may not reflect today’s priorities or the goals of everyone on the call. Confirm what outcome they want by the end of the session.
@@ -129,3 +193,4 @@ AI can help you sanity-check assumptions and surface ideas you might miss. Custo
129193
- Loop in everybody. If some folks couldn’t attend, include them anyway so they can catch up async.
130194
- Summarize the call and send resources. Include some extra resources if you feel it would be beneficial as well. For example, our [YouTube playlist](https://www.youtube.com/playlist?list=PLnOY1RYHjDfzBX5wsSUHwLj91xuGnH5Ci%C2%A0) is great!
131195
- If relevant, give them one quick win. Encourage a small task they can do immediately after the call to lock in value and reinforce learning.
196+
- Share any feedback or feature requests with the relevant product team. Their responsiveness can help you deliver some customer happiness! It's always great to be able to send a GitHub link to follow in your email.

0 commit comments

Comments
 (0)