> 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/ja/she-ding/guest-employee-portal.md).

# ゲスト従業員ポータル

Employee Portalでは、ホストは連絡先の設定、プライバシー設定、Guest iPad上でのディレクトリ表示、今後の訪問のためのゲスト招待を管理できます。ポータルにアクセスするには、 [my.verkada.com](https://my.verkada.com/#login).

<div align="left" data-with-frame="true"><img src="/files/ba7c81f5e98f5fac99a030cc6d03c152f68f115d" 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 %}
**呼ばれたい名 - Guest iPad に表示する希望の名前を設定します（例：「Robert」ではなく「Bobby」を表示）。**
{% endstep %}

{% step %}
**従業員ステータス - 従業員ディレクトリに表示されたままにする、各ゲストごとに手動承認を必須にする、または一覧から完全に削除するかを選択します。**
{% endstep %}

{% step %}
[**ゲストを招待**](/guest/ja/she-ding/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/ja/she-ding/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.
