> 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/guest-sites/set-up-a-guest-tablet.md).

# ゲストタブレットを設定

Guest タブレットでは、ゲストは簡単にチェックインするために a を選択できます。 [ゲストタイプ](/guest/ja/she-ding/configure-guest-types.md).

### Guestアプリをダウンロード

{% stepper %}
{% step %}
**ダウンロード** [**Verkada Guest app**](https://apps.apple.com/us/app/verkada-guest/id1584871857) **iOS 15以降を搭載したiPadで。**
{% endstep %}

{% step %}
**インストールすると、Guestアプリに6文字のコードが表示されます。このコードを保存して、タブレットをVerkada Commandに追加してください。**
{% endstep %}
{% endstepper %}

***

## 最初のGuestタブレットを追加

### 新しいサイトから

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

{% step %}
**［タブレットを接続］をクリックします。**
{% endstep %}

{% step %}
**タブレットに表示されている6文字のコードを入力し、［このiPadを追加］をクリックします。**

<div align="left" data-with-frame="true"><img src="/files/debb328bb232de7aa0e92214f557dd46cf02b652" alt="" width="359"></div>
{% endstep %}

{% step %}
**Guestダッシュボードにリダイレクトされます。左側のナビゲーションで、［Guest Settings］>［Sites］>［Tablets］をクリックしてタブレットを表示します。**
{% endstep %}
{% endstepper %}

### 既存のサイトから

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

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

{% step %}
**上部で［サイト］を選択し、ドロップダウンを使ってサイトを選択します。**
{% endstep %}

{% step %}
**［Tablets］>［Add Tablet］で、タブレットに表示されている6文字のコードを入力し、［このiPadを追加］をクリックします。**
{% endstep %}

{% step %}
**タブレットはサイト設定ページに表示されます。**

<div align="left" data-with-frame="true"><img src="/files/304a330307dc8b7b8012633aabe384b65d32a375" alt="" width="375"></div>
{% endstep %}
{% endstepper %}

***

## タブレットモードを設定

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

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

{% step %}
**上部で、サイト > ご利用のサイトを選択します。**
{% endstep %}

{% step %}
**［タブレット］> ご利用のタブレットを選択します。**
{% endstep %}

{% step %}
**［Tablet Mode］で、［Self Sign-in］または［Concierge Only］のいずれかを選択します。**

* **セルフサインインモード：** 既定では、Verkada Guest タブレットは来訪者のセルフサインインをサポートしています。来訪者は、タブレット表示用に設定された任意の Guest Type を通じてタブレットでサインインでき、招待された来訪者は Self Sign-in タブレットでイベントのチェックインもできます。

<div align="left"><figure><img src="/files/95b37b7192e9a47357ada9c107c225a2a3876246" alt="" width="222"><figcaption></figcaption></figure></div>

* **コンシェルジュ専用モード：** Guest タブレットは主にフロントデスク用途に専用化できます。来訪者は、Guest ユーザーが Command からサインインを開始した後でのみ情報の入力を開始できます。Guest ユーザーは、Concierge Sign-in が有効な Guest Type を通じてのみ来訪者をサインインさせることができ、再来訪者は Return Visitor オプションを使用してサインインを迅速化できます。

<div align="left"><figure><img src="/files/31c8771122c9352b1fb90bf702f79c7f95569d82" alt=""><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}

***

## IDスキャン用のカメラを選択

iPadの前面カメラまたは背面カメラを使用して、来訪者の写真付きIDをスキャンできます。

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

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

{% step %}
**上部で、サイト > ご利用のサイトを選択します。**
{% endstep %}

{% step %}
**［タブレット］> ご利用のタブレットを選択します。**
{% endstep %}

{% step %}
**［Photo ID Scan］ドロップダウンでカメラを選択します。**
{% endstep %}
{% endstepper %}

***

{% hint style="info" %}
**実際の動作を見てみませんか？** 次の [動画チュートリアルをご覧ください](https://www.youtube.com/watch?v=HdNkDawwGCE).
{% 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/guest-sites/set-up-a-guest-tablet.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.
