diff --git a/aio/content/guide/user-input.md b/aio/content/guide/user-input.md
index 19907e16a1..28858ed869 100644
--- a/aio/content/guide/user-input.md
+++ b/aio/content/guide/user-input.md
@@ -1,5 +1,17 @@
# User input
+
+
+
+To ensure that you have the best experience possible, this topic is marked for archiving until we determine
+that it clearly conveys the most accurate information possible.
+
+In the meantime, this topic might be helpful: [Event binding](guide/event-binding).
+
+If you think this content should not be archived, please file a [GitHub issue](https://github.com/angular/angular/issues/new?template=3-docs-bug.md).
+
+
+
User actions such as clicking a link, pushing a button, and entering
text raise DOM events.
This page explains how to bind those events to component event handlers using the Angular
diff --git a/aio/content/navigation.json b/aio/content/navigation.json
index e84c358512..487368563d 100644
--- a/aio/content/navigation.json
+++ b/aio/content/navigation.json
@@ -106,11 +106,6 @@
"title": "Overview",
"tooltip": "Overview of how to create Angular components."
},
- {
- "url": "guide/user-input",
- "title": "User Input",
- "tooltip": "User input triggers DOM events. Angular listens to those events with event bindings that funnel updated values back into your app's components and models."
- },
{
"url": "guide/lifecycle-hooks",
"title": "Component Lifecycle",