> For the complete documentation index, see [llms.txt](https://docs.umbraco.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.umbraco.com/umbraco-commerce/17.latest/tutorials/build-a-store/create-store.md).

# Creating a Store

With Umbraco setup and Umbraco Commerce installed, the next step is to create a store.

A store is an online platform where products or services are listed for customers to browse, purchase, and complete transactions online.

Setting up a store allows you to manage both the content and commerce aspects of your site. It allows you to create a custom and scalable online shopping experience. For more information, see the [Stores](/umbraco-commerce/17.latest/reference/stores.md) article.

## Create a Store

1. Navigate to the **Settings** section of the backoffice
2. Click the "+" button next to the Stores heading in the navigation area to launch the Create Store dialog.
3. Enter a unique name for your store and click **Create**.

![Create a store](/files/XeAcw5Cm7DJZaDRhCvat)

4. Click **Save** to create the store and auto-populate it with the default configuration.

![Store editor](/files/67YUwQ6d6CmfkUaulXPN)

The store is now created and ready to be used.

In this tutorial, the default configuration is used. For more information on configuring the different aspects of your store, see the [Configuring your Store](/umbraco-commerce/17.latest/tutorials/build-a-store/create-store/configure-store.md) article.

## Connecting the Store to your website

With the store defined, the next step is to link the store to the website. This is done by associating the store with the root content node of the website. To do this, you need to add a property to the root content node that allows for selecting the store.

1. Navigate to the **Settings** section of the backoffice.
2. Edit the root content Document Type.
3. Add a new property to the Document Type using the `Store Picker Property Editor` that comes with Umbraco Commerce.
4. Give the property the alias `store`.

![Configure Document Type](/files/oQCsYgu9mPlD2NAytpKk)

5. **Save** the changes.
6. Navigate to the root content node in the **Content** section.
7. Select your store via the store property.

![Umbraco Commerce Store Picker](/files/KEAx1pZjPoSoH6NAcugd)

8. **Save and Publish** the changes.

With the store linked to the website, you can start adding products. For more information, see the [Creating your first Product](/umbraco-commerce/17.latest/tutorials/build-a-store/create-product.md) article.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.umbraco.com/umbraco-commerce/17.latest/tutorials/build-a-store/create-store.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
