---
title: Website development basics
related:
  - https://docs.kentico.com/k81/developing-websites/choosing-the-right-development-model.md
  - https://docs.kentico.com/k81/managing-website-content.md
  - https://docs.kentico.com/k81/deploying-websites.md
  - https://docs.kentico.com/k81/configuring-kentico/optimizing-website-performance.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).

The following figure shows the typical website development process in Kentico, and how the roles are split between developers and content editors:

![](https://docs.kentico.com/docsassets/k81/website-development-basics/f3.png)

1. The developers analyze client requirements.
2. The developers prepare the site structure (site map) and the overall web design. During this stage, you can use [Wireframing](https://docs.kentico.com/k81/developing-websites/wireframing.md) to create a rough outline of the website to serve as a visual guide in the next steps.
3. The developers create **page templates** for every type of page required on the site (home page, solutions, products, news, etc.).
4. The content editors create new pages — they enter text and images into the page templates defined by the developers.

## What is a page template?

Page templates define the structure, design and core functionality of pages.

- The website can re-use a single template for any number of pages.
- Content editors can enter different content for all pages based on the same template.
- Templates allow editors to focus just on the content of pages, without the needing to take care of the page's layout and formatting.
- Templates help keep the design consistent throughout the whole website.

![Using a single page template for multiple pages](https://docs.kentico.com/docsassets/k81/website-development-basics/f11.png "Using a single page template for multiple pages")

There are three different [development models](https://docs.kentico.com/k81/developing-websites/choosing-the-right-development-model.md) that you can use to create page templates in Kentico.
