---
title: Create pages
related:
  - https://docs.kentico.com/documentation/business-users/website-content.md
  - https://docs.kentico.com/documentation/business-users/website-content/edit-and-publish-pages.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).

[Content of your websites](https://docs.kentico.com/documentation/business-users/website-content.md) is stored in pages. You can create new pages from the ground up or [clone](#clone-a-page) existing ones.

## Create a new page

1. Open a website channel application.
2. In the content tree, select the page under which you want to place the new page.
3. Open the context menu () of the page and select **New page**.

   ![Create a new page](https://docs.kentico.com/docsassets/documentation/create-pages/create_page_new_page.png "Create a new page")
4. Enter page name.
5. Select a content type from the list of available [content types](https://docs.kentico.com/documentation/developers-and-admins/development/content-types.md).
   - Depending on the configuration of your site, you may also need to select a [page template](https://docs.kentico.com/documentation/business-users/website-content/page-templates.md) from the list of available page templates.
6. Enter the content into the required fields.
7. **Save** the page.
   - To save the page and immediately continue creating another page as a sibling in the content tree, select **Save and create another** instead. The content type and page template of the new page are prefilled and cannot be changed.

The new page is created as a _Draft_. This means you can [edit the page](https://docs.kentico.com/documentation/business-users/website-content/edit-and-publish-pages.md) and it is not visible on the live site until you [publish it](https://docs.kentico.com/documentation/business-users/website-content/edit-and-publish-pages.md#publish-pages). If [content locking](https://docs.kentico.com/documentation/business-users/content-locking.md) is enabled, the page is now locked and only you can edit it.

## Clone a page

Cloning a page allows you to create a new page with the same web page data (same [Page Builder](https://docs.kentico.com/documentation/developers-and-admins/development/builders/page-builder.md) configuration, same content and same [page template](https://docs.kentico.com/documentation/business-users/website-content/page-templates.md)). A page's [permissions](https://docs.kentico.com/documentation/developers-and-admins/configuration/users/role-management/page-permission-management.md) and [URLs](https://docs.kentico.com/documentation/business-users/website-content/manage-page-urls.md) are not cloned. You can either clone all language variants of a page or just the selected language variant.

To clone a page:

1. Open a website channel application.
2. In the content tree, select the page you want to clone.
3. Open the context menu () of the page and select **Clone**.

   ![Clone page](https://docs.kentico.com/docsassets/documentation/create-pages/clone_page.png "Clone page")
4. Enter the page name and [URL slug](https://docs.kentico.com/documentation/business-users/website-content/manage-page-urls.md). The default name is _(Clone) {original name}_ and the default URL slug is _(Clone)-{original-url-slug}_.
5. If you want to clone only the current language variant of the page, clear the **Clone all language variants** checkbox. Otherwise, all language variants are cloned by default.
6. Select **Clone**.

The page is created as a _Draft_. This means you can [edit the page](https://docs.kentico.com/documentation/business-users/website-content/edit-and-publish-pages.md) and it is not visible on the live site until you [publish it](https://docs.kentico.com/documentation/business-users/website-content/edit-and-publish-pages.md#publish-pages). In the content tree, the new page is located right under the original page on the same level in the hierarchy.

Each language variant needs to be [published](https://docs.kentico.com/documentation/business-users/website-content/edit-and-publish-pages.md#publish-pages) separately to be visible on the live site. Use the language switcher to access other language variants.

![Language switcher](https://docs.kentico.com/docsassets/documentation/create-pages/cloning_language_switcher.png "Language switcher")

If [Content locking](https://docs.kentico.com/documentation/business-users/content-locking.md) is enabled, the new page is not locked immediately after cloning. You only acquire the lock once you start editing.
