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

# Mitarbeiterportal für Guest

Das Mitarbeiterportal ermöglicht es Gastgebern, ihre Kontaktpräferenzen, Datenschutzeinstellungen, die Darstellung im Verzeichnis auf dem Gäste-iPad und Gästeinladungen für zukünftige Besuche zu verwalten. Um auf das Portal zuzugreifen, besuchen Sie [my.verkada.com](https://my.verkada.com/#login).

<div align="left" data-with-frame="true"><img src="/files/59cfca2d28304c4cb948bdfe2bef49a7caf5cccb" alt=""></div>

***

## Auf die Profileinstellungen zugreifen

Sie können Ihre Profilinformationen über den Reiter „Profil“ auf der Gästeseite bearbeiten

{% stepper %}
{% step %}
**Melden Sie sich bei Ihrem Konto an unter** [**my.verkada.com**](https://my.verkada.com/#login)**.**
{% endstep %}

{% step %}
**Klicken Sie oben rechts auf** <i class="fa-circle-user">:circle-user:</i> <i class="fa-bars">:bars:</i> **> Profil bearbeiten.**
{% endstep %}

{% step %}
**Bearbeiten Sie Ihre** [**Profileinstellungen**](#h_327363bcc0) **nach Bedarf.**
{% endstep %}
{% endstepper %}

## Optionen der Profileinstellungen

{% stepper %}
{% step %}
**Profilfoto - Laden Sie ein Foto hoch, das in Gästebenachrichtigungen per E-Mail und SMS angezeigt wird. Sie können auch wählen, kein Foto anzuzeigen.**
{% endstep %}

{% step %}
**Benachrichtigungseinstellungen - Wählen Sie aus, ob Sie Ankunftsbenachrichtigungen per E-Mail, SMS oder beides erhalten möchten. Sie können Benachrichtigungen auch an einen anderen Benutzer delegieren. (z. B. an Ihren Kollegen, wenn Sie im Urlaub sind usw.).**
{% endstep %}

{% step %}
**Bevorzugter Vorname - Legen Sie einen bevorzugten Namen fest, der auf dem Gäste-iPad angezeigt werden soll (z. B. „Bobby“ statt „Robert“).**
{% endstep %}

{% step %}
**Mitarbeiterstatus - Wählen Sie, ob Sie im Mitarbeiterverzeichnis sichtbar bleiben, für jeden Gast eine manuelle Genehmigung erforderlich machen oder sich vollständig aus der Liste entfernen möchten.**
{% endstep %}

{% step %}
[**Gäste einladen**](/guest/de/konfiguration/guest-events/manage-events-from-the-employee-portal.md) **- Klicken Sie bei Veranstaltungen auf Gäste einladen, um Einladungen über Google Kalender oder Microsoft Outlook zu senden.**
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
Gastgeber können Besucherbenachrichtigungen an andere Mitarbeiter delegieren. Delegierte Empfänger können Benachrichtigungen nicht an weitere Benutzer zuweisen.
{% 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-employee-portal.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.
