diff --git a/app/MindWork AI Studio/Components/Settings/SettingsPanelERIServer.razor b/app/MindWork AI Studio/Components/Settings/SettingsPanelERIServer.razor
new file mode 100644
index 00000000..62d2fd0c
--- /dev/null
+++ b/app/MindWork AI Studio/Components/Settings/SettingsPanelERIServer.razor
@@ -0,0 +1,19 @@
+@using AIStudio.Settings
+@inherits SettingsPanelBase
+
+
+
+
+
+
+
+
+ Most ERI server options can be customized and saved directly in the ERI server assistant.
+ For this, the ERI server assistant has an auto-save function.
+
+
+
+ Switch to ERI server assistant
+
+
+
\ No newline at end of file
diff --git a/app/MindWork AI Studio/Components/Settings/SettingsPanelERIServer.razor.cs b/app/MindWork AI Studio/Components/Settings/SettingsPanelERIServer.razor.cs
new file mode 100644
index 00000000..0e01ed2f
--- /dev/null
+++ b/app/MindWork AI Studio/Components/Settings/SettingsPanelERIServer.razor.cs
@@ -0,0 +1,3 @@
+namespace AIStudio.Components.Settings;
+
+public partial class SettingsPanelERIServer : SettingsPanelBase;
\ No newline at end of file
diff --git a/app/MindWork AI Studio/Pages/Settings.razor b/app/MindWork AI Studio/Pages/Settings.razor
index 9347c4f6..14383336 100644
--- a/app/MindWork AI Studio/Pages/Settings.razor
+++ b/app/MindWork AI Studio/Pages/Settings.razor
@@ -334,23 +334,7 @@
-
-
-
-
-
-
-
- Most ERI server options can be customized and saved directly in the ERI server assistant.
- For this, the ERI server assistant has an auto-save function.
-
-
-
- Switch to ERI server assistant
-
-
-
-
+