diff --git a/Docs/VoiceControl.md b/Docs/VoiceControl.md
index 96b81446..51845b35 100644
--- a/Docs/VoiceControl.md
+++ b/Docs/VoiceControl.md
@@ -20,7 +20,7 @@ More supported voice commands are:
 
 `Computer, open` [app]
 ----------------------
-* launches the given application - replace [app] by: `3D-Viewer`, `Calculator`, `Git Extensions`, `Microsoft Paint`, `Microsoft Store`, `Netflix`, `Notepad`, `Outlook`, `Paint 3D`, `Spotify`, `Thunderbird`, `Visual Studio`, or `Windows Terminal`.
+* launches the given application - replace [app] by: `3D-Viewer`, `Calculator`, `Git Extensions`, `Microsoft Paint`, `Microsoft Store`, `Netflix`, `Notepad`, `OBS Studio`, `Outlook`, `Paint 3D`, `Spotify`, `Thunderbird`, `Visual Studio`, or `Windows Terminal`.
 * when finished say: "Computer, close [app]" to close the application.
 
 `Computer, check` [name]
@@ -82,7 +82,7 @@ More supported voice commands are:
 
 `Computer, show` [name] `manual`
 --------------------------------
-* launches the default Web browser with the given manual - replace [name] by: `Azure`, `Bash`, `Blender`, `Chrome`, `Edge`, `Firefox`, `Git`, `PowerShell`, `Serenade`, `Vim`, `Voice` *(yes, this page!)*, or `Windows`.
+* launches the default Web browser with the given manual - replace [name] by: `Azure`, `Bash`, `Blender`, `Chrome`, `Edge`, `Firefox`, `Git`, `OBS Studio`, `PowerShell`, `Serenade`, `Vim`, `Voice` *(yes, this page!)*, or `Windows`.
 * when finished say: "Close tab" or: "Computer, close [name] browser" to close the Web browser.
 
 
diff --git a/Scripts/show-obs-studio-manual.ps1 b/Scripts/show-obs-studio-manual.ps1
new file mode 100755
index 00000000..45284103
--- /dev/null
+++ b/Scripts/show-obs-studio-manual.ps1
@@ -0,0 +1,15 @@
+<#
+.SYNOPSIS
+	Shows the OBS Studio manual
+.DESCRIPTION
+	This script launches the Web browser with the OBS Studio manual.
+.EXAMPLE
+	PS> ./show-obs-studio-manual
+.NOTES
+	Author: Markus Fleschutz · License: CC0
+.LINK
+	https://github.com/fleschutz/PowerShell
+#>
+
+& "$PSScriptRoot/open-default-browser.ps1" "https://obsproject.com/wiki/"
+exit 0 # success