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

# インストール要求の承認

エコシステムで「新しいパッケージのリクエストを強制」が有効になっている場合、チームメンバーは新しいパッケージを直接インストールできません。代わりに、インストールの試行は管理者の承認のためにInboxに送信されます。

## Inboxへのアクセス

クリック [リクエストを表示](https://app.aikido.dev/endpoint-protection/inbox) Device Protectionページの右上にあります。

## リクエストの承認

各リクエストにはパッケージ名と、要求元のデバイスが表示されます。選択肢は2つあります:

* 次をクリックします： **チェックマーク** でリクエストを承認します。パッケージはそのデバイスにインストールできるようになります。
* 次をクリックします： **X** で拒否します。インストールは引き続きブロックされたままです。

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

{% hint style="warning" %}
変更がすべてのデバイスに同期されるまで最大10分かかる場合があります
{% endhint %}

## SlackとMicrosoft Teamsの通知

新しいインストールリクエストがInboxに届くと通知を受け取れます。Aikidoは次の方法でアラートに対応しています:

* **Slack:** Slackワークスペースを接続すると、新しいリクエストが保留中になるたびに、任意のチャンネルにメッセージを受け取れます。
* **Microsoft Teams:** Microsoft Teamsを接続すると、Teamsチャンネルで通知を受け取れます。

通知を設定するには、 [Inbox](https://app.aikido.dev/endpoint-protection/inbox) ページに移動し、 **アラートを管理**.

## 保留中と処理済み

Inboxには2つのタブがあります:

* 保留中には、まだ判断待ちのリクエストが表示されます。対応が必要です。
* 処理済みには、すでに承認または拒否したリクエストが表示されます。過去の判断を確認するのに使います。

次を使って **検索** バーから、パッケージ名で特定のリクエストを見つけられます。

## 判断後に起こること

承認されたリクエストは、今後の明示的な許可として扱われます。同じパッケージが別のデバイスで再度リクエストされた場合、自動的に許可されます（インストールポリシーの設定にあるルール2を参照）。

拒否されたリクエストによって、そのパッケージが恒久的にブロックされることはありません。同じユーザーまたはデバイスが再度リクエストすると、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/docs/docs-ja/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.
