> ## Documentation Index
> Fetch the complete documentation index at: https://enterprise-docs.dify.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Dify サービスの逆呼び出し

> プラグインから Dify プラットフォームの App、Model、Tool、Node サービスを呼び出す

逆呼び出しを利用すると、プラグインは Dify メインプラットフォーム内のサービスを呼び出して、自身の機能を拡張できます。

## 呼び出し可能な Dify モジュール

* **[App](/ja/3.10.x/develop/plugins/features-and-specs/advanced-development/reverse-invocation-app)**：Dify プラットフォーム内の App のデータにアクセスします。
* **[Model](/ja/3.10.x/develop/plugins/features-and-specs/advanced-development/reverse-invocation-model)**：Dify プラットフォーム内の LLM 機能を呼び出します。TTS や Rerank など、すべてのモデルタイプと機能が含まれます。
* **[Tool](/ja/3.10.x/develop/plugins/features-and-specs/advanced-development/reverse-invocation-tool)**：Dify プラットフォーム内の他のツールタイプのプラグインを呼び出します。
* **[Node](/ja/3.10.x/develop/plugins/features-and-specs/advanced-development/reverse-invocation-node)**：Dify プラットフォーム内の特定の Chatflow/ワークフローアプリケーション内のノードを呼び出します。

## 関連リソース

* [拡張プラグインの開発](/ja/3.10.x/develop/plugins/dev-guides-and-walkthroughs/endpoint) - 外部システムと統合するプラグインの開発方法を学ぶ
* [Slack Bot プラグインの開発](/ja/3.10.x/develop/plugins/dev-guides-and-walkthroughs/develop-a-slack-bot-plugin) - 逆呼び出しを使用して Slack プラットフォームと統合する例
* [バンドルタイプのプラグイン](/ja/3.10.x/develop/plugins/features-and-specs/advanced-development/bundle) - 逆呼び出しを使用する複数のプラグインをパッケージ化する方法を学ぶ
* [永続ストレージの使用](/ja/3.10.x/develop/plugins/features-and-specs/plugin-types/persistent-storage-kv) - KV ストレージを通じてプラグイン機能を強化する

***

[Edit this page](https://github.com/langgenius/dify-docs/edit/main/en/develop-plugin/features-and-specs/advanced-development/reverse-invocation.mdx) | [Report an issue](https://github.com/langgenius/dify-docs/issues/new?template=docs.yml)
