> 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 には bells 機能があり、ユーザーに完全なチェックイン手順を実行させることなく通知を送信する Guest タイプを設定できます。これは、配達員が荷物を届けるようなユースケースに便利です。

***

## Guest サイト用の bell を設定する

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

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

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

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

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

{% step %}
**右上の Add Guest Type をクリックします。**

1. 一意の名前を入力します。
2. サイトを選択して **次へ。**
3. 左側で **Bells > bell type を選択します。**
4. をクリックします。 **作成します。**
   {% endstep %}

{% step %}
**このオプションを選択すると、新しいメニューが開き、新しい bell の設定を構成できます。**
{% endstep %}
{% endstepper %}

***

### Bell の設定

|                      |                                                                                                                                                                                                                                 |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **設定**               | **説明**                                                                                                                                                                                                                          |
| **この bell にラベルを付ける** | Guest タブレットに表示される bell の名前を設定します。複数ある場合でも正しいオプションが押されるように、わかりやすく指示的な名前にしてください。                                                                                                                                                  |
| **連絡先に通知**           | bell が押されたときに通知を受け取る連絡先を設定します。既存の連絡先名を検索して追加するか、国番号を含むメールアドレスまたは電話番号（例: +15558675309）を入力して追加できます。                                                                                                                               |
| **メッセージを表示**         | この設定をクリックした後に画面に表示されるメッセージを入力します。                                                                                                                                                                                               |
| **追加アクション**          | <p>選択できる追加アクションを設定します:</p><p><strong>これは誰向けですか？</strong> その Guest site のホストを検索して 1 人選択します。そのホストには、以前に <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.
