From 62423cdfcac44747cf835a3c612c34a1eda0d156 Mon Sep 17 00:00:00 2001 From: Pierre Jacquier Date: Thu, 30 Jul 2026 08:18:27 -0400 Subject: [PATCH] Add Duplicate Project doc Follow-up to https://github.com/KittyCAD/modeling-app/pull/12449 --- .../features/workspace/project-browser.mdx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/content/pages/docs/zoo-design-studio/features/workspace/project-browser.mdx b/content/pages/docs/zoo-design-studio/features/workspace/project-browser.mdx index adb8358e..2c2e8aa0 100644 --- a/content/pages/docs/zoo-design-studio/features/workspace/project-browser.mdx +++ b/content/pages/docs/zoo-design-studio/features/workspace/project-browser.mdx @@ -21,9 +21,27 @@ The Project Browser is your home screen for project-level work. - Create a project. - Create a project from a sample. - Open a project. +- Duplicate a project. - Rename or delete a project (if you have write access). - Jump to project directory settings. +## Duplicate a Project + +Duplicating a project creates an independent copy with the same files and folders. You can duplicate +local projects and cloud projects, including cloud projects that have not been downloaded to your +device. + +From the Project Browser: + +1. Right-click the project card. +2. Select **Duplicate project**. + +From an open project, open the project menu next to the project name in the left sidebar and select +**Duplicate project**. In the desktop app, you can also select **File → Duplicate Project**. + +The copy is named after the original project with `-copy` appended. If that name is already in use, +Zoo Design Studio adds a number, such as `-copy-1` or `-copy-2`. + ## What You Cannot Do - Open a project card that does not have write access.