# Build a Store in Umbraco using Umbraco Commerce

This tutorial covers the process of setting up an Umbraco Commerce store in Umbraco from beginning to end. You will set up a store, create products, and configure a complete customer checkout flow.

This tutorial will be based around the official **Blendid Demo Store** solution, a fictional tea supplier web store. The source code for which can be found on [GitHub](https://github.com/umbraco/Umbraco.Commerce.DemoStore).

![Blendid Store Homepage](https://3343668521-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlHETtFOx4I72xhuc27Kt%2Fuploads%2Fgit-blob-7384e70e746d72b9608b67a2abbe29e01a0f7608%2Fhomepage.png?alt=media)

{% hint style="info" %}
This tutorial assumes that you already have the relevant site structure and content views in place for your store. The tutorial will focus on adding the commerce functionality to your existing site.
{% endhint %}

## Steps

{% content-ref url="build-a-store/installation" %}
[installation](https://docs.umbraco.com/umbraco-commerce/tutorials/build-a-store/installation)
{% endcontent-ref %}

{% content-ref url="build-a-store/create-store" %}
[create-store](https://docs.umbraco.com/umbraco-commerce/tutorials/build-a-store/create-store)
{% endcontent-ref %}

{% content-ref url="build-a-store/create-product" %}
[create-product](https://docs.umbraco.com/umbraco-commerce/tutorials/build-a-store/create-product)
{% endcontent-ref %}

{% content-ref url="build-a-store/cart" %}
[cart](https://docs.umbraco.com/umbraco-commerce/tutorials/build-a-store/cart)
{% endcontent-ref %}

{% content-ref url="build-a-store/checkout" %}
[checkout](https://docs.umbraco.com/umbraco-commerce/tutorials/build-a-store/checkout)
{% endcontent-ref %}

{% content-ref url="build-a-store/permissions" %}
[permissions](https://docs.umbraco.com/umbraco-commerce/tutorials/build-a-store/permissions)
{% endcontent-ref %}


---

# Agent Instructions: 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:

```
GET https://docs.umbraco.com/umbraco-commerce/tutorials/build-a-store.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
