每个流失的客户在事后都有相同的故事:信号就在那里,分散在Gainsight健康分数、Zendesk工单、Slack对话和CSM会议记录中,但没有人及时将它们联系起来。UPLO客户成功将这些信号整合为结构化、可搜索的知识,让您的团队能够基于模式采取行动,而不是被动应对突发问题。
会话开始
建立您的CSM身份。这将加载您的客户群、权限级别(某些账户财务信息可能受限)和团队分配:
get_identity_context
使用场景
- 查看新账户的入职状态 — 哪些里程碑已完成,哪些被阻塞,谁负责解决阻塞
- 为月度CS领导层审查准备风险评估,提取您客户组合的健康趋势
- 客户 champion 刚刚离职,您需要找到该联系人的所有已记录关系和交接笔记
- 调查支持升级模式(例如重复的SSO问题)是仅限于一个账户还是系统性问题
- 通过记录产品采用里程碑和量化价值交付来建立扩展案例
- 检查续订 playbook 并将其与最近五个类似ARR续订的处理方式进行对比
- 新的CSM正在中期接管账户,需要完整的账户叙述,而不仅仅是CRM字段
示例工作流
入职健康检查
一位VP of CS想要一份当前正在入职的所有账户(最初90天)的状态报告。
search_with_context query="customer onboarding status milestones blocked incomplete accounts first 90 days"
对于某个似乎陷入困境的特定账户:
search_knowledge query="TechFlow Inc onboarding integration API setup blockers"
如果集成延迟是一个模式,则标记系统性问题:
report_knowledge_gap query="onboarding integration delay patterns common blockers resolution playbook"
log_conversation summary="Onboarding health check across portfolio; identified TechFlow integration blocker and pattern of API setup delays across 3 accounts" topics='["onboarding","health-check","integration-blockers"]' tools_used='["search_with_context","search_knowledge","report_knowledge_gap"]'
Champion 变更 Playbook
战略账户的关键客户 champion 已转任新角色。CSM需要执行 champion 变更 playbook。
search_knowledge query="DataVault Corp primary contact stakeholder relationships decision makers"
search_with_context query="DataVault Corp engagement history executive sponsor interactions value delivered metrics"
检查战略账户的任何特殊处理要求的指令:
get_directives
客户成功的关键工具
search_with_context — CS问题本质上是关系性的。"这个账户健康吗?"需要连接使用数据、支持历史、CSM笔记和账单状态。图遍历自动组装这些。
示例:search_with_context query="Pinnacle Systems account health support tickets product usage renewal date"
search_knowledge — 针对特定CS工件的目标检索:入职清单、成功计划、会议笔记、QBR演示文稿。
示例:search_knowledge query="Pinnacle Systems success plan Q2 goals"
report_knowledge_gap — 当您发现一个没有成功计划、没有记录业务成果或缺少利益相关者映射的账户时,请报告。这些差距是流失的领先指标。
flag_outdated — 成功计划、利益相关者映射和价值文档会过时。18个月前且列出了错误的高管赞助商的成功计划比没有计划更糟糕——它会产生虚假的信心。
propose_update — 当您在账户审查中发现新信息(新利益相关者更新的业务目标、变更的续订日期)时,建议更新以保持知识库最新。
技巧
- 健康分数查询在指定维度时效果最佳:"产品采用健康"vs"支持健康"vs"关系健康"。提取引擎通常会分别索引这些。
- CSM交接是客户生命周期中风险最高的时刻。使用
export_org_context结合账户特定搜索来构建全面的交接文档,而不是依赖30分钟的电话。
- 在记录价值交付时,使用提取引擎可以索引的量化语言:"将工单量减少34%"而不是"显著改善支持体验"。
- 升级模式比单个升级更有价值。如果您注意到多个账户的主题(例如,"账单差异"升级激增),使用
report_knowledge_gap将其标记为系统性问题。
Every churned account tells the same story in hindsight: the signals were there, scattered across Gainsight health scores, Zendesk tickets, Slack threads, and CSM meeting notes that nobody connected in time. UPLO Customer Success consolidates these signals into structured, searchable knowledge so your team can act on patterns rather than react to surprises.
Session Start
Establish your CSM identity. This loads your book of business, clearance level (some account financials may be restricted), and team assignments:
get_identity_context
When to Use
- Reviewing the onboarding status of a new account — which milestones are complete, which are blocked, and who owns the blockers
- Preparing a risk assessment for the monthly CS leadership review by pulling health trends across your portfolio
- A customer champion just left and you need to find every documented relationship and handoff note for that contact
- Investigating whether a support escalation pattern (e.g., repeated SSO issues) is isolated to one account or systemic
- Building an expansion case by documenting product adoption milestones and quantified value delivered
- Checking the renewal playbook and comparing it against how the last five similar-ARR renewals were handled
- A new CSM is inheriting accounts mid-cycle and needs the full account narrative, not just the CRM fields
Example Workflows
Onboarding Health Check
A VP of CS wants a status report on all accounts currently in onboarding (first 90 days).
search_with_context query="customer onboarding status milestones blocked incomplete accounts first 90 days"
For a specific account that appears stuck:
search_knowledge query="TechFlow Inc onboarding integration API setup blockers"
Flag the systemic issue if integration delays are a pattern:
report_knowledge_gap query="onboarding integration delay patterns common blockers resolution playbook"
log_conversation summary="Onboarding health check across portfolio; identified TechFlow integration blocker and pattern of API setup delays across 3 accounts" topics='["onboarding","health-check","integration-blockers"]' tools_used='["search_with_context","search_knowledge","report_knowledge_gap"]'
Champion Change Playbook
A key customer champion at a strategic account has moved to a new role. The CSM needs to execute the champion change playbook.
search_knowledge query="DataVault Corp primary contact stakeholder relationships decision makers"
search_with_context query="DataVault Corp engagement history executive sponsor interactions value delivered metrics"
Check directives for any special handling requirements on strategic accounts:
get_directives
Key Tools for Customer Success
search_with_context — CS questions are relational by nature. "Is this account healthy?" requires connecting usage data, support history, CSM notes, and billing status. The graph traversal assembles these automatically. Example: search_with_context query="Pinnacle Systems account health support tickets product usage renewal date"
search_knowledge — Targeted retrieval for specific CS artifacts: onboarding checklists, success plans, meeting notes, QBR decks. Example: search_knowledge query="Pinnacle Systems success plan Q2 goals"
report_knowledge_gap — When you find an account with no success plan, no documented business outcomes, or missing stakeholder mapping, report it. These gaps are leading indicators of churn.
flag_outdated — Success plans, stakeholder maps, and value documentation go stale. A success plan from 18 months ago with the wrong executive sponsor listed is worse than no plan — it creates false confidence.
propose_update — When you discover new information during an account review (new stakeholder, updated business objective, changed renewal date), propose the update to keep the knowledge base current.
Tips
- Health score queries work best when you specify the dimension: "product adoption health" vs. "support health" vs. "relationship health." The extraction engine often indexes these separately.
- CSM handoff is the highest-risk moment in the customer lifecycle. Use
export_org_context combined with account-specific searches to build a comprehensive handoff document rather than relying on a 30-minute call.
- When documenting value delivered, use quantified language that the extraction engine can index: "reduced ticket volume by 34%" rather than "significantly improved support experience."
- Escalation patterns are more valuable than individual escalations. If you notice a theme across multiple accounts (e.g., "billing discrepancy" escalations spiking), use
report_knowledge_gap to flag it as a systemic issue.