Skip to content
Closed
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
13 changes: 13 additions & 0 deletions optimize/feedback.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@
Best practices for setting feedback statuses:

- **Pending**: Feedback is awaiting review.
- **In Progress**: Feedback has been validated and is being worked on.

Check warning on line 78 in optimize/feedback.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

optimize/feedback.mdx#L78

In general, use active voice instead of passive voice ('been validated').

Check warning on line 78 in optimize/feedback.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

optimize/feedback.mdx#L78

In general, use active voice instead of passive voice ('being worked').
- **Resolved**: Feedback has been resolved.

Check warning on line 79 in optimize/feedback.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

optimize/feedback.mdx#L79

In general, use active voice instead of passive voice ('been resolved').
- **Dismissed**: Feedback has been dismissed as not actionable, irrelevant, or inaccurate.

Check warning on line 80 in optimize/feedback.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

optimize/feedback.mdx#L80

In general, use active voice instead of passive voice ('been dismissed').

### Filter by status

Use the status filter to control which feedback is displayed. Clear a status to hide all feedback with that status. By default, all feedback is displayed.

Check warning on line 84 in optimize/feedback.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

optimize/feedback.mdx#L84

In general, use active voice instead of passive voice ('is displayed').

Check warning on line 84 in optimize/feedback.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

optimize/feedback.mdx#L84

In general, use active voice instead of passive voice ('is displayed').

### Add internal notes

Expand All @@ -89,6 +89,19 @@

Use notes to add information for collaboration, link relevant support or engineering tickets, or remember any other useful information.

## Feedback by page

Use the **Feedback by page** view to see aggregated thumbs feedback across all your documentation pages. This view shows which pages have the most positive or negative sentiment based on thumbs up and thumbs down votes.

To access this view, click **Feedback by page** at the top of the feedback tab.

The view displays two lists:

- **Liked by viewers**: Pages with more thumbs up than thumbs down votes, sorted by the difference between positive and negative feedback.
- **Needs improvement**: Pages with more thumbs down than thumbs up votes, sorted by the magnitude of negative sentiment.

Each item shows the page path, the number of thumbs up and thumbs down votes, and a visual indicator of the feedback balance. Use this view to quickly identify your best-performing content and pages that may need attention.

## Use feedback data

Review your feedback data to:
Expand Down