Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading