diff --git a/docs/src/pages/components/UIShell.svx b/docs/src/pages/components/UIShell.svx
index 507338c3..d5c650ef 100644
--- a/docs/src/pages/components/UIShell.svx
+++ b/docs/src/pages/components/UIShell.svx
@@ -59,6 +59,16 @@ You can disable the `transition` by setting it to `false`.
+## Header with multiple switchers
+
+Multiple switchers can be used, and the switcher button can be customized. For example, display a tooltip using `iconDescription`.
+
+Control the tooltip alignment using `tooltipAlignment`.
+
+Note that providing `text` overrides the tooltip.
+
+
+
## Header with global search
diff --git a/docs/src/pages/framed/UIShell/HeaderMultipleSwitcher.svelte b/docs/src/pages/framed/UIShell/HeaderMultipleSwitcher.svelte
new file mode 100644
index 00000000..6a9efdb6
--- /dev/null
+++ b/docs/src/pages/framed/UIShell/HeaderMultipleSwitcher.svelte
@@ -0,0 +1,85 @@
+
+
+
+
+
+
+
+ {
+ isOpen2 = false;
+ isOpen3 = false;
+ }}
+ >
+
+ Switcher subject 1
+ Switcher item 1
+ Switcher subject 2
+ Switcher item 1
+
+
+ {
+ isOpen1 = false;
+ isOpen3 = false;
+ }}
+ >
+
+ Switcher subject 1
+ Switcher item 1
+ Switcher subject 2
+ Switcher item 1
+
+
+ {
+ isOpen1 = false;
+ isOpen2 = false;
+ }}
+ >
+
+ Switcher subject 1
+ Switcher item 1
+
+
+
+
+
+
+
+
+
+ Welcome
+
+
+
+