> For the complete documentation index, see [llms.txt](https://help.genesis.autify.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.genesis.autify.com/features-ja/settings/connection-settings/integrations-hub.md).

# アプリ

**アプリ** 設定では、Autify Genesis を組織で利用する外部サービスと接続します。組織レベルで OAuth 接続を確立すると、各ワークスペースのワークフローやチャットから連携先の機能を呼び出せるようになります。

## 前提条件

* 連携の管理には、組織の **管理者** または **オーナー** ロールが必要です。
* 接続したいサービスがこのデプロイで有効になっている必要があります。

## 利用可能な連携

現在、Genesis では次の OAuth 連携を利用できます。

* **Slack**：Genesis から Slack チャンネルへメッセージを送信します。

## 連携をインストールする

1. アカウントメニューから **設定** を開きます。
2. **接続** > **アプリ** を選択します。

<figure><img src="/files/jmirq4oqdtSCcWIOg32T" alt="アプリページのスクリーンショット"><figcaption><p>アプリページ</p></figcaption></figure>

3. サービスカードの **インストール** をクリックします。
4. 要求されるスコープを確認して認可します。

認可が完了すると、そのサービスが接続済みとして表示されます。

## 連携を切断する

1. **アプリ** ページを開きます。
2. 接続済みカードの **切断** をクリックします。

切断するとトークンが取り消され、ワークフローやチャットからその連携を呼び出せなくなります。

## ワークスペース側の設定

一部の連携では、組織レベルの接続に加えてワークスペース単位の設定も必要です。Slack の場合は、組織で接続したあとに対象ワークスペースを開き、**リソースとコンテキスト > インテグレーション** から、そのワークスペースで利用するチャンネルを選択します。

詳細は [ワークスペースの設定](/features-ja/settings/workspace-settings/workspace-configuration.md) を参照してください。


---

# 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.genesis.autify.com/features-ja/settings/connection-settings/integrations-hub.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.
