# Prerequisites

Before beginning, make sure you have the following installed:

* .NET SDK 8
* Latest Ucommerce 9 (for migrations only)
* \* [SQL Server Compatibility level 130](https://learn.microsoft.com/en-us/sql/t-sql/statements/alter-database-transact-sql-compatibility-level?view=sql-server-ver16#compatibility_level--160--150--140--130--120--110--100--90--80-) or higher
* \* Elastic Server 8.11.0 or newer.
* \* Docker

\* When using the In-Process template, you can optionally use Docker. This eliminates the need for an SQL and Elastic Server on your machine.


---

# 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://dev.ucommerce.net/readme/getting-started/prerequisites.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.
