```json //[doc-seo] { "Description": "Learn how to create a new ABP solution using ABP Studio or ABP CLI, and discover how to generate CRUD pages seamlessly." } ``` # Creating a new ABP solution ````json //[doc-nav] { "Previous": { "Name": "Adding existing ABP solution", "Path": "suite/add-solution" }, "Next": { "Name": "Generating a CRUD page", "Path": "suite/generating-crud-page" } } ```` ## Create a new solution From ABP Suite v8.3, **create a new solution** option has been removed. Instead, it's suggessted to use [ABP Studio](../studio/index.md) or [ABP CLI](../cli/index.md) to create a new solution. After, creating an ABP Solution, then you can generate CRUD pages via ABP Suite as always. > ABP Studio has a shortcut for running [ABP Suite](./index.md) to allow using it without starting it externally and using it on a browser, which means you can create, manage, deploy your applications in a single desktop application and also generate CRUD pages via Suite as a pre-integrated application to ABP Studio.