diff --git a/my-other-scripts.md b/my-other-scripts.md
index 9466f6f..4b4643c 100644
--- a/my-other-scripts.md
+++ b/my-other-scripts.md
@@ -5,6 +5,7 @@ ## All my scripts, tools and guides
#### Contents
- [Plex](#plex)
+- [Asustor scripts](#asustor)
- [Synology docker](#synology-docker)
- [Synology recovery](#synology-recovery)
- [Other Synology scripts](#other-synology-scripts)
@@ -15,6 +16,14 @@ #### Contents
***
+### Asustor
+
+- **Asustor_SMART_info**
+ - Show Asustor smart health and attributes. Can also email you when important values change.
+
+- **Asustor_Plex_Backup**
+ - Backup your Asustor's Plex Media Server settings and database.
+
### Plex
- **Synology_Plex_Backup**
@@ -92,7 +101,7 @@ ### Other Synology scripts
- Get and log Synology NAS CPU temperature via SSH.
- **Synology_SMART_info**
- - Show Synology smart test progress or smart health and attributes.
+ - Show Synology smart health and attributes. Can also email you when important values change.
- **Synology_Cleanup_Coredumps**
- Cleanup memory core dumps from crashed processes.
@@ -108,6 +117,9 @@ ### Other Synology scripts
- **Synology_created_date**
- Script to show you the created year and month of your Synology NAS or expansion unit.
+
+ - **Restore_RS3621_Fan_Speed**
+ - Script to restore RS3621xs+ and RS3621RPxs Quiet mode and Cool mode fan speeds back to how it was before DSM 7.3.2.
[Back to Contents](#contents)