# Configure Guest Types

Guest types allow you to customize the information guests need to provide at check-in. This can include security screenings, required documents, etc. It is helpful to name a Guest type something easy for guests to identify, such as *interview* or *delivery*.

{% hint style="danger" %}
The minimum role required to create Global Guest types is **Org Admin**.
{% endhint %}

***

## Configure Guest types

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

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

{% step %}
**Under Organization > Guest Types click Manage Guest Types.**
{% endstep %}

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

a. Select **Add Global Guest Type** to create a Guest type for all sites.\
b. Select **Add Site Guest Type** and select a site to create a guest type for an individual site.
{% endstep %}

{% step %}
**Select the Guest type you want to configure.**

a. Enter a unique name.\
b. Click **Save and Continue.**\
c. Customize the Guest type settings as needed.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
When you select security screening and sub-features, the guest is prompted to submit a photo of their ID. This photo will be scanned against an aggregated list of background and sex offender registries. To learn more about this feature, see [Verkada Guest Security Screen](/guest/configuration/guest-security-screening.md).
{% endhint %}

***

{% hint style="info" %}
**Prefer to see it in action?** Check out the [video tutorial](https://www.youtube.com/watch?v=5oqAGm89pHE).
{% endhint %}


---

# 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/configuration/configure-guest-types.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.
