# Set Up Bells for Verkada Guest

Verkada Guest offers a bells feature that allows you to configure a Guest type that sends a notification without requiring the user to go through a full check-in process. This is handy for use cases, such as a delivery driver dropping off a package.

***

## Configure a bell for your Guest site

{% stepper %}
{% step %}
**In Verkada Command, go to All Products > Workplace > Guest.**
{% endstep %}

{% step %}
**On the left navigation, click Guest Settings.**
{% endstep %}

{% step %}
**Under Organization, scroll to Sites.**
{% endstep %}

{% step %}
**From the list of tiles, select the site where you want to configure a bell.**
{% endstep %}

{% step %}
**On the left, scroll to Guest Types and click Manage Guest Types.**
{% endstep %}

{% step %}
**At the top right, click Add Guest Type.**

1. Enter a unique name.
2. Select a site and click **Next.**
3. On the left, select **Bells > bell type.**
4. Click **Create.**&#x20;
   {% endstep %}

{% step %}
**After selecting this option, a new menu opens where you can configure the settings for your new bell.**
{% endstep %}
{% endstepper %}

***

### Bell settings

|                        |                                                                                                                                                                                                                                                                                                                                                                                                                |
| ---------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Setting**            | **Description**                                                                                                                                                                                                                                                                                                                                                                                                |
| **Label this bell**    | Set the name of the bell that will appear on your Guest tablet. Make it clear and instructive to ensure the correct option is pushed if there are multiple.                                                                                                                                                                                                                                                    |
| **Notify Contacts**    | Configure contacts that should receive a notification when the bell is pushed. You can add contacts by searching for existing contact names, or by entering an email address or phone number, including country code (for example, +15558675309).                                                                                                                                                              |
| **Display Message**    | Enter a message that is displayed on the screen after you click this setting.                                                                                                                                                                                                                                                                                                                                  |
| **Additional Actions** | <p>Configure additional actions that you can choose:</p><p><strong>Who is this for?</strong> Search for and select one of the hosts for that Guest site. That host also receives a notification regardless of whether they were previously configured in the <strong>Notify Contacts</strong> section.</p><p><strong>Take a photo</strong><br>Take a photo using the tablet. Useful for proof of delivery.</p> |


---

# Agent Instructions: 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:

```
GET https://help.verkada.com/guest/notifications/set-up-bells-for-verkada-guest.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
