diff --git a/example/storybook/src/core-concepts/ThemedLibrary/index.stories.mdx b/example/storybook/src/core-concepts/ThemedLibrary/index.stories.mdx
index a6bbc7e901..5b280ad7f6 100644
--- a/example/storybook/src/core-concepts/ThemedLibrary/index.stories.mdx
+++ b/example/storybook/src/core-concepts/ThemedLibrary/index.stories.mdx
@@ -16,7 +16,7 @@ import { AppProvider, CodePreview } from '@gluestack/design-system';
-`@gluestack-ui/themed` is intentionally designed as an unstyled library, providing you with the flexibility to style your components as you prefer.
+`@gluestack-ui` is intentionally designed as an unstyled library, providing you with the flexibility to style your components as you prefer.
For users looking for a seamless integration experience, we offer the `@gluestack-ui/config` package, which comes with pre-configured theme that can easily be integrated with `@gluestack-ui/themed` for a convenient styling solution.
diff --git a/example/storybook/src/core-concepts/UnstyledLibrary/index.stories.mdx b/example/storybook/src/core-concepts/UnstyledLibrary/index.stories.mdx
index 26bfe63b0d..960a2cd977 100644
--- a/example/storybook/src/core-concepts/UnstyledLibrary/index.stories.mdx
+++ b/example/storybook/src/core-concepts/UnstyledLibrary/index.stories.mdx
@@ -43,7 +43,7 @@ import { createButton } from '@gluestack-ui/button';
## Introduction
-`@gluestack-ui/themed` is intentionally designed as an unstyled library, providing you with the flexibility to style your components as you prefer.
+`@gluestack-ui` is intentionally designed as an unstyled library, providing you with the flexibility to style your components as you prefer.
gluestack-ui provides a collection of unstyled components that can be styled according to a specific theme or design language. These components are reusable, consistent, interactive, and are accessible on the web, iOS, and Android.
diff --git a/example/storybook/src/guides/install-expo/index.stories.mdx b/example/storybook/src/guides/install-expo/index.stories.mdx
index 7d217a7501..cba5456d26 100644
--- a/example/storybook/src/guides/install-expo/index.stories.mdx
+++ b/example/storybook/src/guides/install-expo/index.stories.mdx
@@ -60,7 +60,7 @@ npm i @gluestack-ui/themed @gluestack-style/react react-native-svg@13.4.0
### Step 1.5: Default Themed.(Optional)
-`@gluestack-ui/themed` is intentionally designed as an unstyled library, providing you with the flexibility to style your components as you prefer. However, if you want to use the default theme, you can install `@gluestack-ui/config` as well.
+`@gluestack-ui` is intentionally designed as an unstyled library, providing you with the flexibility to style your components as you prefer. However, if you want to use the default theme, you can install `@gluestack-ui/config` as well.
```bash
yarn add @gluestack-ui/config@latest
diff --git a/example/storybook/src/guides/install-nextjs/index.stories.mdx b/example/storybook/src/guides/install-nextjs/index.stories.mdx
index 10212c1825..3e23e4dab1 100644
--- a/example/storybook/src/guides/install-nextjs/index.stories.mdx
+++ b/example/storybook/src/guides/install-nextjs/index.stories.mdx
@@ -53,7 +53,7 @@ npm i @gluestack-ui/themed @gluestack-style/react @gluestack/ui-next-adapter rea
### Step 1.5: Default Themed.(Optional)
-`@gluestack-ui/themed` is intentionally designed as an unstyled library, providing you with the flexibility to style your components as you prefer. However, if you want to use the default theme, you can install `@gluestack-ui/config` as well.
+`@gluestack-ui` is intentionally designed as an unstyled library, providing you with the flexibility to style your components as you prefer. However, if you want to use the default theme, you can install `@gluestack-ui/config` as well.
```bash
yarn add @gluestack-ui/config@latest
diff --git a/example/storybook/src/guides/install-rn/index.stories.mdx b/example/storybook/src/guides/install-rn/index.stories.mdx
index 4782eaab1a..b0bb3701da 100644
--- a/example/storybook/src/guides/install-rn/index.stories.mdx
+++ b/example/storybook/src/guides/install-rn/index.stories.mdx
@@ -44,7 +44,7 @@ npm i @gluestack-ui/themed @gluestack-style/react react-native-svg@13.4.0
### Step 1.5: Default Themed.(Optional)
-`@gluestack-ui/themed` is intentionally designed as an unstyled library, providing you with the flexibility to style your components as you prefer. However, if you want to use the default theme, you can install `@gluestack-ui/config` as well.
+`@gluestack-ui` is intentionally designed as an unstyled library, providing you with the flexibility to style your components as you prefer. However, if you want to use the default theme, you can install `@gluestack-ui/config` as well.
```bash
yarn add @gluestack-ui/config@latest
diff --git a/example/storybook/src/theme-configuration/customizing-theme/index.stories.mdx b/example/storybook/src/theme-configuration/customizing-theme/index.stories.mdx
index bf43283e64..08397c7f5a 100644
--- a/example/storybook/src/theme-configuration/customizing-theme/index.stories.mdx
+++ b/example/storybook/src/theme-configuration/customizing-theme/index.stories.mdx
@@ -16,7 +16,7 @@ import { AppProvider, CodePreview, Text } from '@gluestack/design-system';
-The `@gluestack-ui/themed` UI library is intentionally designed as an unstyled library, providing you with the flexibility to style your components as you prefer. For users looking for a seamless integration experience, we offer the `@gluestack-ui/config` package, which comes with pre-configured theme that can easily be integrated with `@gluestack-ui/themed` for a convenient styling solution.
+`@gluestack-ui` UI library is intentionally designed as an unstyled library, providing you with the flexibility to style your components as you prefer. For users looking for a seamless integration experience, we offer the `@gluestack-ui/config` package, which comes with pre-configured theme that can easily be integrated with `@gluestack-ui/themed` for a convenient styling solution.
## Customizing Tokens