> 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/de/konfiguration/guest-documents.md).

# Guest-Dokumente

Eine Reihe von Dokumenten kann in den Check-in-Prozess mit Verkada Guest integriert werden. Zu den Dokumenten gehören Fragebögen, Videos, PDFs und benutzerdefinierte Textdokumente, die eine Unterschrift erfordern.

{% hint style="danger" %}
Sie benötigen Org-Admin-Berechtigungen, um globale Guest-Dokumente zu verwalten.
{% endhint %}

***

## Erstellen Sie ein Dokument für einen bestimmten Standort

{% stepper %}
{% step %}
**Gehen Sie in Verkada Command zu Alle Produkte > Arbeitsplatz > Guest.**
{% endstep %}

{% step %}
**Klicken Sie in der linken Navigation auf Guest-Einstellungen.**
{% endstep %}

{% step %}
**Klicken Sie unter Organisation > Dokumente auf Dokumente verwalten.**
{% endstep %}

{% step %}
**Oben rechts auf Dokument hinzufügen klicken.**

a. Wählen Sie **Globales Dokument hinzufügen** um einen Guest-Typ für alle Standorte zu erstellen.\
b. Wählen Sie **Standortdokument hinzufügen** und einen Standort auswählen, um einen Guest-Typ für einen einzelnen Standort zu erstellen.

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

{% step %}
**Wählen Sie den Dokumenttyp aus, den Sie erstellen möchten.**

a. Geben Sie einen eindeutigen Namen ein.\
b. Klicken Sie **Speichern und fortfahren.**\
c. Passen Sie das Dokument bei Bedarf an.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
Wenn Sie mehrere Sprachen unterstützen und neben einem Dokument ein Ausrufezeichen sehen, bedeutet dies, dass es nicht übersetzt wurde. Siehe [Mehrere Sprachen für Guest verwalten](/guest/de/konfiguration/guest-sites/manage-multiple-languages-for-guest.md) für weitere Informationen.
{% endhint %}

***

{% hint style="info" %}
**Möchten Sie es in Aktion sehen?** Sehen Sie sich das [Video-Tutorial an](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/de/konfiguration/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.
