> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/incident-response/ko/analytics/review-responses-from-command.md).

# 명령에서 응답 검토

Command에서 현재 및 과거 Response를 관리하고, 주요 지표를 검토하며, 대피자와 보호자를 추적하고, 수행된 작업의 전체 로그에 액세스할 수 있습니다. 이러한 도구를 통해 Workplace 사이트 관리자는 Incident Response 프로세스의 모든 단계를 중앙에서 확인하고 모니터링하며 관리할 수 있습니다.

{% hint style="danger" %}
다음이 있어야 합니다 **Workplace 사이트 관리자** 역할 또는[ 명시적 권한](/command/ko/users-and-permissions/roles-and-permissions-for-command/custom-roles.md#workplace) Response 분석을 보려&#xBA74;**.**
{% endhint %}

***

## 분석

해당 **분석** 페이지에는 다음을 포함한 각 Response의 주요 지표가 표시됩니다:

* 사람 유형별로 업데이트된 대피자 수(학생, 직원 또는 방문자)
* 상태별 총 대피자 수
* 각 직원이 업데이트한 고유 대피자 총수

<div align="left" data-with-frame="true"><img src="/files/64b63cf88d9506311b3b2dbf0e758002284b5813" alt=""></div>

***

## 대피자

Workplace 사이트 관리자는 모든 대피자의 상태와 업데이트를 다음에서 검토할 수 있습니다: **대피자** 페이지. 관리자는 대피자 목록을 상태, 위치, 분반별로 필터링할 수 있습니다.

<div align="left" data-with-frame="true"><img src="/files/1354bb412751f342cd5203b1631ae5fda4558339" alt=""></div>

***

### 보호자

직원은 다음을 보게 됩니다: **보호자** 재결합이 활성화된 Response Templates의 페이지를 보게 됩니다. 이를 통해 Workplace 사이트 관리자는 로그인한 모든 보호자와 그 세부 정보를 볼 수 있습니다.

***

## 기록

해당 **기록** 페이지에는 단일 Response에 대해 Incident Response 포털에서 수행된 모든 작업이 표시됩니다. 이 페이지에서 로그를 .json 파일로 내보낼 수 있습니다.

{% stepper %}
{% step %}
**Verkada Command에서 All Products > Workplace Incident Response로 이동합니다.**
{% endstep %}

{% step %}
**Response를 선택합니다.**
{% endstep %}

{% step %}
**상단에서 기록을 선택합니다.**
{% endstep %}

{% step %}
**오른쪽 상단에서 로그 내보내기를 선택합니다.**
{% endstep %}
{% endstepper %}


---

# 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://help.verkada.com/incident-response/ko/analytics/review-responses-from-command.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.
