> ## 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 插件

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

Dify 插件是模块化组件，可为 AI 应用添加额外的功能。它们允许你将外部服务、自定义功能和专业工具集成到基于 Dify 构建的 AI 应用中。

<Frame caption="Marketplace">
  <img src="https://mintcdn.com/dify-6c0370d8-add-new-agent/1Mn9PbDOxsURxQHH/images/marketplace.png?fit=max&auto=format&n=1Mn9PbDOxsURxQHH&q=85&s=10a17c6b1a9e38f867f811af6e61ffd2" width="1512" height="982" data-path="images/marketplace.png" />
</Frame>

通过插件，你的 AI 应用可以：

* 连接外部 API
* 处理不同类型的数据
* 执行专业计算
* 执行现实世界的操作

## 插件类型

<AccordionGroup cols={3}>
  <Accordion title="模型" icon="microchip" href="/zh/develop-plugin/dev-guides-and-walkthroughs/creating-new-model-provider">
    将 AI 模型打包并作为插件进行管理

    <a href="/zh/develop-plugin/dev-guides-and-walkthroughs/creating-new-model-provider" className="text-primary">了解更多</a>
  </Accordion>

  <Accordion title="工具" icon="toolbox" href="/zh/develop-plugin/dev-guides-and-walkthroughs/tool-plugin">
    为 Agent 和工作流构建专业功能

    <a href="/zh/develop-plugin/dev-guides-and-walkthroughs/tool-plugin" className="text-primary">了解更多</a>
  </Accordion>

  <Accordion title="Agent 策略" icon="brain" href="/zh/develop-plugin/dev-guides-and-walkthroughs/agent-strategy-plugin">
    为自主 Agent 创建自定义推理策略

    <a href="/zh/develop-plugin/dev-guides-and-walkthroughs/agent-strategy-plugin" className="text-primary">了解更多</a>
  </Accordion>

  <Accordion title="扩展" icon="puzzle-piece" href="/zh/develop-plugin/dev-guides-and-walkthroughs/endpoint">
    通过 HTTP Webhooks 实现与外部服务的集成

    <a href="/zh/develop-plugin/dev-guides-and-walkthroughs/endpoint" className="text-primary">了解更多</a>
  </Accordion>
</AccordionGroup>

## 其他资源

<CardGroup cols={2}>
  <Card title="开发与调试" icon="code" href="/zh/develop-plugin/features-and-specs/plugin-types/remote-debug-a-plugin">
    高效插件开发的工具和技术
  </Card>

  <Card title="发布与市场" icon="shop" href="/zh/develop-plugin/publishing/marketplace-listing/release-overview">
    打包并与 Dify 社区分享你的插件
  </Card>

  <Card title="API 与 SDK 参考" icon="book-open" href="/zh/develop-plugin/features-and-specs/plugin-types/general-specifications">
    技术规范和文档
  </Card>

  <Card title="社区与贡献" icon="users" href="/zh/develop-plugin/publishing/standards/contributor-covenant-code-of-conduct">
    与其他开发者交流并为生态系统做出贡献
  </Card>
</CardGroup>

***

[编辑此页面](https://github.com/langgenius/dify-docs/edit/main/en/develop-plugin/getting-started/getting-started-dify-plugin.mdx) | [报告问题](https://github.com/langgenius/dify-docs/issues/new?template=docs.yml)
