diff --git a/changelog.mdx b/changelog.mdx
index 47d713eb..922efead 100644
--- a/changelog.mdx
+++ b/changelog.mdx
@@ -6,6 +6,32 @@ mode: "wide"
rss: true
---
+
+
+ ## v4.7.0
+
+ Onyx's interface is now available in Spanish, Portuguese, French, and German, alongside English.
+
+ Thank you to our contributors for helping make this release possible!
+
+ ## Key Improvements
+
+ ### Interface Language
+
+ You can now use the Onyx interface in **Español**, **Português**, **Français**, or **Deutsch**,
+ in addition to English.
+ Choose your preferred language from the new **Language** dropdown on the
+ [General](https://docs.onyx.app/overview/core_features/general_settings)
+ tab of your User Settings (`/app/settings/general`) — language names are always shown in their native spelling,
+ regardless of which language is currently active.
+
+ ---
+
+ Our [GitHub Releases](https://github.com/onyx-dot-app/onyx/releases?utm_source=docs&utm_content=changelog)
+ page has the full list of changes and bug fixes for each release.
+
+
+
## v4.4.0
diff --git a/docs.json b/docs.json
index f35555c4..c8c1160e 100644
--- a/docs.json
+++ b/docs.json
@@ -34,6 +34,7 @@
"overview/core_features/code_interpreter",
"overview/core_features/image_generation",
"overview/core_features/voice_mode",
+ "overview/core_features/general_settings",
{
"group": "Craft",
"icon": "hammer",
diff --git a/overview/core_features/general_settings.mdx b/overview/core_features/general_settings.mdx
new file mode 100644
index 00000000..63181a70
--- /dev/null
+++ b/overview/core_features/general_settings.mdx
@@ -0,0 +1,32 @@
+---
+title: "General Settings"
+description: "Profile and interface preferences"
+icon: "gear"
+---
+
+## Overview
+
+The **General** tab of your User Settings page holds account-level preferences that apply across your Onyx experience,
+including your interface language.
+
+
+
+## Interface Language
+
+Onyx's interface is available in:
+
+- English (default)
+- Español
+- Português
+- Français
+- Deutsch
+
+
+ Language names are always shown in their native spelling, regardless of which language is currently active,
+ so you can find your language even if you can't read the current interface text.
+
+
+To change your interface language, open **User Settings > General** (`/app/settings/general`)
+and select a language from the **Language** dropdown.
+
+