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

   ![Move Menu 1](/files/djrFC4OnLTA4PS3ooGC1)
4. A window appears on the right side of the screen. Here, you can choose where you want to move the page in the tree structure.

   ![Move Option 1](/files/UHNGiU7hCnRspF7Re3od)
5. Click **Move**.
6. 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. Click **Actions** in the top-right corner of the screen.
4. Select **Move to** from the **Actions** drop-down menu.

   ![Actions Menu](/files/McZg87KOjPB9Sv11tnM4)
5. A window appears on the right side of the screen. Here, you can choose where you want to move the page in the tree structure.
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/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.
