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

# Guest-Standorte

## Erstellen Sie Ihren ersten Gast-Standort

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

{% step %}
**Klicken Sie auf „Ihre 60-tägige Testversion aktivieren“.**
{% endstep %}

{% step %}
**Unter „Einen Standort erstellen“:**

a. Geben Sie die Standortadresse ein.\
b. Geben Sie den Standortnamen ein.\
c. Klicken Sie auf **Erstellen.**

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

{% step %}
**Wählen Sie alternativ unter „Bestehende Kunden“ einen Standort aus, um einen vorhandenen Verkada-Standort zu importieren.**

a. Geben Sie die Standortadresse ein.\
b. Klicken Sie auf **Erstellen.**

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

{% hint style="warning" %}
Siehe [Richten Sie ein Gast-Tablet ein](/guest/de/konfiguration/guest-sites/set-up-a-guest-tablet.md) um ein Tablet für Gast-Check-ins zu Ihrem Standort hinzuzufügen.
{% endhint %}

***

## Kennzeichnen Sie einen vorhandenen Standort als Gast-Standort

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

{% step %}
**Wählen Sie in der linken Navigation „Gast-Einstellungen“ aus.**
{% endstep %}

{% step %}
**Klicken Sie unter „Organisation > Standorte“ auf „Verkada-Standort importieren“.**

a. Wählen Sie einen Standort zum Importieren aus.\
b. Geben Sie eine Standortadresse ein.\
c. Klicken Sie auf **Fertig** um den Import des Standorts abzuschließen.
{% endstep %}
{% endstepper %}

***

## Entfernen Sie einen Gast-Standort

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

{% step %}
**Wählen Sie in der linken Navigation „Gast-Einstellungen > Organisation > Konto“ aus.**
{% endstep %}

{% step %}
**Klicken Sie unter „Lizenz“ auf „Lizenzeinstellungen“.**

a. Klicken Sie im Dropdown-Menü oben rechts auf Entfernen **Tablets oder Standort.**\
b. Klicken Sie neben dem Standort, den Sie entfernen möchten, auf **Standort entfernen.**\
c. Klicken Sie auf **Entfernen** erneut, um zu bestätigen.
{% endstep %}
{% endstepper %}

***

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