mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-24 11:39:31 -05:00
0f38627627
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Co-authored-by: Johannes <johannes@formbricks.com>
39 lines
2.0 KiB
Plaintext
39 lines
2.0 KiB
Plaintext
---
|
|
title: "Unify Feedback"
|
|
description: "Bring feedback from every source into one place and turn it into insights."
|
|
icon: "layer-group"
|
|
---
|
|
|
|
Unify Feedback is the part of Formbricks that consolidates feedback from across your stack into a single, queryable store. Survey responses, CSV imports, API ingestions, and tool-generated records all land in the same model so you can analyze them together.
|
|
|
|
## Why Unify Feedback
|
|
|
|
Most companies collect feedback in many places: surveys, support tickets, app store reviews, NPS tools, sales calls. Each lives in its own silo with its own schema. Unify Feedback normalizes all of these into **Feedback Records** grouped under **Feedback Directories**, so they can be filtered, visualized, and acted on as one dataset.
|
|
|
|
## How it works
|
|
|
|
1. **Create a Feedback Directory.** A directory is a tenant-scoped bucket for related feedback (for example, "Product Feedback" or "Support 2026").
|
|
2. **Connect Sources.** Pull data from Formbricks surveys, upload CSVs, or push records via the API.
|
|
3. **Explore Records.** Browse, filter, edit, and tag individual Feedback Records.
|
|
4. **Discover Topics.** Use vector based Topics & Subtopics (Preview) to cluster open-text feedback.
|
|
5. **Visualize.** Build Charts and group them on Dashboards to share insights with your team.
|
|
|
|
<CardGroup cols={2}>
|
|
<Card title="Feedback Directories" icon="folder-tree" href="/unify-feedback/feedback-directories">
|
|
Org-level buckets that group your feedback.
|
|
</Card>
|
|
<Card title="Feedback Records" icon="list-check" href="/unify-feedback/feedback-records">
|
|
The normalized unit of feedback inside a directory.
|
|
</Card>
|
|
<Card title="Feedback Sources" icon="plug" href="/unify-feedback/feedback-sources">
|
|
Connectors that bring data into a directory.
|
|
</Card>
|
|
<Card title="Dashboards & Charts" icon="chart-line" href="/unify-feedback/dashboards-charts">
|
|
Visualize and share feedback insights.
|
|
</Card>
|
|
</CardGroup>
|
|
|
|
<Note>
|
|
Unify Feedback is an enterprise feature. Enable it on Formbricks Cloud with a paid plan, or self-host with a license.
|
|
</Note>
|