> 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.md).

# ゲストサイト

## ゲストサイトを最初に作成する

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

{% step %}
**［60日間のトライアルを有効化］をクリックします。**
{% endstep %}

{% step %}
**「サイトを作成」の下で:**

a. サイトアドレスを入力します。\
b. サイト名を入力します。\
c. クリック **作成。**

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

{% step %}
**代わりに、既存のお客様の下で、既存のVerkadaサイトをインポートするサイトを選択します。**

a. サイトアドレスを入力します。\
b. クリック **作成。**

<div align="left" data-with-frame="true"><img src="/files/86222375afb39d2955b43859e9d72f0583e53f2e" alt=""></div>
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
参照 [ゲスト用タブレットを設定する](/guest/ja/she-ding/guest-sites/set-up-a-guest-tablet.md) ゲストのチェックイン用にサイトへタブレットを追加するには。
{% endhint %}

***

## 既存のサイトをゲストサイトとして指定する

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

{% step %}
**左側のナビゲーションで、［ゲスト設定］を選択します。**
{% endstep %}

{% step %}
**［オーガナイゼーション' > サイト］で、［Verkadaサイトをインポート］をクリックします。**

a. インポートするサイトを選択します。\
b. サイトアドレスを入力します。\
c. クリック **完了** サイトのインポートを完了するには。
{% endstep %}
{% endstepper %}

***

## ゲストサイトを削除する

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

{% step %}
**左側のナビゲーションで、［ゲスト設定 > オーガナイゼーション' > アカウント］を選択します。**
{% endstep %}

{% step %}
**ライセンスの下で、［ライセンス設定］をクリックします。**

a. 右上のドロップダウンから、［削除］をクリックします **タブレットまたはサイト。**\
b. 削除したいサイトの横にある［ **サイトを削除］をクリックします。**\
c. クリック **削除** 再度クリックして確認します。
{% endstep %}
{% endstepper %}

***

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