diff --git a/create/files.mdx b/create/files.mdx
index f52326041..9e0d6ed8a 100644
--- a/create/files.mdx
+++ b/create/files.mdx
@@ -9,6 +9,10 @@ You can make any supported file type available to your users, including OpenAPI
Files must be less than 20 MB for images and 100 MB for other file types.
+
+File serving is not supported for documentation sites with authentication enabled. If your site requires authentication, static files will not be accessible at their direct URLs.
+
+
## Supported file types
### Image formats
@@ -51,7 +55,7 @@ Files must be less than 20 MB for images and 100 MB for other file types.
### Document formats
-Document formats are only available for Enterprise plans (except when using authentication).
+Document formats are only available for Custom plans and are not supported when authentication is enabled.
- `.pdf`
- `.txt`
@@ -63,7 +67,7 @@ Files must be less than 20 MB for images and 100 MB for other file types.
### Data formats
-Data formats are only available for Enterprise plans (except when using authentication).
+Data formats are only available for Custom plans and are not supported when authentication is enabled.
- `.csv`
- `.tsv`
@@ -71,7 +75,7 @@ Files must be less than 20 MB for images and 100 MB for other file types.
### Archive formats
-Archive formats are only available for Enterprise plans (except when using authentication).
+Archive formats are only available for Custom plans and are not supported when authentication is enabled.
- `.zip`
- `.rar`