diff --git a/portal-ui/src/screens/Console/Groups/AddGroupHelpBox.tsx b/portal-ui/src/screens/Console/Groups/AddGroupHelpBox.tsx
index f72395c6c..6fed8b17c 100644
--- a/portal-ui/src/screens/Console/Groups/AddGroupHelpBox.tsx
+++ b/portal-ui/src/screens/Console/Groups/AddGroupHelpBox.tsx
@@ -99,10 +99,16 @@ const AddGroupHelpBox = () => {
}}
>
} description={`Add Users to Group`} />
+
+ Select from the list of displayed users to assign users to the new group at creation. These users inherit the policies assigned to the group.
+
}
description={`Assign Custom IAM Policies for Group`}
/>
+
+ You can add policies to the group by selecting it from the Groups view after creation. The Policy view lets you manage the assigned policies for the group.
+
);