Smarter Insights: Categorize, Prioritize, and Close
May 28, 2026
Insights used to surface patterns. Now it helps you act on them.
Every insight is now sorted into one of three categories, so you can tell at a glance what kind of signal it is:
- Bug -- users running into broken behavior
- Product Request -- users asking for features that don't exist yet
- Knowledge Gap -- users looking for answers your docs should cover
From there, you can focus on what matters. Two new views surface your biggest issues by volume, the things coming up most across your users, and what's gaining traction recently so you can catch problems while they're still building. Filter to a single category when you want to look at just bugs or just requests, and every view persists in the URL so you can bookmark it or share it with your team.
And Insights is no longer just a list to scan. Once you've fixed or understood an insight, close it to clear it out and focus on what's still open. Closing doesn't stop the tracking: new occurrences keep landing on closed insights, so if something you thought you'd solved is still happening, you'll know. That turns raw signal into a working list you can feed straight into your roadmap.
Insights is now available to all customers. See it in action.
- Oct 11, 2023
Updated Flow Analytics
After hearing feedback that customers wanted better performance insights directly in the dashboard, we gave Flow analytics a big update:
- Sep 12, 2023
Targeting Acquired
Targeting is how you control the state and visibility of Flows (and Steps) based on data about the current user. Previously, targeting was code-only: fine for simple queries, awkward for complex ones.
- Aug 31, 2023
Async Validation Handlers in Forms
Engage Forms now support asynchronous validation between steps using the `validationHandler` prop on `<FrigadeForm />`. Block the user from advancing until an async call (database, API, etc.) completes.