mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-04-12 06:07:37 +07:00
71 lines
2.8 KiB
Plaintext
71 lines
2.8 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.
|
|
*/}
|
|
|
|
<CardGroup cols="2">
|
|
<Card
|
|
title="Edit this page"
|
|
icon="pen-to-square"
|
|
href="https://github.com/langgenius/dify-docs-mintlify/edit/main/en/plugins/quick-start/README.mdx"
|
|
>
|
|
Help improve our documentation by contributing directly
|
|
</Card>
|
|
<Card
|
|
title="Report an issue"
|
|
icon="github"
|
|
href="https://github.com/langgenius/dify-docs-mintlify/issues/new?title=Documentation%20Issue%3A%20&body=%23%23%20Issue%20Description%0A%3C%21--%20Please%20briefly%20describe%20the%20issue%20you%20found%20--%3E%0A%0A%23%23%20Page%20Link%0Ahttps%3A%2F%2Fgithub.com%2Flanggenius%2Fdify-docs-mintlify%2Fblob%2Fmain%2Fen/plugins/quick-start%2FREADME.mdx%0A%0A%23%23%20Suggested%20Changes%0A%3C%21--%20If%20you%20have%20specific%20suggestions%20for%20changes%2C%20please%20describe%20them%20here%20--%3E%0A%0A%3C%21--%20Thank%20you%20for%20helping%20improve%20our%20documentation%21%20--%3E"
|
|
>
|
|
Found an error or have suggestions? Let us know
|
|
</Card>
|
|
</CardGroup>
|