> 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/she-ding/configure-guest-types.md).

# ゲストタイプを設定

ゲストタイプを使用すると、チェックイン時にゲストが提供する必要のある情報をカスタマイズできます。これには、セキュリティ審査、必要書類などが含まれます。ゲストが識別しやすい名前をゲストタイプに付けると便利です。たとえば *面接* または *配達*.

{% hint style="danger" %}
グローバルゲストタイプを作成するために必要な最小権限は **オーガナイゼーション' 管理者**.
{% endhint %}

***

## ゲストタイプを設定

{% stepper %}
{% step %}
**Verkada Command で、すべての製品 > Workplace > ゲスト に移動します。**
{% endstep %}

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

{% step %}
**オーガナイゼーション'   > Guest Types の下で、Manage Guest Types をクリックします。**
{% endstep %}

{% step %}
**右上で、［ゲストタイプを追加］をクリックします。**

a. 選択します **グローバルゲストタイプを追加** すべてのサイト用の Guest タイプを作成するには。\
b. 選択 **サイトのゲストタイプを追加** を選択すると、個別のサイト用のゲストタイプを作成できます。
{% endstep %}

{% step %}
**設定するゲストタイプを選択します。**

a. 一意の名前を入力します。\
b. クリック **保存して続行します。**\
c. 必要に応じてゲストタイプの設定をカスタマイズします。
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
セキュリティ審査とサブ機能を選択すると、ゲストは身分証明書の写真の提出を求められます。この写真は、身元調査および性犯罪者登録簿を集約したリストと照合されます。この機能の詳細については、 [Verkada Guest セキュリティスクリーニング](/guest/ja/she-ding/guest-security-screening.md).
{% endhint %}

***

{% hint style="info" %}
**実際の動作を見てみませんか？** 次の [動画チュートリアルをご覧ください](https://www.youtube.com/watch?v=5oqAGm89pHE).
{% endhint %}


---

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