# Copying a Page

Re-use a page or a tree structure you have previously created by copying the parent page and its child pages to a different section within the site structure.

When you copy a parent page all of its child pages are also copied, by default. You can choose if you want to copy the child pages or not. You can also choose whether the links should be automatically updated or continue to link to the original pages.

You can copy a page in two ways:

## Option 1

1. Go to **Content**.
2. Right-click the page you wish to copy and select **Copy**. Alternatively, click **•••** next to the page, select **Do something else** and click **Copy**.

   ![Copy Menu 1](https://3872888104-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgEH4FChbCn7eDDqREvdE%2Fuploads%2Fgit-blob-3e48e88ed623bf928373f461ae7226396e2b901e%2FCopy-menu-v9.png?alt=media)
3. A window appears next to the section tree. Here, you can choose where you want to copy the page in the tree structure.

   ![Copy Option 1](https://3872888104-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgEH4FChbCn7eDDqREvdE%2Fuploads%2Fgit-blob-0c2c6939dfda13f80010756ca768b049c9f2b0f8%2FCopy-options-v9.png?alt=media)
4. Toggle **Relate to original** button if you want to keep the links linked to the original page.
5. Toggle **Include descendants** if you want to copy the child pages alongside the parent page.
6. Click **Copy**.
7. A confirmation message appears. Click **OK** to dismiss the confirmation message.

## Option 2

1. Go to **Content**.
2. Select the page you wish to copy.
3. Select **Actions** in the top-right corner of the screen.
4. Select **Copy** from the **Actions** drop-down menu.

   ![Actions Menu](https://3872888104-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgEH4FChbCn7eDDqREvdE%2Fuploads%2Fgit-blob-2e88458753c84d81e14f26eded2e8f554ea4d9e1%2FActions-menu-v9.png?alt=media)
5. A window appears next to the section tree. Here, you can choose where you want to copy the page in the tree structure.

   ![Copy Option 1](https://3872888104-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgEH4FChbCn7eDDqREvdE%2Fuploads%2Fgit-blob-0c2c6939dfda13f80010756ca768b049c9f2b0f8%2FCopy-options-v9.png?alt=media)
6. Toggle **Relate to original** button if you want to keep the links linked to the original page.
7. Toggle **Include descendants** if you want to copy the child pages alongside the parent page.
8. Click **Copy**.
9. A confirmation message appears. Click **OK** to dismiss the confirmation message.

{% hint style="info" %}
When you select **Relate to original**, Umbraco will create a relationship between the original and copied page. This relationship can be used to programmatically link the pages - For example, linking two pages in a multilingual setup. This relationship **does not** sync the content between the original and copied page.
{% endhint %}
