diff --git a/docs/documentation/platform/admin-panel/server-admin.mdx b/docs/documentation/platform/admin-panel/server-admin.mdx
index 8419b3f74..f0b173d46 100644
--- a/docs/documentation/platform/admin-panel/server-admin.mdx
+++ b/docs/documentation/platform/admin-panel/server-admin.mdx
@@ -42,10 +42,19 @@ By default, users signing up through SAML/LDAP/OIDC will still need to verify th
### Notices
-Auth consent content is displayed to users on the login page. They can be used to display important information to users, such as a maintenance message or a new feature announcement.
+Auth consent content is displayed to users on the login page. They can be used to display important information to users, such as a maintenance message or a new feature announcement. Both HTML and Markdown formatting are supported, allowing for customized styling like below:
+
+```
+**You are entering a confidential website**
+```
+
+```html
+
You are entering a confidential website
+```
+

-Page frame content is displayed as a header and footer in ALL protected pages.
+Page frame content is displayed as a header and footer in ALL protected pages. Like the auth consent content, both HTML and Markdown formatting are supported here as well.

## Authentication Tab
diff --git a/docs/images/platform/admin-panels/admin-panel-general-1.png b/docs/images/platform/admin-panels/admin-panel-general-1.png
index c2f87c27f..45579586b 100644
Binary files a/docs/images/platform/admin-panels/admin-panel-general-1.png and b/docs/images/platform/admin-panels/admin-panel-general-1.png differ
diff --git a/docs/images/platform/admin-panels/auth-consent-usage.png b/docs/images/platform/admin-panels/auth-consent-usage.png
index 929ba8eea..6c6157b48 100644
Binary files a/docs/images/platform/admin-panels/auth-consent-usage.png and b/docs/images/platform/admin-panels/auth-consent-usage.png differ
diff --git a/docs/images/platform/admin-panels/page-frame-usage.png b/docs/images/platform/admin-panels/page-frame-usage.png
index 89dd1ded2..6dc5f7bcb 100644
Binary files a/docs/images/platform/admin-panels/page-frame-usage.png and b/docs/images/platform/admin-panels/page-frame-usage.png differ
diff --git a/frontend/src/pages/admin/OverviewPage/OverviewPage.tsx b/frontend/src/pages/admin/OverviewPage/OverviewPage.tsx
index a5c635436..ad07b71ce 100644
--- a/frontend/src/pages/admin/OverviewPage/OverviewPage.tsx
+++ b/frontend/src/pages/admin/OverviewPage/OverviewPage.tsx
@@ -352,9 +352,10 @@ export const OverviewPage = () => {
isError={Boolean(error)}
errorText={error?.message}
label="Auth Consent Content"
+ tooltipText="Formatting supported: HTML, Markdown, Plain text"
>