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

# Guest Employee Portal

The Employee Portal lets hosts manage their contact preferences, privacy settings, directory appearance on the Guest iPad, and guest invitations for future visits. To access the portal, visit [my.verkada.com](https://my.verkada.com/#login).

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

***

## Access profile settings

You can edit your profile info from the Profile tab on the Guest homepage

{% stepper %}
{% step %}
**Log in to your account on** [**my.verkada.com**](https://my.verkada.com/#login)**.**
{% endstep %}

{% step %}
**In the top right, click** <i class="fa-circle-user">:circle-user:</i> <i class="fa-bars">:bars:</i> **> Edit Profile.**
{% endstep %}

{% step %}
**Edit your** [**profile settings options**](#h_327363bcc0) **as needed.**
{% endstep %}
{% endstepper %}

## Profile settings options

{% stepper %}
{% step %}
**Profile photo - Upload a photo to display in guest email and SMS notifications. You can also choose not to show a photo.**
{% endstep %}

{% step %}
**Notification preferences - Select whether to receive arrival notifications via email, SMS, or both. You can also delegate notifications to another user. (e.i. your colleague when you are on vacation, etc).**
{% endstep %}

{% step %}
**Preferred first name - Set a preferred name to appear on the Guest iPad (e.g., show "Bobby" instead of "Robert").**
{% endstep %}

{% step %}
**Employee status - Choose to stay visible in the employee directory, require manual approval for each guest, or remove yourself from the list entirely.**
{% endstep %}

{% step %}
[**Invite guests**](/guest/configuration/guest-events/manage-events-from-the-employee-portal.md) **- Click Invite Guests to events to send invites through Google Calendar or Microsoft Outlook.**
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
Hosts can delegate visitor notifications to other employees. Delegated recipients cannot assign notifications to additional users.
{% 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/configuration/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.
