# Editing Existing Content

## Content Within the Tree View

When you are looking to edit content, locate the ***page*** you want to edit in the Content tree on the left-side of the screen.

![Viewing Pages in Content Section](https://2050077833-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fb0WSXUuM7Qx5BfREagAI%2Fuploads%2Fgit-blob-ec5b5d68931eea6c3187b1110853598e41b0434f%2FView-page-v14.png?alt=media)

To edit existing content, follow these steps:

1. Go to the **Content** section.
2. Select the page in the section tree you wish to edit. The content of the page is loaded in the right-side editor.
3. Edit the contents of the page.
4. Click **Save** to save the edits without publishing it.
5. Click **Save and preview** to preview the changes.
6. Click **Save and publish** to publish the changes. For more information, see the [Save and Publishing Pages](https://docs.umbraco.com/umbraco-cms/tutorials/editors-manual/creating-saving-and-publishing-content#saving-and-publishing-pages) article.

## View Page Layout

By default, you can view Page layouts in two ways: in a List or in a Grid.

### List

When you [enable Collection](#enabling-collection) on a page, its child pages are no longer shown as nested items in the content tree. Instead, the parent page appears as a single node in the tree. Selecting it displays all of its child pages in a list view within the main content area. For more information, see the [Collection](https://docs.umbraco.com/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/collection) article.

![List](https://2050077833-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fb0WSXUuM7Qx5BfREagAI%2Fuploads%2Fgit-blob-103b7c76ae2a702f03403cffdabc367d36c216c6%2FList-view-v14.png?alt=media)

### Grid

You can switch to the grid view by clicking the ![layout](https://2050077833-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fb0WSXUuM7Qx5BfREagAI%2Fuploads%2Fgit-blob-d11e88494cea1a1888ad6f6ff6dc8fa15b32fd51%2Flayout.png?alt=media) icon in the top-right of the screen:

![Grid](https://2050077833-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fb0WSXUuM7Qx5BfREagAI%2Fuploads%2Fgit-blob-1721c39449c64d51a07a27bb5de9a84823501a8b%2Fgrid-view-v14.png?alt=media)

### Enabling Collection

To enable Collection:

1. Go to **Settings**.
2. Navigate to the Document Type you wish to configure as a Collection.
3. Go to the **Structure** tab.
4. Click **Configure as a Collection** in the Collections field.
5. Select **List View - Content**.
6. Click **Save**.

![Configure as a Collection](https://2050077833-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fb0WSXUuM7Qx5BfREagAI%2Fuploads%2Fgit-blob-1d66e865a109c175ea0fa3dee4f63ecbb8651b1d%2Fconfigure-collection-v14.png?alt=media)

7. Click **Save**.

Additionally, you can sort the list items by the **Name**, **Last Edited**, and **Updated By** columns in either ascending or descending order.


---

# 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/editing-existing-content.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.
