diff --git a/variables/environment-variables.mdx b/variables/environment-variables.mdx
index 309f43e0..7c93f307 100644
--- a/variables/environment-variables.mdx
+++ b/variables/environment-variables.mdx
@@ -14,6 +14,10 @@ Environment variables are variables that are scoped to an environment, such as l
3. Add your variable name and value for the specific environment.
4. Save your changes.
+
+ Variable names can only contain letters, numbers, underscores (`_`), hyphens (`-`), and dots (`.`). Names with spaces or special characters are not allowed and will be rejected on save.
+
+

## Using an Environment Variable
diff --git a/variables/global-environment-variables.mdx b/variables/global-environment-variables.mdx
index 2df6ae53..bb220f63 100644
--- a/variables/global-environment-variables.mdx
+++ b/variables/global-environment-variables.mdx
@@ -66,6 +66,10 @@ In earlier versions, global environments are stored in Bruno's application data
6. Click **Save**.
+
+ Variable names can only contain letters, numbers, underscores (`_`), hyphens (`-`), and dots (`.`). Names with spaces or special characters are not allowed and will be rejected on save.
+
+
Your global environment variable is now created and can be accessed across your workspace.