diff --git a/app/account/dashboard/support/page.tsx b/app/account/dashboard/support/page.tsx
index af37d60..b1c9002 100644
--- a/app/account/dashboard/support/page.tsx
+++ b/app/account/dashboard/support/page.tsx
@@ -5,6 +5,7 @@ import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/com
import { Input } from "@/components/ui/input"
import { Button } from "@/components/ui/button"
import { Copy, ExternalLink, Mail } from "lucide-react"
+import { RiTelegram2Fill, RiTelegram2Line } from "react-icons/ri"
const fadeIn = {
initial: { opacity: 0, y: 20 },
@@ -26,9 +27,9 @@ export default function Support() {
Create a ticket by sending an email
- You can either send a message to the address below, or click the button.
+
You can either send a message to the address below, or click the button to copy our email to your clipboard.
-
+
+
+
+
+
+ Telegram
+
+ Get support and updates via Telegram
+
+
+
+ Channel - Get updates and news about LibreCloud.
+
+ Group - Get support and help from the community.
+
+
+
+
+
+
+
)
diff --git a/docs/reference/env.md b/docs/reference/env.md
index 41dc97f..1a7f561 100644
--- a/docs/reference/env.md
+++ b/docs/reference/env.md
@@ -9,10 +9,13 @@ While this will change in the future, we still suggest that provide all the list
These are the environment variables which handle how `librecloud/web` functions.
With these variables, you can disable entire parts of the dashboard, such as registration.
-| Environment Variable | Description | Expected Value |
-|------------------------|-----------------------------------------------------------|----------------------------------------|
-| SIGNUP_ENABLED | Controls if the signup page and APIs are enabled/disabled | `true` (Enabled) or `false` (Disabled) |
-| NEXT_PUBLIC_DONATE_URL | Changes the universal donation link for buttons/links | String - `https://...` |
+| Environment Variable | Description | Expected Value |
+|----------------------------------|-----------------------------------------------------------|----------------------------------------|
+| SIGNUP_ENABLED | Controls if the signup page and APIs are enabled/disabled | `true` (Enabled) or `false` (Disabled) |
+| NEXT_PUBLIC_DONATE_URL | Changes the universal donation link for buttons/links | String - `https://...` |
+| NEXT_PUBLIC_SUPPORT_EMAIL | Email displayed in the "Support" tab of dashboard | String - `example@example.com` |
+| NEXT_PUBLIC_TELEGRAM_CHANNEL_URL | Changes the default Telegram channel link in Support dash | String - `https://t.me/...` |
+| NEXT_PUBLIC_TELEGRAM_GROUP_URL | Changes the default Telegram group link in Support dash | String - `https://t.me/...` |
## Authentik