> For the complete documentation index, see [llms.txt](https://library.zoom.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://library.zoom.com/technical-library/ja/bijinesusbisu/zoom-workforce-management/workforce-management-explainer/agent-experience.md).

# エージェント体験

## スケジュールを表示 <a href="#wlbby0q67wse" id="wlbby0q67wse"></a>

WebポータルとZoom Workplace アプリケーション（最小バージョン 6.7.5）の両方から、ワークフォース管理のエージェントは、シフト期間中の予定されたアクティビティを含む公開済みのスケジュールを確認できます。権限のあるエージェントは、同じスケジュール作成グループ内の他のエージェントのスケジュールを確認できます。

<div data-with-frame="true"><img src="/files/451302f1ff367016a8583c624631b0b87f56a87a" alt=""></div>

## スケジュール変更リクエスト

権限のあるエージェントは、スケジュールから予定されたアクティビティ、またはアクティビティの開始／終了時刻を追加、変更、または削除するようリクエストできます。これにより、エージェントは予期せぬ状況が発生した場合にスケジュールの臨時変更を依頼したり、休憩を別の時間に移動したりする柔軟性を得られます。上長に承認されると、変更されたアクティビティが自動的にユーザーのスケジュールに適用されます。

<div data-with-frame="true"><figure><img src="/files/5469bbd43835946033d8dd1a2e98553852071efa" alt="" width="375"><figcaption></figcaption></figure></div>

## 休暇リクエスト

スケジュール変更リクエストと同様に、エージェントはワークフォース管理のWebポータルを使って休暇を申請できます。上長に承認されると、関連する不在アクティビティが自動的にユーザーのスケジュールに適用されます。

<div data-with-frame="true"><figure><img src="/files/98dbb183ffe24d7ed45710ebc1c6acb1997f0e19" alt="" width="375"><figcaption></figcaption></figure></div>

## エージェントボード

#### <mark style="color:青;">エージェントはエージェントボードを使ってシフトの機会にアクセスし、スケジュール変更を管理できます</mark>

エージェントボードは、エージェントに対して、利用可能なシフトオファーの確認、送信済み申請の追跡、上長からのメッセージへの対応のためのワークスペースを提供します。エージェントはエージェントボードを通じて、追加シフトを申請したり、任意の休暇を申請したり、他のエージェントとのシフト交換を開始したりします。

#### <mark style="color:青;">エージェントは上長によって作成されたオファーを申請します</mark>

エージェントボードのインターフェースには、上長によって作成されたオファーが表示されます。これらのオファーには、コンタクトセンターの人員が不足している場合の追加シフトや、コンタクトセンターの人員が過剰な場合の任意の休暇の機会が含まれることがあります。エージェントは利用可能なオファーを確認し、受け入れたいものについて申請を送信します。

#### <mark style="color:青;">申請は送信後に承認待ちになります</mark>

エージェントがオファーを申請すると、その申請は審査状態に入ります。一部の申請は、事前定義された自動化ルールに基づいて自動的に承認されます。その他の申請は、上長による手動承認が必要です。エージェントは、エージェントボードのインターフェースで送信済み申請のステータスを追跡できます。

#### <mark style="color:青;">交換リクエストにより、エージェントは取引相手を見つけられます</mark>

交換リクエストでは、エージェントが特定の取引相手を念頭に置いていない場合に、シフト交換リクエストを投稿できます。エージェントはエージェントボードのインターフェースを通じて交換リクエストを投稿し、取引を提案する可能性のある他のエージェントに表示されるようにします。これは、エージェントが個別に交渉する直接の1対1交換とは異なります。

{% hint style="info" %}
直接交換はエージェントボードのインターフェース外で行われます。エージェントは、エージェントボードではなく、スケジュールのインターフェースを通じて他のエージェントと1対1のシフト交換を交渉できます。直接交換は、全日交換のみに制限されています。
{% 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://library.zoom.com/technical-library/ja/bijinesusbisu/zoom-workforce-management/workforce-management-explainer/agent-experience.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.
