> 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/configuration/guest-sites/manage-qr-codes-for-mobile-sign-in.md).

# 모바일 체크인용 QR 코드 관리

모바일 로그인 QR 코드를 사용하면 방문자가 개인 기기에서 직접 로그인을 완료할 수 있습니다. 관리자는 이 기능을 사용하도록 설정하여 대규모 그룹의 체크인을 간소화할 수 있습니다.

***

## 단기 QR 코드

{% hint style="danger" %}
최소한 **Workplace Site Admin** 이어야 단기 QR 코드를 사용할 수 있습니다.
{% endhint %}

단기 QR 코드는 게스트 앱 시작 화면에 표시되며 매일 새로고침되는 로그인 페이지로 연결됩니다.

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

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

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

{% step %}
**세부 정보에서 단기 QR 코드를 켜세요.**
{% endstep %}
{% endstepper %}

***

## 장기 QR 코드

{% hint style="danger" %}
최소한 **조직 관리자** 이어야 장기 QR 코드를 사용할 수 있습니다.
{% endhint %}

조직은 장기 QR 코드를 인쇄하여 로그인 위치에 게시할 수 있습니다. 이 코드는 1년 동안 또는 취소될 때까지 활성 상태로 유지되는 로그인 페이지로 연결됩니다.

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

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

{% step %}
**상단에서 조직을 선택합니다.**
{% endstep %}

{% step %}
**보안 및 데이터에서 장기 QR 코드 인쇄 사용을 켜세요.**
{% endstep %}
{% endstepper %}

### 장기 QR 코드 관리

{% hint style="danger" %}
사용자는 최소한 **직장 사이트 뷰어** 이어야 게스트 사이트의 장기 QR 코드를 인쇄하고 취소할 수 있습니다.
{% endhint %}

#### 인쇄

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

{% step %}
**오른쪽 상단에서 QR 코드 받기를 선택하세요.**

a. 클릭합니다. **로그인 배지를 인쇄하세요.**\
b. QR 코드가 별도의 창에 팝업으로 표시되며, 이를 인쇄할 수 있습니다.
{% endstep %}
{% endstepper %}

#### 취소

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

{% step %}
**오른쪽 상단에서 QR 코드 받기를 선택하세요.**

a. 클릭합니다. **QR 코드 취소.**\
b. 클릭 **취소.**
{% endstep %}
{% endstepper %}

{% hint style="danger" %}
이렇게 하면 **모든** 이전에 인쇄된 로그인 QR 코드가 취소됩니다.
{% 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/configuration/guest-sites/manage-qr-codes-for-mobile-sign-in.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.
