> For the complete documentation index, see [llms.txt](https://support.incidentlake.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.incidentlake.com/ja/she-ding/integrations.md).

# 連携

Slack、Teams、ドキュメント、監視、チケット管理を、今の作業方法を変えずに接続します。

**設定 → 統合** 管理者がチームで既に使用しているツールを接続する場所です。Incident Lake は、その会話や記録をインシデントに取り込みます。

{% hint style="warning" %}
接続する **共有の組織アカウント**個人アカウントではなく、組織アカウントを使用してください。ワークスペースの全員がその接続を利用します。
{% endhint %}

## コミュニケーション

| 連携                  | チームが得られるもの                                                   |
| ------------------- | ------------------------------------------------------------ |
| **Slack**           | スレッドからインシデントを作成し、更新を受け取り、（ユーザーがリンクされている場合は）Slack でタスクを更新できます |
| **Microsoft Teams** | Teams でも同様です。インシデントを作成し、チームの会話から通知を受け取れます                    |

Slack または Teams を接続したら、参加させたいチャンネルに Incident Lake ボットを招待し、次にメンバーをそれぞれのチャットユーザーにリンクします。

## ドキュメントとナレッジソース

| 連携              | チームが得られるもの                                             |
| --------------- | ------------------------------------------------------ |
| **Google ドライブ** | 許可したフォルダからファイルを検索して添付できます。インシデントチームに見せるフォルダだけを追加してください |
| **Notion**      | ワークスペースで接続済みのページやデータベースを検索できます                         |

## 監視とステータス

| 連携             | チームが得られるもの                               |
| -------------- | ---------------------------------------- |
| **Datadog**    | アラートと関連コンテキストは、インシデントの起票や情報充実に役立ちます      |
| **Zabbix**     | 関連するトリガー発火を 1 件のインシデントにまとめ、Slack に投稿できます |
| **Instana**    | 関連イベントを 1 件のインシデントにまとめ、Slack に投稿できます     |
| **Statuspage** | 確認済みの更新を公開ステータスページに公開します                 |

その **インシデント対応エージェント** アラートが届くと Slack プロンプトを開き、誰かが確認した後の初動トリアージを支援できます。アラートの承認または却下は必ず人が行います。

## チケット管理

| 連携          | チームが得られるもの             |
| ----------- | ---------------------- |
| **Jira**    | インシデントから課題をリンクして追跡できます |
| **Backlog** | インシデントから課題をリンクして追跡できます |

## 接続が見つからない場合

一部の連携はアドオンの一部です。期待していた製品が見当たらない場合は、Incident Lake の担当者に問い合わせるか、ご連絡ください <support@sigq.co.jp>.

Slack、Teams、または Drive を別のワークスペースやアカウントで再接続するには、まず切断してから再度接続してください。


---

# 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://support.incidentlake.com/ja/she-ding/integrations.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.
