# 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. Click **...** next to the page you wish to copy.
3. Select **Duplicate to**.

   ![Copy Menu 1](https://2050077833-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fb0WSXUuM7Qx5BfREagAI%2Fuploads%2Fgit-blob-d40aee86cc3feb1019a6ca3d63eb2042ca39ea34%2Fduplicate.png?alt=media)
4. A window appears on the right side of the screen. Here, you can choose where you want to copy the page in the tree structure.

   ![Copy Option 1](https://2050077833-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fb0WSXUuM7Qx5BfREagAI%2Fuploads%2Fgit-blob-cb71b9fc229b4e0d3644b4c92b01f8db27581294%2Fduplicate-options.png?alt=media)
5. Toggle **Relate to original** button if you want to keep the links linked to the original page.
6. Toggle **Include descendants** if you want to copy the child pages alongside the parent page.
7. Click **Duplicate**.
8. 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. Click **Actions** in the top-right corner of the screen.
4. Select **Duplicate to** from the **Actions** drop-down menu.

   ![Actions Menu](https://2050077833-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fb0WSXUuM7Qx5BfREagAI%2Fuploads%2Fgit-blob-db5be1b15384373837f8f3146e529f643fbae8f9%2Factions-duplicate-menu.png?alt=media)
5. A window appears on the right side of the screen. Here, you can choose where you want to copy the page in the tree structure.
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 %}
