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

# 의료

- [의료용 게스트 유형 구성](https://help.verkada.com/guest/ko/healthcare/configure-the-patient-visit-guest-type.md): 병원 방문자를 위한 체크인 절차를 맞춤 설정하세요
- [게스트 의료 포털 사용](https://help.verkada.com/guest/ko/healthcare/use-the-guest-healthcare-portal.md)
- [의료용 게스트 태블릿 설정](https://help.verkada.com/guest/ko/healthcare/set-up-a-guest-tablet-for-healthcare.md): 강력한 병원 방문자 관리 키오스크를 쉽게 설정하세요
- [의료 방문자 확인](https://help.verkada.com/guest/ko/healthcare/healthcare-visitor-verification.md): 확인을 통해 방문자가 지정된 의료 부서로만 제한되도록 할 수 있습니다.
- [의료 게스트 유형으로 방문자 체크인](https://help.verkada.com/guest/ko/healthcare/inpatient-visitor-sign-in.md): 시설의 안전을 보장하면서 환자 및 부서 방문자를 쉽게 체크인하세요
- [부서 및 체크포인트 관리](https://help.verkada.com/guest/ko/healthcare/manage-departments-and-checkpoints.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/healthcare.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.
