> 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/set-up-a-guest-tablet-for-healthcare.md).

# 의료용 게스트 태블릿 설정

게스트 기능에는 의료 방문자 관리를 위한 태블릿 구성이 포함되어 있습니다. 이 구성에서 병원은 태블릿을 사용하여 입원 방문자 로그인, 외래 방문자 로그인, 제한 구역 방문자 확인을 할 수 있습니다.

{% hint style="warning" %}
시작하기 전에: [태블릿을 Command에 추가합니다](/guest/ko/configuration/guest-sites/set-up-a-guest-tablet.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"><figure><img src="/files/33f6cfa5c966d9a9d65de544953c457bcaee9ad3" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}

### 카메라를 선택합니다

병원에서는 전면 또는 후면 iPad 카메라를 사용하여 방문자의 사진 신분증을 스캔할 수 있습니다.

{% stepper %}
{% step %}
**게스트 설정 > 사이트 > 태블릿으로 이동한 다음 원하는 태블릿을 선택합니다.**
{% endstep %}

{% step %}
**사진 신분증 스캔 드롭다운 메뉴를 선택하고 카메라를 선택합니다.**
{% endstep %}
{% endstepper %}

### 보조 체크포인트를 선택합니다

의료용 태블릿을 사용하여 [제한 구역 방문자를 확인하려면](/guest/ko/healthcare/healthcare-visitor-verification.md), 태블릿은 다음에 할당되어야 합니다 [보조 체크포인트](/guest/ko/healthcare/manage-departments-and-checkpoints.md).

{% stepper %}
{% 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/guest/ko/healthcare/set-up-a-guest-tablet-for-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.
