mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-03-27 13:28:32 +07:00
---
title: 快速开始
---
根据不同需求,按照以下路径有选择性地阅读文档:
### 我想要使用插件
如果你希望快速安装并使用插件,建议优先阅读以下内容:
<Card title="安装与使用插件" icon="link" href="../install-plugins">
install-plugins
</Card>
### 我想要开发插件
如果你计划自己开发插件,可以按照以下内容顺序逐步深入:
#### 1. 快速开始
参考各类型插件的开发示例,快速了解插件的基本结构和开发流程。
<Card title="工具插件" icon="link" href="../develop-plugins/tool-plugin">
tool-plugin
</Card>
<Card title="扩展插件" icon="link" href="../develop-plugins/extension-plugin">
extension-plugin
</Card>
<Card title="模型插件" icon="link" href="../develop-plugins/model-plugin/">
model-plugin
</Card>
<Card title="Bundle 插件" icon="link" href="../develop-plugins/bundle">
bundle
</Card>
<Card title="Agent 策略插件" icon="link" href="../develop-plugins/agent-strategy-plugin">
agent-strategy-plugin
</Card>
#### 2. 进阶开发
阅读**接口定义文档**,深入了解插件开发过程中的**关键接口**和**实现细节**。
<Card title="接口文档" icon="link" href="../schema-definition/README">
schema-definition
</Card>
你可以根据自身需求,有针对性地学习和掌握插件的使用或开发知识。
{/*
Contributing Section
DO NOT edit this section!
It will be automatically generated by the script.
*/}
---
[编辑此页面](https://github.com/langgenius/dify-docs/edit/main/zh-hans/plugins/quick-start/README.mdx) | [提交问题](https://github.com/langgenius/dify-docs/issues/new?template=docs.yml)