> 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/aikido-device-protection/using-aikido-endpoint/end-user-experience.md).

# Desktop Experience

The Aikido Device Protection agent runs silently in the background. For most installs, nothing happens and the package installs as normal. You only see a notification when something is blocked.

## Dashboard

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

You can access the Device Protection Dashboard by clicking on the Aikido icon in your taskbar and selecting "Open Dashboard"

The dashboard will show any recent **events like Malware or Policy blocks**. The **Logs tab** has additional information about **package age restriction blocks**.

You can click on each item for more information.

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

## Notifications / Events

{% columns %}
{% column %}

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

{% column %}

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

Notifications will show up whenever a package contains malware or is blocked by your policy.

Types of notifications:

* **Malware** means the package has been identified as malicious. This block is final and cannot be appealed.
* **Policy** means your organization has restricted installs from this ecosystem or blocked this specific package.

You can **Dismiss** the notification or click **Open Dashboard** to view more details in the Aikido app.

## Event details

The events page shows you the details of a package, when it was blocked and the reason. With policy blocks you sometimes have the option to **Request Access**. This allows you to send a request to your workspace admins for an exception.

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

Once a package has been approved or denied you will see a message within your dashboard with the result.

<figure><img src="/files/wJs8ARccqdOu2nv1odd0" 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/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.
