# Use Dynamic pages in the Developer area The Dynamic pages area lets developers manage the dynamic pages in your commercetools Frontend project. From **Dynamic pages** in the **Developer** area, you can add a dynamic page schema, edit some settings of dynamic pages, download a dynamic page schema, and delete dynamic pages. ## Add a dynamic page schema To upload a dynamic page JSON schema, follow these steps: 1. From the Studio home page or from the left menu, go to **Developer > Dynamic pages**. 2. Click **Upload schema** to browse and upload a JSON file you created or click **Create schema**: the [schema editor](/frontend-studio/using-the-schema-builder) opens. 3. From the schema editor, click **Publish** to make the dynamic page available in the [**Dynamic pages** area](/frontend-studio/using-dynamic-pages). Otherwise, click **Save as draft**. For further information on creating dynamic pages, see [Developing a dynamic page extension](/frontend-development/developing-a-dynamic-page-extension.md) and [Using dynamic pages](/frontend-studio/using-dynamic-pages.md). ## Edit a dynamic page settings To edit the settings of a dynamic page, follow these steps: 1. From the Studio home page or from the left menu, go to **Developer > Dynamic pages**. 2. Search for the dynamic page and select it: the pane with the dynamic page settings opens. 3. From the settings pane, perform one of the following changes. Then, click **Save**. - Edit the dynamic page icon. - [Edit the dynamic page schema](/frontend-studio/using-the-schema-builder.md). ![The pane with the settings of a dynamic page in the Developer Dynamic pages area.](https://docs.commercetools.com/frontend-studio/images/dynamic-page-schema-settings.png) ## Download a dynamic page schema To download the JSON schema of a dynamic page, follow these steps: 1. From the Studio home page or from the left menu, go to **Developer > Dynamic pages**. 2. Search for the dynamic page and select it: the pane with the dynamic page settings opens. 3. Click **Download schema**: the JSON file with the dynamic page schema will be downloaded on your computer. ## Delete a dynamic page To delete a dynamic page, follow these steps: 1. From the Studio home page or from the left menu, go to **Developer > Dynamic pages**. 2. Search for the dynamic page and select it: the pane with the dynamic page settings opens. 3. Click **Delete**. You will not be asked to confirm the deletion via a dialog. By clicking **Delete** you permanently delete the dynamic page, which will no longer be available in the [**Dynamic pages** area](/frontend-studio/using-dynamic-pages.md). ## Related pages - [Area overview page with navigation](/frontend-studio.md) - [Previous page: Use Continuous Integration](/frontend-studio/using-the-ci-area.md) - [Next page: Use Trace view](/frontend-studio/using-the-trace-view-area.md) - [Search documentation and API specs](/search.md)