# Moving a Page

Move pages within the website through the tree view. Not all pages can be moved depending on your set-up or page permissions. If you need clarification, contact your system administrator.

You can move a page in two ways:

## Option 1

1. Go to **Content**.
2. Right-click the page you wish to move and select **Move**. Alternatively, click **•••** next to the parent node, select **Do something else** and click **Move**.

   ![Move Menu 1](/files/eLKjoPHVoqztjk943ceq)
3. A window appears next to the section tree. Here, you can choose where you want to move the page in the tree structure.

   ![Move Option 1](/files/T6tZExwh6fll0o8mLXYX)
4. Click **Move**.
5. A confirmation message appears. Click **OK** to dismiss the confirmation message.

## Option 2

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

   ![Actions Menu](/files/ytq1xNOK7UUQRpScY2Bq)
5. A window appears next to the section tree. Here, you can choose where you want to move the page in the tree structure.

   ![Move Option 1](/files/T6tZExwh6fll0o8mLXYX)
6. Click **Move**.
7. A confirmation message appears. Click **OK** to dismiss the confirmation message.


---

# 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/13.latest/tutorials/editors-manual/getting-started-with-umbraco/moving-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.
