> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/roboflow/roboflow-hi/deploy/vision-events/operator-feedback.md).

# Operator Feedback

Operator Feedback टीम के सदस्यों को Vision Events की समीक्षा करने और यह दर्ज करने की सुविधा देता है कि हर इवेंट का परिणाम सही, गलत, या निष्कर्षहीन था। इससे आपके deployed vision system के लिए एक human-in-the-loop review process बनता है।

## Feedback सबमिट करना

किसी भी event detail sidebar में, उस पर क्लिक करके Vision Events dashboard में कोई भी event खोलें। event detail sidebar में, आपको एक feedback section दिखाई देगा जहाँ आप:

1. क्लिक करें **सही**, **गलत**या **निष्कर्षहीन** इवेंट को रेट करने के लिए
2. वैकल्पिक रूप से अपनी assessment समझाने के लिए एक comment जोड़ें

Feedback आपकी user identity से जुड़ा होता है, इसलिए team देख सकती है कि किसने कौन-सा event review किया और कब।

## Feedback Indicators

जिन events पर feedback मिला है, वे event list में visual indicators के साथ दिखते हैं:

* **सही** -- हरा thumbs-up indicator
* **गलत** -- लाल thumbs-down indicator
* **निष्कर्षहीन** -- पीला indicator

ये आपको जल्दी से यह देखने देते हैं कि किन events की review हो चुकी है और उन्हें कैसे rated किया गया था।

## Feedback Activity Stream

event detail sidebar में एक activity stream शामिल होता है, जो उस event के लिए सबमिट किया गया सभी feedback दिखाता है। हर entry में reviewer का नाम, उनकी rating, कोई भी comment जो उन्होंने छोड़ा हो, और feedback कब सबमिट किया गया था, दिखता है।

अगर कई team members एक ही event की समीक्षा करते हैं, तो उनका सभी feedback activity stream में दिखाई देता है।

## Feedback Status के आधार पर फ़िल्टर करना

आप review की ज़रूरत वाले या incorrect के रूप में flagged events पर ध्यान केंद्रित करने के लिए feedback status के आधार पर events list फ़िल्टर कर सकते हैं। देखें [Query Events](/roboflow/roboflow-hi/deploy/vision-events/query-events.md) Feedback Status filter के विवरण के लिए।


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
