> 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.md).

# 학교

- [학교용 게스트 유형](https://help.verkada.com/guest/ko/schools/school-guest-types.md): 최신 학생 및 보호자 정보를 사용하는 게스트 유형을 맞춤 설정
- [학생 목록 관리](https://help.verkada.com/guest/ko/schools/manage-student-lists.md): Workplace에서 학생 및 관련 보호자 목록을 직접 검토
- [ClassLink를 Verkada Guest와 통합](https://help.verkada.com/guest/ko/schools/integrate-classlink-with-verkada-guest.md): 학생 관리를 위해 ClassLink Roster Server를 Verkada Guest에 연결
- [Clever를 Verkada Guest와 통합](https://help.verkada.com/guest/ko/schools/integrate-clever-with-verkada-guest.md): Verkada Guest와 Clever 간의 원활한 통합 설정
- [Verkada Guest를 PowerSchool에 연결](https://help.verkada.com/guest/ko/schools/connect-verkada-guest-to-powerschool.md): 최신 학생 및 보호자 정보를 불러오고 Guest로 지각을 추적


---

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