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

# 게스트 직원 포털

직원 포털을 통해 호스트는 연락처 기본 설정, 개인정보 설정, 게스트 iPad의 디렉터리 표시, 향후 방문을 위한 게스트 초대를 관리할 수 있습니다. 포털에 액세스하려면 다음을 방문하세요 [my.verkada.com](https://my.verkada.com/#login).

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

***

## 프로필 설정에 액세스

게스트 홈 페이지의 프로필 탭에서 프로필 정보를 편집할 수 있습니다

{% stepper %}
{% step %}
**다음에서 계정에 로그인하세요** [**my.verkada.com**](https://my.verkada.com/#login)**.**
{% endstep %}

{% step %}
**오른쪽 상단에서 다음을 클릭합니다.** <i class="fa-circle-user">:circle-user:</i> <i class="fa-bars">:bars:</i> **> 프로필 편집.**
{% endstep %}

{% step %}
**프로필을 편집하세요** [**프로필 설정 옵션**](#h_327363bcc0) **필요에 따라.**
{% endstep %}
{% endstepper %}

## 프로필 설정 옵션

{% stepper %}
{% step %}
**프로필 사진 - 게스트 이메일 및 SMS 알림에 표시할 사진을 업로드하세요. 사진을 표시하지 않도록 선택할 수도 있습니다.**
{% endstep %}

{% step %}
**알림 기본 설정 - 도착 알림을 이메일, SMS 또는 둘 다로 받을지 선택하세요. 알림을 다른 사용자에게 위임할 수도 있습니다. (예: 휴가 중일 때 동료 등).**
{% endstep %}

{% step %}
**선호하는 이름 - 게스트 iPad에 표시될 선호 이름을 설정하세요(예: "Robert" 대신 "Bobby"를 표시).**
{% endstep %}

{% step %}
**직원 상태 - 직원 디렉터리에 계속 표시되도록 하거나, 각 게스트마다 수동 승인을 요구하거나, 목록에서 완전히 제거하도록 선택하세요.**
{% endstep %}

{% step %}
[**게스트 초대**](/guest/ko/configuration/guest-events/manage-events-from-the-employee-portal.md) **- 이벤트에 게스트 초대를 클릭하여 Google 캘린더 또는 Microsoft Outlook을 통해 초대장을 보내세요.**
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
호스트는 방문자 알림을 다른 직원에게 위임할 수 있습니다. 위임받은 수신자는 알림을 추가 사용자에게 할당할 수 없습니다.
{% 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/ko/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.
