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

# Portal de empleados de Guest

El Portal del empleado permite a los anfitriones gestionar sus preferencias de contacto, la configuración de privacidad, la apariencia del directorio en el iPad de Guest y las invitaciones de invitados para futuras visitas. Para acceder al portal, visita [my.verkada.com](https://my.verkada.com/#login).

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

***

## Acceder a la configuración del perfil

Puedes editar la información de tu perfil desde la pestaña Perfil en la página principal de Guest

{% stepper %}
{% step %}
**Inicia sesión en tu cuenta en** [**my.verkada.com**](https://my.verkada.com/#login)**.**
{% endstep %}

{% step %}
**En la parte superior derecha, haga clic en** <i class="fa-circle-user">:circle-user:</i> <i class="fa-bars">:bars:</i> **> Editar perfil.**
{% endstep %}

{% step %}
**Edita tus** [**opciones de configuración del perfil**](#h_327363bcc0) **según sea necesario.**
{% endstep %}
{% endstepper %}

## Opciones de configuración del perfil

{% stepper %}
{% step %}
**Foto de perfil - Sube una foto para mostrarla en los correos electrónicos y las notificaciones por SMS de los invitados. También puedes optar por no mostrar una foto.**
{% endstep %}

{% step %}
**Preferencias de notificación - Selecciona si deseas recibir notificaciones de llegada por correo electrónico, SMS o ambos. También puedes delegar las notificaciones a otro usuario. (p. ej., tu colega cuando estés de vacaciones, etc.).**
{% endstep %}

{% step %}
**Nombre de pila preferido - Configura un nombre preferido para que aparezca en el iPad de Guest (p. ej., mostrar "Bobby" en lugar de "Robert").**
{% endstep %}

{% step %}
**Estado del empleado - Elige seguir visible en el directorio de empleados, requerir aprobación manual para cada invitado o eliminarte por completo de la lista.**
{% endstep %}

{% step %}
[**Invitar a invitados**](/guest/es/configuracion/guest-events/manage-events-from-the-employee-portal.md) **- Haz clic en Invitar a invitados a eventos para enviar invitaciones a través de Google Calendar o Microsoft Outlook.**
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
Los anfitriones pueden delegar las notificaciones de visitantes a otros empleados. Los destinatarios delegados no pueden asignar notificaciones a usuarios adicionales.
{% 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/es/configuracion/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.
