> 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/miscellaneous-info/setting-up-aikido-changelog-notifications-in-slack-and-teams.md).

# Slack と Teams での Aikido 変更履歴通知の設定

最新の製品アップデート、バグ修正、新機能を把握できるよう、変更履歴の RSS フィードをチームのコミュニケーションツールに接続しましょう。このガイドでは、Slack と Microsoft Teams の両方で自動通知を設定する方法を説明します。これにより、セキュリティ体制やワークフローの効率を向上させる重要な更新を、チームが見逃すことはありません。

## Slack

1. **RSS アプリを Slack ワークスペースに追加する**:
   * を開き [Slack アプリディレクトリ](https://slack.com/apps/A0F81R7U7-rss)
   * 「Slack に追加」をクリックし、通知を受け取りたいワークスペースを選択します
   * 求められたらアプリを承認します
2. **RSS フィードを設定する**:
   * Slack ワークスペースと、通知を受け取りたいチャンネルで、次を入力します\
     `/feed subscribe https://aikido.help/changelog.xml`
3. **接続を確認する**:

* 設定が完了すると、Slack チャンネルに確認メッセージが表示されます
* 次回の変更履歴の更新は、選択したチャンネルに自動的に表示されます

## Microsoft Teams

1. **RSS コネクタを Teams チャンネルに追加する**:
   * 更新を受け取りたい Teams チャンネルに移動します
   * チャンネル名の横にある「…」（その他のオプション）ボタンをクリックします
   * ドロップダウンメニューから「コネクタ」を選択します
   * 「RSS」を検索し、RSS コネクタの「構成」をクリックします
2. **RSS フィードを設定する**:
   * 設定ウィンドウで、名前を入力します（例：「Aikido 製品変更履歴」）
   * 変更履歴の RSS フィード URL を貼り付けます： `https://aikido.help/changelog.xml`
   * 更新の配信頻度を選択します
   * 「保存」をクリックします
3. **接続を確認する**:
   * 設定が完了すると、Teams チャンネルに確認メッセージが表示されます
   * 次回の変更履歴の更新は、選択したチャンネルに自動的に表示されます


---

# 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/miscellaneous-info/setting-up-aikido-changelog-notifications-in-slack-and-teams.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.
