diff --git a/Test-Management/installation.md b/Test-Management/installation.md
index caf17fcce60140b3abb7561f14200ddf25513b5f..c2fa875f24c85e7d3d1448f095a0271b9b5ae83e 100755
--- a/Test-Management/installation.md
+++ b/Test-Management/installation.md
@@ -196,12 +196,22 @@ therefore, an administrator should insert manually his HTML content in the table
 By default, two sections (Documentation and Announcement) are displayed only in the home page, the other two sections
 (Tool index and Credits) are visible through all the application pages.
 
-### Update section
+### Update section priors to 7.0.1
 
 `update tm_section update content='<YOUR_HTML_CONTENT>' where id=<SECTION_ID>`
 
+
 ![](./media/homepage_demo.png)
 
+### Update section since version 7.0.1
+
+The administrator of the current session have access to the Home Page Manager via Administration menu.
+By default, the announcement section is selected. It can be changed via the drop-down menu.
+The selected section can be edited via this page. The `Save and Continue` button will update the section. 
+Restore button restore the previous version of the selected section.
+
+![](./media/home_page_manager.png)
+
 ## Version priors to 6.3.0
 
 The home page is built of two blocks the administrators can customize when they are logged in.
diff --git a/Test-Management/media/home_page_manager.png b/Test-Management/media/home_page_manager.png
new file mode 100644
index 0000000000000000000000000000000000000000..c53ecd657624091d86dda2efb2d36b0225f1db5c
Binary files /dev/null and b/Test-Management/media/home_page_manager.png differ