diff --git a/content/en-us/studio/game-settings.md b/content/en-us/studio/game-settings.md
index ba387705f..d41099639 100644
--- a/content/en-us/studio/game-settings.md
+++ b/content/en-us/studio/game-settings.md
@@ -147,6 +147,10 @@ You should only enable the following settings if you trust all assets from other
**Allow HTTP Requests** |
Allows experiences' servers to issue requests to remote servers via `Class.HttpService`. |
+
+ | **Secrets** |
+ Allows for the creation and configuration of [Secrets](../reference/engine/datatypes/Secret.yaml) for Studio sessions using `Class.HttpService`. Visible only if HTTP requests are allowed. |
+
| **Enable Studio Access to API Services** |
Lets Studio access API services. This setting is useful for testing the implementation of services like [data stores](../cloud-services/data-stores). |