> 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/guest/ko/schools/manage-student-lists.md).

# 학생 목록 관리

Verkada Guest는 교육구가 학생 및 보호자 데이터를 공유할 수 있는 여러 보안 방법을 제공합니다. 관리자는 Guest 내에서 학교별 학생 및 보호자 목록을 직접 보고 관리할 수 있습니다.

{% hint style="warning" %}
학생 목록은 학교 연동을 통해 가져옵니다. 다음을 참조하세요. [학교](/guest/ko/schools/school-guest-types.md) 섹션에서 자세한 내용을 확인하세요.
{% endhint %}

***

## 학생 목록 관리

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

{% step %}
**왼쪽 탐색 메뉴에서 Guest Settings를 클릭합니다.**
{% endstep %}

{% step %}
**상단에서 Sites > 해당 사이트를 선택합니다.**
{% endstep %}

{% step %}
**학생 목록 아래에서 학생 목록 관리를 클릭합니다.**
{% endstep %}

{% step %}
**학생을 선택하여 연결된 모든 보호자와 해당 세부 정보를 봅니다.**

<div align="left" data-with-frame="true"><img src="/files/56821427184342ae79d002b9cfc564fd44bcbca8" alt=""></div>
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
CSV로 학생 목록을 관리하는 조직의 경우, 다음을 선택하여 목록을 교체할 수 있습니다 **CSV로 교체** 오른쪽 상단에서.
{% endhint %}


---

# 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/guest/ko/schools/manage-student-lists.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.
