> ## Documentation Index
> Fetch the complete documentation index at: https://dify-6c0370d8-release-1-15-0.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Dify 服务的反向调用

> 在插件中调用 Dify 平台的 App、Model、Tool 和 Node 服务

> 本文档由 AI 自动翻译。如有任何不准确之处，请参考 [英文原版](/en/develop-plugin/features-and-specs/advanced-development/reverse-invocation)。

借助反向调用，插件可调用 Dify 主平台内的服务来扩展自身能力。

## 可调用的 Dify 模块

* **[App](/zh/develop-plugin/features-and-specs/advanced-development/reverse-invocation-app)**：访问 Dify 平台内 App 的数据。
* **[Model](/zh/develop-plugin/features-and-specs/advanced-development/reverse-invocation-model)**：调用 Dify 平台内的 LLM 能力，涵盖所有模型类型及 TTS、Rerank 等功能。
* **[Tool](/zh/develop-plugin/features-and-specs/advanced-development/reverse-invocation-tool)**：调用 Dify 平台内的其他工具类型插件。
* **[Node](/zh/develop-plugin/features-and-specs/advanced-development/reverse-invocation-node)**：调用 Dify 平台内特定 Chatflow/工作流应用中的节点。

## 相关资源

* [开发扩展插件](/zh/develop-plugin/dev-guides-and-walkthroughs/endpoint) - 了解如何开发与外部系统集成的插件
* [开发 Slack Bot 插件](/zh/develop-plugin/dev-guides-and-walkthroughs/develop-a-slack-bot-plugin) - 使用反向调用与 Slack 平台集成的示例
* [Bundle 类型插件](/zh/develop-plugin/features-and-specs/advanced-development/bundle) - 了解如何打包使用反向调用的多个插件
* [使用持久化存储](/zh/develop-plugin/features-and-specs/plugin-types/persistent-storage-kv) - 通过 KV 存储增强插件能力
