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