mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-03-27 13:28:32 +07:00
59 lines
1.9 KiB
Plaintext
59 lines
1.9 KiB
Plaintext
---
|
|
title: Quick Start
|
|
---
|
|
|
|
|
|
Based on your specific needs, it is recommended to selectively follow the documentation paths below:
|
|
|
|
### I Want to Use Plugins
|
|
|
|
If you're looking to quickly install and start using plugins, prioritize the following content:
|
|
|
|
<Card title="Install Plugins" icon="link" href="/en/plugins/quick-start/install-plugins">
|
|
</Card>
|
|
|
|
### I Want to Develop Plugins
|
|
|
|
If you plan to develop plugins yourself, follow these steps to progressively dive deeper:
|
|
|
|
#### 1. Quick Start
|
|
|
|
Explore development examples for various plugin types to grasp the basic structure and development process quickly.
|
|
|
|
<Card title="Tool Plugin" icon="link" href="/en/plugins/quick-start/develop-plugins/tool-plugin">
|
|
</Card>
|
|
|
|
<Card title="Model Plugin" icon="link" href="/en/plugins/quick-start/develop-plugins/model-plugin">
|
|
</Card>
|
|
|
|
<Card title="Agent Strategy Plugin" icon="link" href="/en/plugins/quick-start/develop-plugins/agent-strategy-plugin">
|
|
</Card>
|
|
|
|
<Card title="Extension Plugin" icon="link" href="/en/plugins/quick-start/develop-plugins/extension-plugin">
|
|
</Card>
|
|
|
|
<Card title="Bundle Plugin" icon="link" href="/en/plugins/quick-start/develop-plugins/bundle">
|
|
</Card>
|
|
|
|
#### 2. Advanced Development
|
|
|
|
Read the **Endpoint Documentation** to gain an in-depth understanding of **key interfaces** and **implementation details** in plugin development.
|
|
|
|
<Card title="Schema Definition" icon="link" href="/en/plugins/schema-definition">
|
|
</Card>
|
|
|
|
You can tailor your learning based on your specific needs to efficiently master the use or development of plugins and achieve your goals effectively.
|
|
|
|
This section primarily focuses on guiding you through the installation and use of plugins.
|
|
|
|
{/*
|
|
Contributing Section
|
|
DO NOT edit this section!
|
|
It will be automatically generated by the script.
|
|
*/}
|
|
|
|
---
|
|
|
|
[Edit this page](https://github.com/langgenius/dify-docs/edit/main/en/plugins/quick-start/README.mdx) | [Report an issue](https://github.com/langgenius/dify-docs/issues/new?template=docs.yml)
|
|
|