# Sorting Pages

The pages in Umbraco are placed in the tree structure according to a predefined sort order. The most recently created page is placed at the bottom of the tree structure. You can change the order of the pages by using the **Sort** function.

You can sort pages in two ways:

## Option 1

1. Go to **Content**.
2. Navigate to the parent node whose child nodes you wish to sort.
3. Click **...** next to the page you wish to sort.
4. Select **Sort children of**.

   ![Sort Menu 1](/files/UeZ7X5P7NbWdkvlxPUkw)
5. A window appears on the right-side of the screen. Here, you can arrange the child nodes in the order you want by dragging them up or down.

   ![Sort Option 1](/files/CWGB7BIw3rJCabNlKLTc)
6. Click **Save** and then **Close**.

## Option 2

1. Go to **Content**.
2. Select the parent node whose child nodes you wish to sort.
3. Click **Actions** in the top-right corner of the screen.
4. Select **Sort children of** from the **Actions** drop-down menu.

   ![Actions Menu](/files/LidJi344LF43DPdGO5DN)
5. A window appears on the right-side of the screen. Here, you can arrange the child nodes in the order you want by dragging them up or down.
6. Click **Save** and then **Close**.


---

# 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/ordering-pages.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.
