Fern offers a variety of ways to track feedback and suggested improvements from users.
By default, every Markdown page of your docs contains a feedback component at the bottom of the page:
You can also disable this feature for individual pages or all pages.
In self-hosted deployments, feedback events are logged as structured JSON to the container’s stdout. See On-page feedback for details.
You can view all on-page feedback responses in the Feedback tab of the Fern Dashboard. The table shows feedback per page, including whether the page was helpful and the reason (if provided), plus channel, location, and date. You can filter by date range and export results to CSV.
Allow users to suggest changes to the current page directly from your docs. There are two modes for this feature:
You can configure this feature — including whether the button links directly to GitHub or presents editing options — in the global configuration. You can also override the edit URL for an individual page in the frontmatter.
This feature works in preview links but doesn’t work in local development.