# Supported Magento versions

{% hint style="info" %}
Magento versions are available since **magento-scripts\@1.5.0**
{% endhint %}

When you first starting the application, you will see the following prompt:

![Magento version selector](/files/-MdbRDTuIwofbLxON4PC)

Here you can choose the Magento version to install.

## Supported versions

Currently, we support all Magento versions starting from Magento 2.3.0.

If you want to edit project configuration using a [configuration file](/v1/getting-started/config-file.md#project-configuration-file) use the configuration reference which is available [here](https://github.com/scandipwa/create-magento-app/tree/master/build-packages/magento-scripts/lib/config/versions).


---

# 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.create-magento-app.com/v1/getting-started/supported-magento-versions.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.
