diff --git a/IndexedDbGetAllEntries/explainer.md b/IndexedDbGetAllEntries/explainer.md
index 90c95a26e..93e48d136 100644
--- a/IndexedDbGetAllEntries/explainer.md
+++ b/IndexedDbGetAllEntries/explainer.md
@@ -9,6 +9,13 @@
- https://github.com/w3c/IndexedDB/issues/206
- https://github.com/w3c/IndexedDB/issues/130
+## Status of this Document
+This document is a starting point for engaging the community and standards bodies in developing collaborative solutions fit for standardization. As the solutions to problems described in this document progress along the standards-track, we will retain this document as an archive and use this section to keep the community up-to-date with the most current standards venue and content location of future work and discussions.
+
+* This document status: **Archived**
+* Expected venue: [W3C Web Applications Working Group](https://www.w3.org/groups/wg/webapps/)
+* Current version: this document
+
## Introduction
[`IndexedDB`](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API) is a transactional database for client-side storage. Each record in the database contains a key-value pair. [`getAll()`](https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore/getAll) enumerates database record values sorted by key in ascending order. [`getAllKeys()`](https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore/getAllKeys) enumerates database record primary keys sorted by key in ascending order.
diff --git a/README.md b/README.md
index 449f0ce45..82676e9b1 100644
--- a/README.md
+++ b/README.md
@@ -82,7 +82,6 @@ we move them into the [Alumni section](#alumni-) below.
| [Split Tab Navigation](https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/SplitTab/NavigationInSplitTab/explainer.md) |  | [New Issue...](https://github.com/MicrosoftEdge/MSEdgeExplainers/issues/new?assignees=xuzhengyi1995&labels=Split+Tab&template=split-tab.md&title=%Split+Tab%5D+Issue) | Web Applications |
| [Set Default Audio Output Device](SetPreferredSinkId/explainer.md) |  | [New issue...](https://github.com/MicrosoftEdge/MSEdgeExplainers/issues/new?assignees=sunggch&labels=SetPreferredSinkId&template=setPreferredSinkId.md&title=%5BSetPreferredSinkId%5D+Issue) | WebRTC |
| [Handwriting attribute](Handwriting/explainer.md) |  | [New issue...](https://github.com/MicrosoftEdge/MSEdgeExplainers/issues/new?assignees=adettenb&labels=Handwriting&template=Handwriting.md&title=%5BHandwriting%5D+Issue) | HTML |
-| [IndexedDB getAllRecords()](https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/IndexedDbGetAllEntries/explainer.md) |  | [New Issue...](https://github.com/MicrosoftEdge/MSEdgeExplainers/issues/new?assignees=SteveBeckerMSFT&labels=IndexedDB%20GetAllRecords&title=%5BIndexedDB+getAllRecords()%5D+%3CTITLE+HERE%3E) | IndexedDB |
| [Mulitple Stylesheets Per File (@sheet)](https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/AtSheet/explainer.md) |  | [New Issue...](https://github.com/MicrosoftEdge/MSEdgeExplainers/issues/new?assignees=aluhrs13&labels=AtSheet&title=%5B%40sheet%5D+%3CTITLE+HERE%3E) | CSS |
| [Link Rel Local Reference](https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/LocalReferenceLinkRel/explainer.md) |  | [New Issue...](https://github.com/MicrosoftEdge/MSEdgeExplainers/issues/new?assignees=KurtCattiSchmidt&labels=LRLR&title=%5BLRLR%5D+%3CTITLE+HERE%3E) | HTML |
| [HighlightsFromPoint](highlight/HighlightsFromPointsExplainer.md)| | [New issue...](https://github.com/MicrosoftEdge/MSEdgeExplainers/issues/new?template=highlightevents.md)| CSS |
@@ -164,7 +163,7 @@ standards communities. Thanks for your continued interest!
| [Gamepad Trigger Rumble](https://w3c.github.io/gamepad/#dom-gamepadhapticactuator) | [W3C Web Applications Working Group](https://www.w3.org/groups/wg/webapps/) | [2024-04-10](GamepadHapticsActuatorTriggerRumble/explainer.md) |
| [AudioContext Interrupted State](https://webaudio.github.io/web-audio-api/#dom-audiocontextstate-interrupted) | [W3C Audio Working Group](https://www.w3.org/groups/wg/audio/) | [2025-04-22](AudioContextInterruptedState/explainer.md)|
| [WebModelContext](https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/WebModelContext/explainer.md) | [W3C Web Machine Learning Working Group](https://www.w3.org/groups/wg/webmachinelearning/) | [2025-08-06](WebModelContext/explainer.md) |
-
+| [IndexedDB getAllRecords()](https://w3c.github.io/IndexedDB/#dom-idbobjectstore-getallrecords) | [W3C Web Applications Working Group](https://www.w3.org/groups/wg/webapps/) | [2025-08-06](https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/IndexedDbGetAllEntries/explainer.md)
# DevTools 🧰