Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions fern/products/docs/pages/customization/user-feedback.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ You can also disable this feature for [individual pages](/learn/docs/configurati
In [self-hosted](/learn/docs/self-hosted/overview) deployments, feedback events are logged as structured JSON to the container's stdout. See [On-page feedback](/learn/docs/self-hosted/set-up#on-page-feedback) for details.
</Info>

### Viewing feedback in the dashboard

You can view all on-page feedback responses in the **Feedback** tab of the [Fern Dashboard](https://dashboard.buildwithfern.com/). The table shows the page URL, whether the user found the page helpful, the reason for their response, the channel, location, and date. You can filter by date range and export results to CSV.

For more on the dashboard, see the [Dashboard overview](/learn/dashboard/getting-started/overview).

## Edit this page

Allow users to suggest changes to the current page directly from your docs. There are two modes for this feature:
Expand Down
Loading