See What Your Knowledge Agent Has Learned
Feb 25, 2026
Frigade learns your product by using it directly, but help center articles are a useful way to fill in the gaps, especially for concepts and workflows that live outside the product itself. The knowledge agent handles that, reading your help center and pulling in what it finds to round out what the product agent already knows.
Until now, there was no way to see exactly what had been synced. Starting today, you can browse the full list of articles and content your knowledge agent has learned from in the Agents tab.
Click into any knowledge agent to see what's been picked up and what it contains, so you can spot gaps before your users run into them.
- 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.
- Aug 22, 2023
Component Library Updates
The component library got a big update. Components are restyled, layouts and flows are updated, and they're interactive in the Frigade dashboard. View and interact with each component to see how users will experience them before you ship. Bump `@frigade/react` to 1.35.14 or higher.