> 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-ko/deploy/vision-events/operator-feedback.md).

# 운영자 피드백

Operator Feedback를 사용하면 팀원이 Vision Events를 검토하고 각 이벤트 결과가 정확했는지, 부정확했는지, 또는 판단 불가였는지를 기록할 수 있습니다. 이를 통해 배포된 비전 시스템에 대해 사람의 검토가 포함된 human-in-the-loop 검토 프로세스가 만들어집니다.

## 피드백 제출

클릭하여 Vision Events 대시보드에서 어떤 이벤트든 열 수 있습니다. 이벤트 상세 사이드바에서 다음을 할 수 있는 피드백 섹션을 볼 수 있습니다:

1. 클릭 **정확**, **부정확**, 또는 **판단 불가** 이벤트를 평가하려면
2. 선택적으로 평가를 설명하는 댓글을 추가

피드백은 사용자 ID에 연결되므로, 팀은 누가 각 이벤트를 검토했고 언제 검토했는지 볼 수 있습니다.

## 피드백 표시기

피드백을 받은 이벤트는 이벤트 목록에 시각적 표시가 나타납니다:

* **정확** -- 초록색 엄지 위 표시
* **부정확** -- 빨간색 엄지 아래 표시
* **판단 불가** -- 노란색 표시

이것을 통해 어떤 이벤트가 검토되었는지와 어떤 평가를 받았는지를 빠르게 확인할 수 있습니다.

## 피드백 활동 스트림

이벤트 상세 사이드바에는 해당 이벤트에 대해 제출된 모든 피드백을 보여주는 활동 스트림이 포함되어 있습니다. 각 항목에는 검토자의 이름, 평가, 남긴 댓글, 그리고 피드백이 제출된 시점이 표시됩니다.

여러 팀원이 같은 이벤트를 검토하면, 모든 피드백이 활동 스트림에 표시됩니다.

## 피드백 상태로 필터링

피드백 상태별로 이벤트 목록을 필터링하여 검토가 필요한 이벤트나 부정확하다고 표시된 이벤트에 집중할 수 있습니다. 자세한 내용은 [Query Events](/roboflow/roboflow-ko/deploy/vision-events/query-events.md) 의 피드백 상태 필터를 참조하세요.


---

# 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-ko/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.
