---
title: Creating new sites
---

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

> **Note:** **Important**
>
> The _Sites_ application only creates the database portion of the new site. Developers also need to [set up the site's live site application](https://docs.kentico.com/13/developing-websites/starting-with-mvc-development.md).
>
> Alternatively, we recommend using the [Xperience installer](https://docs.kentico.com/13/installation/installing-xperience.md) to create new sites.

To manually add a new site to the system:

1. Open the **Sites** application.
2. Click **New site**.

![Creating a new site in the Sites application](https://docs.kentico.com/docsassets/13/creating-new-sites/New_Site_Wizard.png "Creating a new site in the Sites application")

The system opens the _New site wizard_ with further steps.

## Step 1 - Enter new site settings

Enter the following basic site properties:

- **Site display name** – the name of the new site displayed in the administration interface.
- **Site code name** – a unique identifier of the site, for example used by developers in the API and in file system folders related to the site.

  > **Note:** Do not set the site code name to _"global"_. This is a reserved system keyword and could lead to various issues and inconsistencies.
  >
  > We do NOT recommend changing the code name of an existing site later.
- **Site presentation URL** – the URL where the live site application is running.
- **Administration domain name** – the domain name under which the site's administration interface is available.
- **Site culture** – the default [culture](https://docs.kentico.com/13/multilingual-websites/setting-up-multilingual-websites.md) of the site.

To learn more about the presentation URL and administration domain name, see: [Setting domain names for sites](https://docs.kentico.com/13/configuring-xperience/managing-sites/setting-domain-names-for-sites.md)

Click **Next**to continue.

## Step 2 - Object selection

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/13/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/13/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/13/deploying-websites/deploying-sites-to-a-live-server/precompiling-websites.md).
  - **Import custom assembly files** – if enabled, the new site includes custom assembly files bound to 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/13/deploying-websites/deploying-sites-to-a-live-server/precompiling-websites.md).
  - **Import global folders** – if enabled, the import process includes global files originally exported from the following folders:
    - \~/CMSGlobalFiles/
    - \~/CMSScripts/Custom/
    - \~/Old\_App\_Code/Global/
  - **Import site folders** – if enabled, the import process includes site-related files originally exported from the following folders:
    - \~/App\_Data//
    - \~//
    - \~/Old\_App\_Code//

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

## Step 3 - Import progress

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

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

## Step 4 - The website has been created successfully

You have successfully created the database portion of the new site in the administration. Click **Finish** to return to the **Sites** application.

Developers can now manually [set up the site's live site application](https://docs.kentico.com/13/developing-websites/starting-with-mvc-development.md), and continue [developing the website](https://docs.kentico.com/13/developing-websites.md).
