> 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는 사용자가 전체 체크인 절차를 거치지 않아도 알림을 보내는 게스트 유형을 구성할 수 있는 벨 기능을 제공합니다. 이는 배달 기사가 소포를 전달하는 경우와 같은 사용 사례에 유용합니다.

***

## 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 %}
**오른쪽 상단에서 Add Guest Type을 클릭합니다.**

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

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

***

### 벨 설정

|                |                                                                                                                                                                                                                      |
| -------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **설정**         | **설명**                                                                                                                                                                                                               |
| **이 벨에 라벨 지정** | Guest 태블릿에 표시될 벨의 이름을 설정합니다. 여러 개가 있는 경우 올바른 옵션이 눌리도록 명확하고 이해하기 쉽게 만드세요.                                                                                                                                             |
| **연락처에 알림**    | 벨이 눌렸을 때 알림을 받을 연락처를 구성합니다. 기존 연락처 이름을 검색하거나, 국가 코드를 포함한 이메일 주소 또는 전화번호(예: +15558675309)를 입력하여 연락처를 추가할 수 있습니다.                                                                                                      |
| **표시 메시지**     | 이 설정을 클릭한 후 화면에 표시될 메시지를 입력합니다.                                                                                                                                                                                      |
| **추가 작업**      | <p>선택할 수 있는 추가 작업을 구성합니다:</p><p><strong>이 기능은 누구를 위한 것인가요?</strong> 해당 Guest 사이트의 호스트를 검색하여 선택합니다. 해당 호스트는 이전에 <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.
