diff --git a/en/.gitbook/assets/image.png b/en/.gitbook/assets/image.png new file mode 100644 index 0000000..93144c9 Binary files /dev/null and b/en/.gitbook/assets/image.png differ diff --git a/en/guides/application-orchestrate/creating-an-application.md b/en/guides/application-orchestrate/creating-an-application.md index 61d020f..92162e7 100644 --- a/en/guides/application-orchestrate/creating-an-application.md +++ b/en/guides/application-orchestrate/creating-an-application.md @@ -1,4 +1,4 @@ -# Creating an Application +# Create Application You can create applications in Dify's studio in three ways: @@ -8,29 +8,60 @@ You can create applications in Dify's studio in three ways: ### Creating an Application from a Template -If you are using Dify for the first time, you might prefer to start with one of the application templates we provide for quickly creating an application. You can select "Studio" from the navigation and then choose "Create from Template" in the application list. +When using Dify for the first time, you might be unfamiliar with creating applications. To help new users quickly understand what types of applications can be built on Dify, the prompt engineers from the Dify team have already created high-quality application templates for multiple scenarios. -

Create an application from a template

+You can select "Studio" from the navigation menu, then choose "Create from Template" in the application list. -To help new users quickly understand the types of applications that can be built on Dify, the Dify team’s prompt engineers have created high-quality application templates for various scenarios. +

Create an application from a template

-

Dify application templates

+Select any template and click **Use this template.** + +

Dify application templates

### Creating a New Application -If you need to create a blank application on Dify, you can select "Studio" from the navigation and then choose "Create from Scratch" in the application list. +If you need to create a blank application on Dify, you can select "Studio" from the navigation and then choose "Create from Blank" in the application list. -
+
-When creating an application for the first time, you might need to first understand the [basic concepts](./#application_type) of the four different types of applications on Dify. When creating an application, you need to give it a name and use clear and concise text to describe the purpose of the application, which will be helpful for future use within the team. +When creating an application for the first time, you might need to first understand the [basic concepts](./#application\_type) of the four different types of applications on Dify: Chatbot, Text Generator, Agent and Workflow. -

Create a blank application

+When creating an application, you need to give it a name, choose an appropriate icon, and use clear and concise text to describe the purpose of this application, to facilitate its subsequent use within the team. + +

Create a blank application

### Creating from a DSL File If you have obtained a template (DSL file) from the community or others, you can choose "Import DSL File" from the studio. After importing, all configuration information of the original application will be loaded directly. -

Create an application by importing a DSL file

+

Create an application by importing a DSL file

-**Note:** -Dify DSL is an AI application engineering file standard defined by Dify.AI in version 0.6 and later. The file format is YML. This standard covers the basic description of the application, model parameters, orchestration configuration, and other information. \ No newline at end of file +{% hint style="info" %} +Dify DSL is an AI application engineering file standard defined by Dify.AI in v0.6 and later. The file format is YML. This standard covers the basic description of the application, model parameters, orchestration configuration, and other information. +{% endhint %} + +### Editing Application Information + +After creating an application, if you want to modify the application name or description, you can click "Edit info" in the upper left corner of the application to revise the application's icon, name, or description. + +

Edit App Info

+ +### Duplicating Application + +All applications support copying. Click "Duplicate" in the upper left corner of the application. + +### Exporting Application + +Applications created in Dify can be exported in DSL format. You can freely import the configuration file into any Dify workspace. + +{% hint style="info" %} +Dify DSL is an AI application engineering file standard defined by Dify.AI in v0.6 and later. The file format is YML. This standard covers the basic description of the application, model parameters, orchestration configuration, and other information. +{% endhint %} + +### Deleting Application + +If you want to remove an application, you can click "Delete" in the upper left corner of the application. + +{% hint style="info" %} +⚠️ The deletion of an application cannot be undone. All users will be unable to access your application, and all prompts, orchestration configurations, and logs within the application will be deleted. +{% endhint %}