Whatfix platform help — Digital Adoption Platform (DAP), in-app Flows, Smart Tips, Beacons, Task Lists, Self Help widget, Product Analytics (funnels, Sankey charts, cohorts), Mirror sandbox training, NPS/custom surveys, Integration Hub. Use when Whatfix flows aren't triggering, users skip walkthroughs, Self Help widget isn't surfacing right content, product analytics look wrong, Mirror sandbox needs setup, Whatfix surveys have low completion, Integration Hub data isn't syncing, need help with Whatfix API or content tagging, setting up Whatfix for a new enterprise app, or comparing Whatfix to WalkMe or Pendo. Do NOT use for in-app messaging strategy across platforms (use /sales-in-app-messaging) or general customer feedback strategy (use /sales-customer-feedback).
If references/learnings.md exists, read it first for accumulated platform knowledge.
What do you need help with?
What application is Whatfix deployed on?
What Whatfix plan are you on? (Standard / Premium / Enterprise / Not sure)
Skip-ahead rule: if the user's prompt already contains enough context, skip to Step 2.
| Problem domain | Route to |
|---|---|
| In-app messaging strategy (not Whatfix-specific) | /sales-in-app-messaging {your question} |
| General NPS/CSAT/VoC program design | /sales-customer-feedback {your question} |
| Customer success health scores, churn prevention | /sales-customer-success {your question} |
| Connecting Whatfix to CRM via Zapier/Make | /sales-integration {your question} |
| Product analytics with Pendo instead | /sales-pendo {your question} |
If the question is Whatfix-specific, answer directly using the reference below.
Read references/platform-guide.md for the full platform reference — modules, pricing, integrations, data model, workflows.
If the question involves the API, also read references/whatfix-api-reference.md.
Answer the user's question using only the relevant section. Don't dump the full reference.
Focus on the user's specific situation. Common patterns:
If you discover a gotcha, workaround, or tip not covered in references/learnings.md, append it there.
Best-effort from research — review these, especially items about plan-gated features and integration gotchas that may be outdated.
/sales-in-app-messaging — In-app messaging strategy across platforms (Whatfix, Pendo, Appcues, Braze). Install: npx skills add sales-skills/sales --skill sales-in-app-messaging/sales-pendo — Pendo platform help (product analytics, guides, session replay, NPS, API). Install: npx skills add sales-skills/sales --skill sales-pendo/sales-customer-feedback — NPS, CSAT, VoC strategy and platform comparison. Install: npx skills add sales-skills/sales --skill sales-customer-feedback/sales-customer-success — Customer success strategy: health scores, churn prevention, onboarding. Install: npx skills add sales-skills/sales --skill sales-customer-success/sales-do — Not sure which skill to use? The router matches any sales objective to the right skill. Install: npx skills add sales-skills/sales --skill sales-doUser says: "We deployed Whatfix on Salesforce but only 30% of users finish the opportunity creation flow. How do I improve completion?" Skill does: Analyzes Flow design — checks step count (aim for 5-7 max), verifies Flow Standby is enabled for error recovery, reviews targeting (are the right users seeing it?), suggests splitting long flows into smaller task-list items. Recommends using Smart Tips on individual fields instead of a linear flow for complex forms. Reviews analytics to find the exact drop-off step. Result: Redesigned flow with fewer steps, field-level Smart Tips for complex fields, and Task List for the overall process.
User says: "I just got Whatfix Product Analytics added to our Premium plan. How do I set up funnel analysis for our employee onboarding workflow in Workday?" Skill does: Walks through defining the onboarding funnel steps in Whatfix (login → profile setup → benefits enrollment → direct deposit → acknowledgments), configuring user journey visualization via Sankey charts, creating cohort-based reports by department and hire date, and setting up Whatfix AI for automated insight generation. Covers how to integrate data with Power BI for executive reporting. Result: Onboarding funnel with step-by-step tracking, Sankey visualization, and automated insights.
User says: "Whatfix isn't picking up role changes from Azure AD, so users see the wrong content." Skill does: Reviews Integration Hub configuration — checks data flow direction (Azure AD → Whatfix), verifies attribute mapping for role fields, checks sync schedule and frequency. Recommends using segmentation tags tied to Azure AD groups instead of individual role fields. Flags common issue: Azure AD group membership changes may not trigger immediate sync — configure webhook-based updates instead of scheduled polling. Result: Fixed attribute mapping with webhook-based sync for real-time role updates.
Symptom: Flow is published but users don't see it. Cause: Segmentation tags don't match user attributes, the target page URL pattern is wrong, or display frequency limit was reached. Solution: 1) Check user tags in Whatfix admin — verify the user matches the segment. 2) Verify the URL pattern matches the actual app page (dynamic URLs in SPAs are tricky). 3) Check display rules — "show once" means dismissed users won't see it again. 4) Use Whatfix Diagnostics to troubleshoot content delivery on the target page.
Symptom: Users search in Self Help but get unrelated articles or flows. Cause: Content aggregation includes too many sources, or article titles/tags don't match how users describe their problems. Solution: 1) Audit aggregated content — remove outdated or irrelevant articles. 2) Add keyword tags that match how users actually phrase their questions. 3) Use page-level content filtering so only relevant content shows on each app screen. 4) If on Premium+, enable AI-powered search summarization for better results.
Symptom: Analytics dashboard shows very few users completing key workflows. Cause: Users may be completing workflows through alternate paths not tracked, or the funnel definition is too strict. Solution: 1) Use Sankey chart (user journey visualization) to see actual navigation paths — users may skip steps you expected. 2) Broaden funnel definitions to include alternate valid paths. 3) Check if ad blockers or browser extensions are blocking the Whatfix script. 4) Verify the script loads on all relevant pages in SPAs.