> ## Documentation Index
> Fetch the complete documentation index at: https://docs.subframe.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Create, manage, and organize projects for your team.

Each project has its own theme, components, and pages. All team members can access every project.

## Create a project

1. Open the **Projects** page — click the Subframe logo in the top left
2. Click **New project**
3. Enter a name
4. Choose how to start:
   * **New project** — A clean slate with no theme or components. Best for importing your designs.
   * **Start from prebuilt** — A ready-made theme and components to build on.
   * **Duplicate existing project** — A copy of one of your existing projects.
5. Click **Create**

<Note>Free plans allow 1 project. Upgrade to Pro for unlimited projects.</Note>

## Switching projects

Open the **Projects** page to see all projects, then click a project to open it. Type to search if you have many.

## Manage all projects

Open the **Projects** page to see every project in one place. Search by name or sort by most recent or alphabetically to find a project quickly.

## Rename a project

1. Open the **Projects** page
2. Hover over the project and click <Icon icon="pencil" size={16} />
3. Enter the new name and click **Save**

## Duplicate a project

Hover over a project on the **Projects** page and click <Icon icon="copy" size={16} />. This creates a new project with the same components, theme, and pages.

## Delete a project

Hover over a project on the **Projects** page and click <Icon icon="trash" size={16} />.

<Warning>Deleting is permanent. All pages, components, and theme data are erased.</Warning>

## Sync design system across projects

<Note>
  This feature is only available on custom plans. Reach out to [**support@subframe.com**](mailto:support@subframe.com)
  to learn more.
</Note>

If you maintain a separate design system project:

1. Open the project switcher
2. Click **Sync project...**
3. Follow the prompts to merge updates

## Transfer a project to another team

To transfer a project to another team, email [support@subframe.com](mailto:support@subframe.com).

## Permissions

Only Admins and Editors can create, rename, duplicate, and delete projects.

## FAQ

<AccordionGroup>
  <Accordion title="Can I copy/paste between projects?">
    No, you can't copy/paste elements between projects. However, you can [import components from another project](/learn/components/overview#importing-from-another-project).
  </Accordion>
</AccordionGroup>
