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

# ゲスト文書

さまざまなドキュメントを Verkada Guest のチェックインプロセスに組み込めます。ドキュメントには、アンケート、動画、PDF、および署名が必要なカスタムテキストドキュメントが含まれます。

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

***

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

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

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

{% step %}
**オーガナイゼーション'   > ドキュメントで［ドキュメントを管理］をクリックします。**
{% endstep %}

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

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

<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/she-ding/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/she-ding/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.
