> ## 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 AI 应用

Dify 插件是模块化组件，通过外部服务、自定义功能和专业工具扩展你用 Dify 构建的 AI 应用。

<Frame caption="市场">
  <img src="https://mintcdn.com/dify-enterprise-docs/5auvTYL_hjrCYTVu/images/develop-plugin/get-started/marketplace.png?fit=max&auto=format&n=5auvTYL_hjrCYTVu&q=85&s=2b77d36122ce1251af052c2db51a0489" alt="市场" width="1512" height="982" data-path="images/develop-plugin/get-started/marketplace.png" />
</Frame>

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

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

## 从这里开始

<CardGroup cols={2}>
  <Card title="选择插件类型" icon="route" href="/zh/3.1.x/develop/plugins/getting-started/choose-plugin-type">
    一份简短的决策指南，帮你在工具、模型、Agent 策略和扩展插件之间做出选择。
  </Card>

  <Card title="安装 CLI" icon="rocket" href="/zh/3.1.x/develop/plugins/getting-started/cli">
    在本机上配置 `dify`，几分钟内即可搭建一个新的插件项目。
  </Card>
</CardGroup>

## 插件类型

<AccordionGroup cols={3} />

## 其他资源

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

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

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

  <Card title="社区与贡献" icon="users" href="/zh/3.1.x/develop/plugins/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)
