diff --git a/docs/getting-started.md b/docs/getting-started.md
index 626cca31b..754786811 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -2,8 +2,8 @@
[Find your MFTF version][] of the MFTF.
-The latest Magento 2.3 release supports MFTF 2.3.13.
-The latest Magento 2.2 release supports MFTF 2.3.8.
+The latest Magento 2.3.x release supports MFTF 2.4.5.
+The latest Magento 2.2.x release supports MFTF 2.4.5.
## Prepare environment {#prepare-environment}
@@ -18,6 +18,7 @@ Make sure that you have the following software installed and configured on your
[PhpStorm] supports [Codeception test execution][], which is helpful when debugging.
+
## Install Magento {#install-magento}
Use instructions below to install Magento.
@@ -80,7 +81,11 @@ To enable the **Admin Account Sharing** setting, to avoid unpredictable logout d
3. Set **Add Secret Key to URLs** to **No**.
4. Click **Save Config**.
-### Nginx settings {#nginx-settings}
+### Webserver configuration {#web-server-configuration}
+
+The MFTF does not support executing CLI commands if your web server points to `/pub` directory as recommended in the [Installation Guide][Installation Guide docroot]. For the MFTF to execute the CLI commands, the web server must point to the Magento root directory.
+
+#### Nginx settings {#nginx-settings}
If Nginx Web server is used on your development environment then **Use Web Server Rewrites** setting in **Stores** > Settings > **Configuration** > **Web** > **Search Engine Optimization** must be set to **Yes**.
@@ -323,3 +328,4 @@ allure serve dev/tests/_output/allure-results/
[Set up a standalone MFTF]: #set-up-a-standalone-mftf
[test suite]: suite.html
[Find your MFTF version]: introduction.html#find-your-mftf-version
+[Installation Guide docroot]: https://devdocs.magento.com/guides/v2.3/install-gde/tutorials/change-docroot-to-pub.html