diff --git a/docs/en/solution-templates/microservice/how-to-use-with-abp-suite.md b/docs/en/solution-templates/microservice/how-to-use-with-abp-suite.md index 41ed4f5da8..3e5a574718 100644 --- a/docs/en/solution-templates/microservice/how-to-use-with-abp-suite.md +++ b/docs/en/solution-templates/microservice/how-to-use-with-abp-suite.md @@ -9,3 +9,10 @@ You can open ABP Suite from ABP Studio by using the **ABP Suite** -> **Open** to It opens the ABP Suite in a built-in browser window. You can also access the suite by visiting `http://localhost:3000` through your browser. From there, you can visually design your solution and generate code. In this example, we create a **Product** entity. ![abp-suite-product-entity](images/abp-suite-product-entity.png) + +After clicking **Save and generate** for the entity in ABP Suite, use **Run** -> **Build & Restart** in the [Solution Runner](../../studio/running-applications.md#start) to apply the changes. + +To confirm, visit the Swagger UI to verify that the necessary API endpoints and services have been created. + +![abp-suite-product-services](images/abp-suite-product-services.png) + diff --git a/docs/en/solution-templates/microservice/images/abp-suite-product-services.png b/docs/en/solution-templates/microservice/images/abp-suite-product-services.png new file mode 100644 index 0000000000..412cad13f7 Binary files /dev/null and b/docs/en/solution-templates/microservice/images/abp-suite-product-services.png differ