---
title: Creating new sites using the wizard
---

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

This page describes how to add a new website to the system using the wizard. Start the [New site wizard](https://docs.kentico.com/k10/configuring-kentico/managing-sites/installing-new-sites.md) in the **Sites** application, and select **Create a new site using a wizard** in the first step.

## Step 2 - Enter new site settings

Enter the following basic site properties:

- **Site display name** - name of the new site displayed in the administration interface.
- **Site code name** - name of the new site used in website code. We do not recommend changing the code name later.
- **Domain name** - [domain name](https://docs.kentico.com/k10/configuring-kentico/managing-sites/setting-domain-names-for-sites.md) under which the new site will run. The domain must be unique for each website running in the system.
- **Site culture** - the default culture of the site.

Click **Next**to continue.

## Step 3 - Object selection

In this step, select which **objects will be imported** along with your new site. Choose the categories displayed in the tree on the left side of the wizard.

The following options are available in the root of the tree:

**Global object selection**

- **Load default selection**
- **Select all objects** - selects all of the default objects.
- **Select only new objects** - selects only those objects that do not already exist in the system (clears selection for existing objects).
- **Deselect all objects** - clears the selection for all default objects.

**Import settings**

- **Assign all objects to the imported site (recommended)** - if enabled, all imported site related objects will be assigned to the imported site.
- **Run the site after import** - if enabled, the system attempts to start the new site immediately after the import is finished.
- **Delete incomplete site when import fails** - if enabled, the system deletes the site if any part of the import process fails.
- **Do not import objects where parent object is missing** - if enabled, the import process skips any child objects whose parent objects is not present in the target system.
- **Import tasks (recommended)** - serves no purpose when creating new sites.
- **Log staging synchronization tasks** - if enabled, the system logs staging tasks reflecting all changes made by the creation of the new site. Check this option to synchronize the imported data to other servers connected through [content staging](https://docs.kentico.com/k10/deploying-websites/content-staging.md).
- **Log integration tasks** - if enabled, the system logs outgoing integration tasks for all changes made by the creation of the new site. Check this option if you want to transfer the imported data to a system connected via the [integration bus](https://docs.kentico.com/k10/integrating-3rd-party-systems/using-the-integration-bus.md).
- **Import files (recommended)**
  - **Import code files** - indicates if the new site includes code files that require compilation, i.e. files with the following extensions: _cs_, _vb_, _aspx_, _ascx_. You cannot import code files if your application is [precompiled](https://docs.kentico.com/k10/deploying-websites/publishing-projects-from-visual-studio.md).
  - **Import custom assembly files** - if enabled, the new site includes custom assembly files bound to notification gateways, translation services, payment options, integration connectors, scheduled tasks, advanced workflow actions, marketing automation actions and smart search analyzers. Custom assemblies are those whose names do not begin with the _CMS._ prefix. You cannot import assembly files if your application is [precompiled](https://docs.kentico.com/k10/deploying-websites/publishing-projects-from-visual-studio.md).
  - **Import global folders** - if enabled, the import process includes global files originally exported from the following folders:
    - \~/App\_Code/Global/
    - \~/CMSGlobalFiles/
    - \~/CMSScripts/Custom/
    - \~/App\_Code/Controllers/
    - \~/Controllers/Global/
    - \~/Views/Global/
  - **Import site folders** - if enabled, the import process includes site-related files originally exported from the following folders:
    - \~/App\_Code//
    - \~/App\_Data//
    - \~//
    - \~/Controllers//
    - \~/Views//

You can leave the default settings and click **Next**to continue.

## Step 4 - Import progress

A log appears, showing the progress of the site creation.

When the process finishes, click **Next**.

## Step 5 - Select master page

Here you can select the master page template. The master page defines the basic visual structure of the website. You can switch to a different master page later at any time.

![Selecting the master page for a new site](https://docs.kentico.com/docsassets/k10/creating-new-sites-using-the-wizard/New_Site_Wizard_Master_Page.png "Selecting the master page for a new site")

Select one of the layouts and click **Next**.

## Step 6 - The website has been created successfully

You have successfully created the new website. Click **Finish** to return to the **Sites** application.

You can now begin [developing the website](https://docs.kentico.com/k10/developing-websites.md) or [managing the website content](https://docs.kentico.com/k10/managing-website-content.md).
