diff --git a/windows/client-management/mdm/uefi-csp.md b/windows/client-management/mdm/uefi-csp.md
index 0f20a10948..25c1cfeb6c 100644
--- a/windows/client-management/mdm/uefi-csp.md
+++ b/windows/client-management/mdm/uefi-csp.md
@@ -6,7 +6,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: MariciaAlforque
-ms.date: 02/01/2018
+ms.date: 08/28/2018
---
# UEFI CSP
@@ -15,7 +15,7 @@ ms.date: 02/01/2018
The UEFI configuration service provider (CSP) interfaces to UEFI's Device Firmware Configuration Interface (DFCI) to make BIOS configuration changes. This CSP was added in Windows 10, next major version.
> [!Note]
-> The UEFI CSP version published in Windows 10, version 1803 was replaced with this entirely different version.
+> The UEFI CSP version published in Windows 10, version 1803 was replaced with the one from next major version.
The following diagram shows the UEFI CSP in tree format.
@@ -55,7 +55,7 @@ Supported operation is Get.
Node for settings permission operations..
**Permissions/Current**
-Retrieves XML from UEFI which describes the current UEFI settings permissions.
+Retrieves XML from UEFI that describes the current UEFI settings permissions.
Supported operation is Get.
@@ -69,20 +69,59 @@ Retrieves the binary result package of the previous Permissions/Apply operation.
Supported operation is Get.
-**Config**
-Node for device configuration
+**Settings**
+Node for device settings operations.
-**Config/Current**
-Retrieves XML from UEFI which describes the current UEFI configuration.
+**Settings/Current**
+Retrieves XML from UEFI that describes the current UEFI settings.
Supported operation is Get.
-**Config/Apply**
-Apply a configuration package to UEFI. Input is the signed package in base64 encoded format.
+**Settings/Apply**
+Apply a settings information package to UEFI. Input is the signed package in base64 encoded format.
-Supported operation is Replace.
+Value type is Base64. Supported operation is Replace.
-**Config/ApplyResult**
-Retrieves XML describing the results of previous ApplyConfig operation.
+**Settings/Result**
+Retrieves the binary result package of the previous Settings/Apply operation. This binary package contains XML describing the action taken for each individual setting.
Supported operation is Get.
+
+**Identity2**
+Node for identity certificate operations. Alternate endpoint for sending a second identity package without an OS restart.
+
+**Identity2/Apply**
+Apply an identity information package to UEFI. Input is the signed package in base64 encoded format. Alternate location for sending two identity packages in the same session.
+
+Value type is Base64. Supported operation is Replace.
+
+**Identity2/Result**
+Retrieves the binary result package of the previous Identity2/Apply operation.
+
+Supported operation is Get.
+
+**Permissions2**
+Node for settings permission operations. Alternate endpoint for sending a second permission package without an OS restart.
+
+**Permissions2/Apply**
+Apply a permissions information package to UEFI. Input is the signed package in base64 encoded format. Alternate location for sending two permissions information packages in the same session.
+
+Value type is Base64. Supported operation is Replace.
+
+**Permissions2/Result**
+Retrieves the binary result package from the previous Permissions2/Apply operation. This binary package contains XML describing the action taken for each individual permission.
+
+Supported operation is Get.
+
+**Settings2**
+Nodefor device settings operations. Alternate endpoint for sending a second settings package without an OS restart.
+
+**Settings2/Apply**
+Apply a settings information package to UEFI. Input is the signed package in base64 encoded format. Alternate location for sending two settings information packages in the same session.
+
+Value type is Base64. Supported operation is Replace.
+
+**Settings2/Result**
+Retrieves the binary result package of previous Settings2/Apply operation. This binary package contains XML describing the action taken for each individual setting.
+
+Supported operation is Get.
\ No newline at end of file