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

# Verkada Guest のベルを設定

Verkada Guest には、ユーザーに完全なチェックイン手順を踏ませることなく通知を送信する Guest タイプを設定できる bells 機能があります。これは、配達員が荷物を届ける場合などのユースケースに便利です。

***

## Guest サイトのベルを設定する

{% stepper %}
{% step %}
**Verkada Command で、All Products > Workplace > ゲスト に移動します。**
{% endstep %}

{% step %}
**左側のナビゲーションで、Guest 設定をクリックします。**
{% endstep %}

{% step %}
**オーガナイゼーション' で、Sites までスクロールします。**
{% endstep %}

{% step %}
**タイル一覧から、ベルを設定したいサイトを選択します。**
{% endstep %}

{% step %}
**左側で Guest Types までスクロールし、Guest Types の管理をクリックします。**
{% endstep %}

{% step %}
**右上の［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/ja/tong-zhi/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.
