diff --git a/src/components/ItemBodyView/ItemBodyView.stories.mdx b/src/components/ItemBodyView/ItemBodyView.stories.mdx
index e1846cd..5e4e1cd 100644
--- a/src/components/ItemBodyView/ItemBodyView.stories.mdx
+++ b/src/components/ItemBodyView/ItemBodyView.stories.mdx
@@ -1,42 +1,27 @@
-import { Meta, Story, Canvas } from '@storybook/addon-docs/blocks';
-import ItemBodyView from './ItemBodyView';
-
-The ItemBodyView displays the seven actions possible in an item:
-
-- **Directory information**: present when a user submits a ticket from the Contact Us page
-- **Initial Message**: the first message a user sends.
-- **Edit:** an internal note to and from ECN staff.
-- **Status:** an internal summary of the current/next task for the item.
-- **Assignment:** the career account alias for the ECN employee the item is assigned to.
-- **Reply To User:** a message sent from an ECN employee to a user.
-- **Reply To ECN:** a message sent from the user to ECN that has been merged into an existing item.
-
-
-
-
-# ItemBodyView Loading Content (Loading)
-
-
-
-# ItemBodyView Loaded Content (Loaded)
+import { Meta, Story, Canvas, ArgsTable } from '@storybook/addon-docs/blocks';
+import ItemBodyView from './ItemBodyView';
+
+
+
+The ItemBodyView displays an Item's sections in a timeline format. Sections can be one of eight actions described [in this GitHub issue](https://github.itap.purdue.edu/ECN/webqueue2-frontend/issues/2).
-
-
-
+
\ No newline at end of file