To collect and view feedback, you must enable feedback from the Add-ons page in your dashboard.

Feedback types
Contextual and code snippet feedback are in beta. To enable them for your documentation site, contact our sales team.

- Thumbs rating: Simple thumbs up/down voting to gauge overall satisfaction with pages.
- Edit suggestions: Allow users to suggest edits to your documentation. Only available for public GitHub repositories.
- Raise issues: Allow users to create GitHub issues directly from your documentation. Only available for public GitHub repositories.
- Contextual feedback: Free form feedback about the content of a page.
- Code snippet feedback: Feedback specifically on code snippets.
- Agent feedback: Feedback submitted by third-party AI agents that access your documentation.
Collect email addresses
Enable email collection so users can optionally provide their email address when submitting feedback.- Navigate to the Add-ons page in your dashboard.
- Enable the Collect reader emails toggle under the feedback settings.
- Optionally add a privacy disclaimer about how your team uses collected emails.
If you disable telemetry in your
docs.json file, feedback features are not available on your documentation pages.Manage feedback
For contextual and code snippet feedback, you can set the status of a piece of feedback and add internal notes to track your work resolving user feedback.Change feedback status
Select the status beside a piece of feedback to mark it as Pending, In Progress, Resolved, or Dismissed. Best practices for setting feedback statuses:- Pending: Feedback is awaiting review.
- In Progress: Work is in progress to address the feedback.
- Resolved: Feedback has been resolved.
- Dismissed: Feedback is irrelevant or inaccurate.
Filter by status
Use the Filters menu to control which feedback displays. Clear a status to hide all feedback with that status. By default, all feedback types display.Filter by type
Select between Ratings by page, Detailed feedback, and Code snippets depending on the information you want to analyze.- Ratings by page: See which pages have the most positive and negative feedback. Use this quantitative data to identify pages that users find most and least helpful.
- Detailed feedback: Review the open feedback users leave on pages to identify targeted improvements to specific pages.
- Code snippets: Review the open feedback users leave on code snippets to identify targeted improvements to specific blocks of code.
Add internal notes
Click a piece of feedback to add an internal note. These notes are only visible to people with access to your dashboard. Use notes to add information for collaboration, link relevant support or engineering tickets, or remember any other useful information.Agent feedback
Agent feedback is in beta and subject to change.
How agent feedback works
You must enable agent feedback in your dashboard to collect it. Once enabled, Mintlify appends an<AgentInstructions> block with instructions and the endpoint for submitting feedback when an agent fetches a page using Markdown export.
Agents post feedback to the endpoint with the page path and feedback text. The feedback appears in the dashboard alongside human feedback.
The feedback endpoint is always available at https://your-domain.com/feedback as a POST request, even if you don’t add the instructions to the Markdown export, so you can prompt agents to submit feedback manually by posting to the endpoint.
Enable agent feedback
- Navigate to the Add-ons page in your dashboard.
-
Enable the Agent feedback toggle.

Retrieve agent feedback via API
Use the analytics feedback endpoint to retrieve agent feedback programmatically. Filter bysource=agent to return only agent feedback.
Agent feedback responses include:
comment: The feedback text submitted by the agent.path: The path of the page the feedback is about.
Use feedback data
Review your feedback data to:- Identify successful content: Pages with the most positive feedback show what works well in your documentation.
- Prioritize improvements: Pages with the most negative feedback indicate what content might need attention.
- Take action: Make documentation updates based on direct user feedback.


