> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/docs/docs-ja/aikido-device-protection/using-aikido-endpoint/end-user-experience.md).

# デスクトップ体験

Aikido Device Protection エージェントはバックグラウンドで静かに動作します。ほとんどのインストールでは何も起こらず、パッケージは通常どおりインストールされます。何かがブロックされた場合のみ通知が表示されます。

## ダッシュボード

<figure><img src="/files/f4f8a2876c97dc1f8ac503ffa5113288b7d085dc" alt=""><figcaption></figcaption></figure>

タスクバーの Aikido アイコンをクリックし、「ダッシュボードを開く」を選択すると、Device Protection ダッシュボードにアクセスできます

ダッシュボードには最近の **マルウェアやポリシーによるブロックなどのイベントが表示されます**。その **ログタブ** に関する追加情報があります **パッケージの年齢制限によるブロック**.

各項目をクリックすると、詳細情報を確認できます。

<figure><img src="/files/6ffb0f13768c1e2d2f6328d9cdc596449812e90c" alt=""><figcaption></figcaption></figure>

## 通知 / イベント

{% columns %}
{% column %}

<div align="left"><figure><img src="/files/edcc478ae52473b0f270ff8bd82b504982583c1a" alt="" width="351"><figcaption></figcaption></figure></div>
{% endcolumn %}

{% column %}

<figure><img src="/files/35ba6b51afbcf245284b0171edc6586726fa1d68" alt="" width="347"><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

パッケージにマルウェアが含まれている場合、またはポリシーによってブロックされた場合は、通知が表示されます。

通知の種類:

* **マルウェア** そのパッケージが悪意のあるものとして特定されたことを意味します。このブロックは最終的なもので、異議申し立てはできません。
* **ポリシー** それは、あなたの組織がこのエコシステムからのインストールを制限しているか、この特定のパッケージをブロックしていることを意味します。

できます **閉じる** 通知を閉じるか、クリックして **ダッシュボードを開く** Aikidoアプリで詳細を表示します。

## イベントの詳細

イベントページでは、パッケージの詳細、ブロックされた日時、理由を確認できます。ポリシーによるブロックの場合は、場合によっては次の操作を行えることがあります: **アクセスをリクエスト**。これにより、例外の申請をワークスペース管理者に送信できます。

<figure><img src="/files/3c3864bc5aaea72f6d735f9c4864ed452de1c106" alt="" width="563"><figcaption></figcaption></figure>

パッケージが承認または拒否されると、その結果がダッシュボード内にメッセージとして表示されます。

<figure><img src="/files/bf6bf7305af5b26324ebfebe078ee37f879faa23" alt="" width="563"><figcaption></figcaption></figure>


---

# 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.aikido.dev/docs/docs-ja/aikido-device-protection/using-aikido-endpoint/end-user-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.
