Behavior
Product usage data from analytics platforms (Amplitude, Mixpanel). Shows what customers actually do, complementing what they say in conversations.Churn Risk
An insight flagged as threatening an existing customer relationship. Identified from expressed dissatisfaction, competitor comparison, or explicit churn language.Context (Strategic Intelligence)
Business intelligence extracted alongside product feedback: satisfaction levels, churn reasons, competitor mentions, decision criteria, win/loss reasons. Answers “why” behind what customers say. In the REST API this is the/context resource; each record resolves to a customer_id, so it lines up with insights from the same customer.
Deal Blocker
An insight flagged by the AI as preventing or delaying a purchase. Identified from explicit statements (“this is a deal breaker”) or escalation language in conversations.Facet
A filter dimension and its value counts over the full dataset: categories, severities, sources. The API’s/facets endpoint returns every available value with its count, useful for building filter menus that only offer values that actually exist in your data.
Feature
A buildable, shippable child of a theme. A broad theme like “Payment issues” may contain features like “Double charges”, “Payment timeouts”, and “Refund failures”. Features are the roadmap-ready layer of the hierarchy; in the REST API,/features returns them (filter by theme_id).