> 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/hajimeni/chat-and-alerts/slack-notifications.md).

# Slack通知

## Aikido SlackアプリをSlackに接続する <a href="#connecting-the-aikido-slack-app-to-slack" id="connecting-the-aikido-slack-app-to-slack"></a>

移動先 [Slack連携の設定](https://app.aikido.dev/settings/integrations/notifications/slack) Aikidoアプリ内で。

1. クリック **「連携を追加」**
2. 次を選択します **Slackワークスペース** 右上のドロップダウンで使用したい
3. 次を選択します **チャンネル** ドロップダウンメニューから投稿したい
4. クリック「**許可**"

をクリックして、この手順を繰り返してください **「チャンネルを追加」** 通知タイプごとに異なるチャンネルを使いたい場合に。

## Aikido Slackbotをプライベートチャンネルに追加する <a href="#adding-the-aikido-slackbot-to-a-private-channel" id="adding-the-aikido-slackbot-to-a-private-channel"></a>

Aikido Slackbotをプライベートチャンネルに追加するには、まずそのチャンネルにボットを招待する必要があります。そうしないと、そのチャンネルを選択できません。（これはすべてのSlackbotに当てはまります）

1. **「@Aikido Security」と入力** チャンネル内でメッセージを送信
2. Aikidoをそのチャンネルに追加するかどうかを尋ねるポップアップが表示されます
3. **「チャンネルに追加」をクリック**

![グループ全体にメッセージを送る前に、ユーザーをチャンネルに追加するよう促すSlackのプロンプト。](/files/bc7318bebf4a4606269582d6a61e8baf61fee4bd)

これで、アプリ内でプライベートチャンネルを見つけられるはずです。

次に、 [Slack連携の設定へ](https://app.aikido.dev/settings/integrations/notifications/slack) Aikidoアプリ内で。

1. **トグルを有効にする** 受け取りたい通知の種類に対して
2. **チャンネルを選択** 通知を受け取りたいチャンネルを。
3. クリック**保存**"

### 別の方法 <a href="#alternative-method" id="alternative-method"></a>

代わりに、次の手順でボットを追加できます：

1. Slackbotを追加したいチャンネルに移動する
2. ドロップダウン矢印をクリック
3. 「連携」タブに移動
4. 「アプリを追加」をクリック
5. 「Aikido Security」を検索し、「追加」をクリック

これで、アプリ内でプライベートチャンネルを見つけられるはずです。

![ワークフローやアプリを追加するオプションが表示され、ボタンが強調表示されたSlackチャンネルの連携タブ。](/files/e824cb052f79cbd47d55567273ac96e6d9e92950)

## デバイス保護

{% content-ref url="/pages/6ef0499134359e0da4fa7dbf371d16ec2137a1af" %}
[インストール要求の承認](/docs/docs-ja/aikido-device-protection/using-aikido-endpoint/reviewing-install-requests.md)
{% endcontent-ref %}


---

# 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/hajimeni/chat-and-alerts/slack-notifications.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.
