# Operator Feedback

Operator Feedback lets team members review Vision Events and record whether each event's result was correct, incorrect, or inconclusive. This creates a human-in-the-loop review process for your deployed vision system.

## Submitting Feedback

Open any event in the Vision Events dashboard by clicking on it. In the event detail sidebar, you'll see a feedback section where you can:

1. Click **Correct**, **Incorrect**, or **Inconclusive** to rate the event
2. Optionally add a comment explaining your assessment

Feedback is tied to your user identity, so the team can see who reviewed each event and when.

## Feedback Indicators

Events that have received feedback show visual indicators in the event list:

* **Correct** -- green thumbs-up indicator
* **Incorrect** -- red thumbs-down indicator
* **Inconclusive** -- yellow indicator

These let you quickly scan which events have been reviewed and how they were rated.

## Feedback Activity Stream

The event detail sidebar includes an activity stream that shows all feedback submitted for that event. Each entry displays the reviewer's name, their rating, any comment they left, and when the feedback was submitted.

If multiple team members review the same event, all of their feedback appears in the activity stream.

## Filtering by Feedback Status

You can filter the events list by feedback status to focus on events that need review or that were flagged as incorrect. See [Query Events](https://docs.roboflow.com/deploy/vision-events/query-events) for details on the Feedback Status filter.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.roboflow.com/deploy/vision-events/operator-feedback.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
