> 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. **Slack ワークスペースに RSS アプリを追加する**:
   * 次を開く [Slack App Directory](https://slack.com/apps/A0F81R7U7-rss)
   * 「Slack に追加」をクリックし、通知を受け取りたいワークスペースを選択します
   * 求められたらアプリを許可します
2. **RSS フィードを設定する**:
   * Slack ワークスペースと通知を受け取りたいチャンネルで、次のコマンドを入力します\
     `/feed subscribe https://aikido.help/changelog.xml`
3. **接続を確認する**:

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

## Microsoft Teams

1. **Teams チャンネルに RSS コネクタを追加する**:
   * 更新を受け取りたい 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.
