diff --git a/windows/configuration/start/_delete.md b/windows/configuration/start/_delete.md
index 7e61de9bf0..d145bef39a 100644
--- a/windows/configuration/start/_delete.md
+++ b/windows/configuration/start/_delete.md
@@ -522,23 +522,7 @@ App tiles are the Start screen tiles that represent and launch an app. A tile th
By using the PowerShell cmdlet `export-StartLayoutEdgeAssets` and the policy setting `ImportEdgeAssets`, the tiles display the same as they did on the device from which you exported the Start layout.
-Example of secondary tiles in XML generated by Export-StartLayout:
-
-```xml
-
-```
+[!INCLUDE [example-secondary-tiles](includes/example-secondary-tiles.md)]
## Export Start layout and assets
@@ -553,6 +537,8 @@ Example of secondary tiles in XML generated by Export-StartLayout:
Export-StartLayoutEdgeAssets assets.xml
```
+[!INCLUDE [example-assets](includes/example-assets.md)]
+
## Configure policy settings
Prepare the Start layout and Edge assets XML files
diff --git a/windows/configuration/start/images/windows-10-secondary-tile.png b/windows/configuration/start/images/windows-10-secondary-tile.png
new file mode 100644
index 0000000000..01e25ef3bc
Binary files /dev/null and b/windows/configuration/start/images/windows-10-secondary-tile.png differ
diff --git a/windows/configuration/start/images/windows-11-secondary-tile.png b/windows/configuration/start/images/windows-11-secondary-tile.png
new file mode 100644
index 0000000000..7e7600dcc3
Binary files /dev/null and b/windows/configuration/start/images/windows-11-secondary-tile.png differ
diff --git a/windows/configuration/start/includes/example-assets.md b/windows/configuration/start/includes/example-assets.md
new file mode 100644
index 0000000000..1a9db2bdb8
--- /dev/null
+++ b/windows/configuration/start/includes/example-assets.md
@@ -0,0 +1,21 @@
+---
+author: paolomatarazzo
+ms.author: paoloma
+ms.date: 03/13/2024
+ms.topic: include
+---
+
+Example of the output of the PowerShell cmdlet `Export-StartLayoutEdgeAssets`:
+
+```xml
+
+
+
+ Base64 encoded value of the logo
+
+
+
+ Base64 encoded value of the logo
+
+
+```
\ No newline at end of file
diff --git a/windows/configuration/start/includes/example-secondary-tiles.md b/windows/configuration/start/includes/example-secondary-tiles.md
new file mode 100644
index 0000000000..dde27206ee
--- /dev/null
+++ b/windows/configuration/start/includes/example-secondary-tiles.md
@@ -0,0 +1,24 @@
+---
+author: paolomatarazzo
+ms.author: paoloma
+ms.date: 03/13/2024
+ms.topic: include
+---
+
+Example of secondary tiles in XML generated by the PowerShell cmdlet `Export-StartLayout`:
+
+```xml
+
+```
diff --git a/windows/configuration/start/xsd.md b/windows/configuration/start/xsd.md
index b45592e3aa..bc3235cb28 100644
--- a/windows/configuration/start/xsd.md
+++ b/windows/configuration/start/xsd.md
@@ -11,7 +11,7 @@ appliesto:
This reference article contains the Start XML schema definition (XSD).
-## StartLayoutSchema
+## StartLayout
```xml