You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/use-dify/publish/publish-to-marketplace.mdx
+29-18Lines changed: 29 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,11 @@ description: Publish your apps to Dify Marketplace and share them with the world
6
6
7
7
Publish your apps as templates to Dify Marketplace, where other Dify users can discover and use them.
8
8
9
-
## Submit Templates
9
+
## Submit a Template
10
10
11
-
To publish a template, submit it through the [Creator Center](https://creators.dify.ai) for review. Once approved, it will be listed on Marketplace.
11
+
To publish a template, submit it through the [Creator Center](https://creators.dify.ai). After you submit, the template enters **Pending** status while we review it. Once approved, it's published to Marketplace.
12
12
13
-
While your template is pending review, you can withdraw it anytime to make changes and resubmit.
13
+
While a template is **Pending**, you can withdraw it at any time. Withdrawing returns it to **Draft**, where you can edit any part of the template before resubmitting.
14
14
15
15
<Note>
16
16
Before submission:
@@ -35,14 +35,26 @@ You can switch between your personal account and organizations anytime.
35
35
36
36
In your app, click **Publish** > **Publish Update**, then click **Publish to Marketplace**.
37
37
38
-
This takes you to the Creator Center with your app file automatically uploaded — just fill in the template details and submit for review.
38
+
This takes you to the Creator Center with your app file automatically uploaded. Just fill in the template details and submit for review.
39
39
</Tab>
40
40
41
41
<Tabtitle="In the Creator Center">
42
42
Export your app, then go to the Creator Center and upload the export file. Fill in the template details and submit for review.
43
43
</Tab>
44
44
</Tabs>
45
45
46
+
## Update a Published Template
47
+
48
+
How you update a published template depends on what you want to change.
49
+
50
+
-**To change anything inside the app** (its prompts, tools, model settings, and so on)
51
+
52
+
Submit the updated app as a new template. This creates a separate listing rather than replacing the original, so you can manually unpublish the old version once the new one is published.
53
+
54
+
-**To change only the listing** (such as the Overview or Setup steps)
55
+
56
+
Unpublish the template to take it off Marketplace and return it to **Draft**. Make your edits, then resubmit for review.
57
+
46
58
## Template Writing Guidelines
47
59
48
60
### Language Requirements
@@ -61,14 +73,13 @@ Keep the template library consistent and searchable.
61
73
- Prompts / system messages
62
74
- Messages shown to end-users
63
75
64
-
If your template mainly targets non-English users, you can add a tag in the title. For example,
65
-
`Stock Investment Analysis Copilot [ZH]`.
76
+
If your template mainly targets non-English users, you can add a tag in the title. For example, `Stock Investment Analysis Copilot [ZH]`.
66
77
67
78
### Template Name & Icon
68
79
69
80
From the name alone, users should know where it runs and what it does.
70
81
71
-
- Use a short English phrase, typically 3-7 words.
82
+
- Use a short English phrase, typically 3–7 words.
0 commit comments