# Installation

The first thing you need to do is set up an Umbraco site with Umbraco Commerce installed.

## Prerequisites

To follow this tutorial, you'll need the following:

* Umbraco.CMS version 15.1.0+
* Umbraco.Commerce version 15.0.0
* SQL Database (LocalDB or any SQL server)
* Visual Studio or your preferred IDE
* [Umbraco CMS Requirements](https://docs.umbraco.com/umbraco-cms/fundamentals/setup/requirements)

## Setup your Umbraco Project

To set up your Umbraco project, see the [Installation](https://docs.umbraco.com/umbraco-cms/fundamentals/setup/install) article.

## Installing Umbraco Commerce

Once your Umbraco site is up and running, you can install the [Umbraco Commerce package](/umbraco-commerce/18.latest/getting-started/install.md).

{% hint style="info" %}
If you installed Umbraco CMS using a SQLite database, you will need to configure [SQlite support](/umbraco-commerce/18.latest/how-to-guides/configure-sqlite-support.md).
{% endhint %}


---

# 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/18.latest/tutorials/build-a-store/installation.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.
