# 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](/files/fMooakCJD45cY5MMGJ9S)
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](/files/W69JXcoI2x7s5f3cmGul)
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](/files/iWj8p6AnKGUL5mQAVUs9)
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 %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.umbraco.com/umbraco-cms/tutorials/editors-manual/getting-started-with-umbraco/copying-a-page.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
