diff --git a/docs/DEVICE_DISPLAY_SETTINGS.md b/docs/DEVICE_DISPLAY_SETTINGS.md
index 6a3d5b85..428763c7 100755
--- a/docs/DEVICE_DISPLAY_SETTINGS.md
+++ b/docs/DEVICE_DISPLAY_SETTINGS.md
@@ -14,8 +14,10 @@ This set of settings allows you to group Devices under different views. The Arch
| | New (Green) |  | A newly discovered device that is online and is still marked as a "New Device". |
| | Online (Orange) |  | The device is online, but unstable and flapping (3 status changes in the last hour). |
| | New (Grey) |  | Same as "New (Green)" but the device is now offline. |
+| | New (Grey) |  | Same as "New (Green)" but the device is now offline and archived. |
| | Offline (Grey) |  | A device that was not detected online in the last scan. |
-| | Sleeping (Aqua) | | A device with **Can Sleep** enabled that has gone offline within the `NTFPRCS_sleep_time` window. No down alert is fired while the device is in this state. See [Notifications](./NOTIFICATIONS.md#device-settings). |
+| | Archived (Grey) |  | A device that was not detected online in the last scan. |
+| | Sleeping (Aqua) |  | A device with **Can Sleep** enabled that has gone offline within the `NTFPRCS_sleep_time` window. No down alert is fired while the device is in this state. See [Notifications](./NOTIFICATIONS.md#device-settings). |
| | Down (Red) |  | A device marked as "Alert Down" and offline for the duration set in `NTFPRCS_alert_down_time`.|
diff --git a/docs/img/DEVICE_MANAGEMENT/device_management_status_archived.png b/docs/img/DEVICE_MANAGEMENT/device_management_status_archived.png
new file mode 100644
index 00000000..16d555c0
Binary files /dev/null and b/docs/img/DEVICE_MANAGEMENT/device_management_status_archived.png differ
diff --git a/docs/img/DEVICE_MANAGEMENT/device_management_status_archived_new.png b/docs/img/DEVICE_MANAGEMENT/device_management_status_archived_new.png
new file mode 100644
index 00000000..ba6a6357
Binary files /dev/null and b/docs/img/DEVICE_MANAGEMENT/device_management_status_archived_new.png differ
diff --git a/docs/img/DEVICE_MANAGEMENT/device_management_status_sleeping.png b/docs/img/DEVICE_MANAGEMENT/device_management_status_sleeping.png
new file mode 100644
index 00000000..d7309f22
Binary files /dev/null and b/docs/img/DEVICE_MANAGEMENT/device_management_status_sleeping.png differ