> 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/gou-cheng/guest-documents.md).

# Guest ドキュメント

Verkada Guest では、さまざまなドキュメントをチェックインプロセスに組み込むことができます。ドキュメントには、質問票、動画、PDF、署名が必要なカスタムテキストドキュメントが含まれます。

{% hint style="danger" %}
グローバルな Guest ドキュメントを管理するには、Org Admin の権限が必要です。
{% endhint %}

***

## 特定のサイト用のドキュメントを作成する

{% stepper %}
{% step %}
**Verkada Command で、\[All Products] > \[Workplace] > \[Guest] に移動します。**
{% endstep %}

{% step %}
**左側のナビゲーションで、\[Guest Settings] をクリックします。**
{% endstep %}

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

{% step %}
**右上の \[ドキュメントを追加] をクリックします。**

a. 選択 **グローバルドキュメントを追加** すべてのサイトに対して Guest タイプを作成するには。\
b. 選択 **サイトドキュメントを追加** を選択し、サイトを選んで個別のサイト用の Guest タイプを作成します。

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

{% step %}
**作成したいドキュメントの種類を選択します。**

a. 一意の名前を入力します。\
b. 「」をクリックします。 **保存して続行。**\
c. 必要に応じてドキュメントをカスタマイズします。
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
複数の言語をサポートしており、ドキュメントの横に感嘆符が表示されている場合、これはまだ翻訳されていないことを意味します。参照してください [Guest の複数言語を管理する](/guest/ja/gou-cheng/guest-sites/manage-multiple-languages-for-guest.md) 詳細についてはこちらを参照してください。
{% endhint %}

***

{% 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/gou-cheng/guest-documents.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.
