diff --git a/docs/src/pages/components/Theme.svx b/docs/src/pages/components/Theme.svx
index 395e077f..d0cdc66f 100644
--- a/docs/src/pages/components/Theme.svx
+++ b/docs/src/pages/components/Theme.svx
@@ -1,9 +1,19 @@
-This utility component dynamically updates the Carbon theme on the client-side using CSS variables.
+The `Theme` component can dyanmically update the Carbon theme on the client-side. It can persist the theme locally using [window.localStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage).
+
+
+
You must use the "all.css" StyleSheet with the Theme component.