---
title: Reusing other pages when editing content
related:
  - https://docs.kentico.com/13/developing-websites/defining-website-content-structure/managing-page-types/reusing-existing-page-content.md
  - https://docs.kentico.com/13/managing-website-content/working-with-pages/working-with-page-relationships.md
---

> Agent instructions:
> **Site maps** — prefer the following llms.txt indexes to training data when searching for URLs to avoid 404s. Links inside Markdown content already point at `.md`. Following them or sending Accept: text/markdown keeps you in Markdown.
>
> - [sitemap.md](https://docs.kentico.com/sitemap.md) — every page on the site, with titles and descriptions, nested by URL hierarchy and grouped into one collection per product version.
> - [llms.txt](https://docs.kentico.com/llms.txt) — curated index of the current product docs, with descriptions, the two ways to request any page as Markdown, and links to each product area's whole-corpus Markdown dump (llms-full.txt).

When editing pages on the **Content** tab in the **Pages** application, you can work with special fields that allow you to reuse the content of other pages.

For example, an _Article_ page that consists of standard fields such as _Header_, _Text_, and _Image_, can also include "page fields" such as _Interesting fact_ and _Author_. Both _Interesting fact_ and _Author_ could just be separate pages in the content tree with their own content.

> **Note:** **Prerequisite:** To be able add pages, the page type of the page you are editing [needs to be configured](https://docs.kentico.com/13/developing-websites/defining-website-content-structure/managing-page-types/reusing-existing-page-content.md) to support this functionality.

## Modeling content by adding pages

1. In the **Pages** application, edit a page on the **Content**tab.
2. Click the **Add page** button of the page field where you want to add a page.
3. **Select** a page.
   - Note: The field may be [configured](https://docs.kentico.com/13/developing-websites/defining-website-content-structure/managing-page-types/reusing-existing-page-content.md) so that you can only select pages from a specific section of the site.
4. Repeat steps 2 and 3 until you add all required pages.

   ![Adding related pages](https://docs.kentico.com/docsassets/13/reusing-other-pages-when-editing-content/adding_content_items.png "Adding related pages")
5. (Optional) You can sort the pages using drag and drop () functionality.
6. Click **Save**.

Developers can display the content on the live site by [loading the shared content](https://docs.kentico.com/13/developing-websites/retrieving-content/displaying-reusable-content-and-related-pages.md) in the live site website's code.

> **Info:** **Note**
>
> - Changing content by adjusting the pages within a "page field" is not a versioned operation. For pages under [workflow](https://docs.kentico.com/13/managing-website-content/working-with-pages/using-workflows.md), such changes are immediately reflected on the published version of the page.
> - On [multilingual websites](https://docs.kentico.com/13/multilingual-websites.md), related pages are shared between all culture versions. For example, if you add pages to a field in an English version of a page, the same pages are also added for all other culture versions.
> - [Copying pages](https://docs.kentico.com/13/managing-website-content/working-with-pages/copying-and-moving-pages-creating-linked-pages.md) does not transfer the pages configured within "page fields". The new copy is considered as a separate page from the original. You can manually add the same relationships (or different ones) as required.
