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

# Dify 服务的反向调用

> 本文档简要介绍了 Dify 插件的反向调用能力，即插件可以调用 Dify 主平台内的指定服务。文中列出了四种可调用的模块类型：App（访问应用数据）、Model（调用平台内的模型能力）、Tool（调用平台内的其他工具插件）和 Node（调用 Chatflow/Workflow 应用内的节点）。

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

插件可以自由调用 Dify 主平台内的一些服务来增强其能力。

### 可调用的 Dify 模块

* [App](/zh/develop-plugin/features-and-specs/advanced-development/reverse-invocation-app)

  插件可以访问 Dify 平台内应用的数据。
* [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 存储增强插件能力

***

[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)
