> 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/notifications/set-up-bells-for-verkada-guest.md).

# Verkada Guest용 벨 설정

Verkada Guest는 사용자가 전체 체크인 절차를 거치지 않아도 알림을 보내는 게스트 유형을 구성할 수 있는 벨 기능을 제공합니다. 이는 택배 기사가 물건을 배송하는 것과 같은 사용 사례에 유용합니다.

***

## 게스트 사이트에 벨 구성하기

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

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

{% step %}
**Organization 아래에서 Sites로 스크롤합니다.**
{% endstep %}

{% step %}
**타일 목록에서 벨을 구성할 사이트를 선택합니다.**
{% endstep %}

{% step %}
**왼쪽에서 Guest Types로 스크롤한 다음 Manage Guest Types를 클릭합니다.**
{% endstep %}

{% step %}
**오른쪽 상단에서 게스트 유형 추가를 클릭합니다.**

1. 고유한 이름을 입력합니다.
2. 사이트를 선택하고 클릭 **다음.**
3. 왼쪽에서 선택 **Bells > 벨 유형.**
4. 클릭 **생성.**
   {% endstep %}

{% step %}
**이 옵션을 선택하면 새 벨의 설정을 구성할 수 있는 새 메뉴가 열립니다.**
{% endstep %}
{% endstepper %}

***

### 벨 설정

|                 |                                                                                                                                                                                                                                         |
| --------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **설정**          | **설명**                                                                                                                                                                                                                                  |
| **이 벨에 레이블 지정** | 게스트 태블릿에 표시될 벨의 이름을 설정합니다. 여러 개가 있는 경우 올바른 옵션이 눌리도록 명확하고 이해하기 쉽게 지정하세요.                                                                                                                                                                 |
| **알림 연락처**      | 벨이 눌렸을 때 알림을 받을 연락처를 구성합니다. 기존 연락처 이름을 검색하여 연락처를 추가하거나, 국가 코드(예: +15558675309)를 포함한 이메일 주소 또는 전화번호를 입력하여 추가할 수 있습니다.                                                                                                                    |
| **메시지 표시**      | 이 설정을 클릭한 후 화면에 표시될 메시지를 입력합니다.                                                                                                                                                                                                         |
| **추가 작업**       | <p>선택할 수 있는 추가 작업을 구성합니다:</p><p><strong>대상은 누구인가요?</strong> 해당 게스트 사이트의 호스트 중 하나를 검색하여 선택합니다. 해당 호스트도 이전에 다음에 구성되었는지 여부와 관계없이 알림을 받습니다 <strong>알림 연락처</strong> 섹션.</p><p><strong>사진 찍기</strong><br>태블릿을 사용해 사진을 찍습니다. 배송 증빙에 유용합니다.</p> |


---

# 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/notifications/set-up-bells-for-verkada-guest.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.
