# Approving Install Requests

When "Force Requests for New Packages" is enabled for an ecosystem, team members cannot install new packages directly. Instead, their install attempts are sent to the Inbox for admin approval.

## Accessing the Inbox

Click [View Requests](https://app.aikido.dev/endpoint-protection/inbox) in the top right of the Device Protection page.

## Approving a request

Each request shows the package name, and the device it was requested from. You have two options:

* Click the **checkmark** to approve the request. The package will be allowed to install on that device.
* Click the **X** to reject it. The install remains blocked.

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

## Pending and Handled

The Inbox has two tabs:

* Pending shows requests that are still waiting for a decision. These need your attention.
* Handled shows requests you have already approved or rejected. Use this to check past decisions.

You can use the **Search** bar to find specific requests by package name.

## What happens after a decision

An approved request counts as an explicit allow going forward. If the same package is requested again on another device, it will be allowed automatically (see Rule 2 in Configuring installation policies).

A rejected request does not permanently block the package. If the same user or device requests it again, a new request will appear in the Inbox.


---

# Agent Instructions: 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:

```
GET https://help.aikido.dev/aikido-device-protection/using-aikido-endpoint/reviewing-install-requests.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
