diff --git a/content/400-reference/200-api-reference/300-environment-variables-reference.mdx b/content/400-reference/200-api-reference/300-environment-variables-reference.mdx
index 429d46c550..2b0ceb3608 100644
--- a/content/400-reference/200-api-reference/300-environment-variables-reference.mdx
+++ b/content/400-reference/200-api-reference/300-environment-variables-reference.mdx
@@ -186,7 +186,11 @@ PRISMA_MIGRATION_ENGINE_BINARY=custom/my-migration-engine-unix
PRISMA_INTROSPECTION_ENGINE_BINARY=custom/my-introspection-engine-unix
```
-### CLI Binary Targets
+
+
+- The Introspection Engine is served by the Migration Engine from [4.9.0](https://github.com/prisma/prisma/releases/tag/4.9.0). Therefore, the `PRISMA_INTROSPECTION_ENGINE` environment variable will not be used.
+
+
#### PRISMA_FMT_BINARY
@@ -202,6 +206,8 @@ The `PRISMA_FMT_BINARY` variable is used in versions [4.2.0](https://github.com/
+### CLI Binary Targets
+
#### PRISMA_CLI_BINARY_TARGETS
`PRISMA_CLI_BINARY_TARGETS` can be used to specify one or more binary targets that Prisma CLI will download during installation (so it must be provided during `npm install` of Prisma CLI and does not affect runtime of Prisma CLI or Prisma Client).