---
title: Adding a new page
---

> 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).

> **Info:** This page is a part of a tutorial, which you should follow sequentially, from the beginning to the end. [Go to the first page: Getting started with Kentico](https://docs.kentico.com/k12sptutorial/getting-started-with-kentico.md).

## You will learn about:

> **Info:** **Important note**
>
> Dancing Goat is a specific sample website used for the purposes of the tutorial. Your company’s website will be different, and some functionalities may also be changed.

### Pages

As you already know, the **Pages** application allows you to manage, update, and delete your existing pages. You also know that pages store the content of the website in the database and that they may not necessarily be presented on the live site. And you also know there are two ways of working with your website’s content – via the Content tab, and the Page tab.

| The Content tab                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | The Page tab                                                                                                                                                                                                                                                                                                                                                                   |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Enables you to work with the structured content<br>Allows you to focus only on the quality of your content, not on how it is presented on the page<br>Developers prepare the exact structure for collecting the content<br>Stores pre-defined types of content, such as _headline_, _body copy_ or _image_, in specific fields<br>Used for pages with a repeated structure (e.g., _Articles_ or _Products_) or which don't change their presentation (e.g., _About_ or _Contact_ pages) | Enables you to manage content using Kentico page builder<br>Allows you to adjust the position of the content<br>You don't need developers to change the structure of a page<br>More dynamic, allows you to change the content whenever you need<br>Most useful for high traffic pages where you want to tailor the design to specific goals, such as _campaign landing pages._ |

### Page types

Each _content-only page_ in the admin application's content tree is of a specific type – a _content-only page type_. The pages on the Dancing Goat MVC website are built using different pages types, such as _Contacts_, _Landing Page_, _Products_, etc.

The page types define the underlying data structure of pages. Your developers create the page types and determine their structure by adding fields in which you add or edit the content or upload files. They also decide if you are able to view pages based on this page type on the **Page** tab. By setting up a hierarchy of allowed page types, they help you build the structure of pages in the content tree. These limitations ensure that the data is correctly stored in the database and properly displayed on the live site.

What exactly does it mean? For example, in the Dancing Goat, you can only add new pages with certain page types under their tree. If you add a new page under _Articles_, you can only add a page of the _Article_ page type or of the _Article section_ page type.

### Adding new pages

You can add new pages to your website in the **Pages** application. To create a new page:

1. Select the content tree item under which you want to add a new page.
2. Click the **New** (****) button in the action buttons.
3. Click the _page type_ which you want to use for your new page.

![](https://docs.kentico.com/docsassets/k12sptutorial/adding-a-new-page/PageTypes.gif)

Depending on the page type you selected, your new pages open either the **Page** tab or the **Content** tab. In case there is only _one allowed page type_ that can be used for the child page, clicking the **New** button creates the page and takes you to the respective tab automatically.

If you find out you need new page types with a new set of rules, turn to your developers and they will prepare it for you.

 **Task:**

Your copywriter prepared a new article _Local coffee shops on the rise_ and sent you all the resources. You are responsible for publishing the article in two days time on the new page in your _Articles_ section. (You can find the article materials in the _Adding a new page_ folder in the tutorial resources.)

 **Need help?**

You can always look at our step-by-step guide:

1. Open the **Pages** application.
2. Select the _Articles_ section in the content tree.
3. Click the **New** (****) button.
4. Select the **Article** page type.
5. Name your article _Local coffee shops on the rise._
6. Upload the teaser image.
7. Paste the summary.
8. Paste the text of the copy.
9. In the **Publish from** field select the publish date and time.
10. Click the **Save** button to save your article.
11. To see how your article will look you can click the **Live site** button at the bottom of the application list.

Here you can find the visual representation of the guide:

🎬 [Creating and saving a new article page](https://docs.kentico.com/docsassets/k12sptutorial/adding-a-new-page/AddPageTask.webm)

**Previous page:** [Working with files](https://docs.kentico.com/k12sptutorial/mvc-business-tutorial/working-with-files.md) — **Next page:** [Next steps with Kentico websites](https://docs.kentico.com/k12sptutorial/mvc-business-tutorial/next-steps-with-kentico-websites.md)

**Completed pages:** 5 of 6
