diff --git a/docs/build/workflows.md b/docs/build/workflows.md
index c2c188b2ca6..f22bd14d61d 100644
--- a/docs/build/workflows.md
+++ b/docs/build/workflows.md
@@ -37,7 +37,6 @@ more steps into one step or to skip some steps:
-
:::note Looping is not supported
Looping workflows are not supported so you have to connect paths to downstream
@@ -116,6 +115,31 @@ You can pick from a list of previous inputs that were used to run this step.
+### Named Dataclips
+
+Dataclips (custom inputs, step results, webhook requests) can be named to make
+them easier to find and use for testing.
+
+:::info Named dataclips aren't erased
+
+Named dataclips will not be removed alongside other project history when your
+retention period is reached. They will be stored indefinitely.
+
+:::
+
+Assign your dataclip a name by clicking the label field.
+
+
+
+After assigning names to your inputs you can search for them by their name on
+the search bar.
+
+
+
+Filter only named inputs by clicking the tag button.
+
+
+
## Limit Concurrency
Workflow **concurrency** is the number of runs that will be allowed for a given
diff --git a/static/img/name_dataclip.webp b/static/img/name_dataclip.webp
new file mode 100644
index 00000000000..90ed8aa64b7
Binary files /dev/null and b/static/img/name_dataclip.webp differ
diff --git a/static/img/search_dataclip_by_name.webp b/static/img/search_dataclip_by_name.webp
new file mode 100644
index 00000000000..35e10115f9d
Binary files /dev/null and b/static/img/search_dataclip_by_name.webp differ
diff --git a/static/img/show_only_named_dataclips.webp b/static/img/show_only_named_dataclips.webp
new file mode 100644
index 00000000000..1183c12c4c3
Binary files /dev/null and b/static/img/show_only_named_dataclips.webp differ