> 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/reviewing-install-requests.md).

# 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>

{% hint style="warning" %}
It can take up to 10 minutes for changes to sync to all devices
{% endhint %}

## Slack and Microsoft Teams Notifications

You can receive notifications when new install requests arrive in the Inbox. Aikido supports alerts via:

* **Slack:** Connect your Slack workspace to receive a message in a channel of your choice whenever a new request is pending.
* **Microsoft Teams:** Connect Microsoft Teams to receive notifications in a Teams channel.

To configure notifications, go to the [Inbox](https://app.aikido.dev/endpoint-protection/inbox) page and click **Manage Alerts**.

## 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
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/reviewing-install-requests.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.
