diff --git a/README.md b/README.md
index daf0deb..c94ecab 100644
--- a/README.md
+++ b/README.md
@@ -9,12 +9,12 @@
-
+
-
+
@@ -58,6 +58,7 @@ Built with a sleek, dark-mode-first prioritization. Minimalist aesthetics that f
## 🛠️ Configuration
+### 1. **Edit Config File**
Open `js/config.js` to customize your brand:
```javascript
@@ -69,13 +70,45 @@ const brandConfig = {
};
```
+### 2. **Walled Garden (Important!)**
+To ensure the **Voucher Check** feature works *before* users log in, you must allow access to your Mikhmon API domain in Mikrotik.
+
+Copy and paste this script into your Mikrotik Terminal:
+
+```mikrotik
+/ip hotspot walled-garden
+add dst-host=mikhmon.dyzulk.com comment="Allow Mikhmon API for Voucher Check"
+add dst-host=unpkg.com comment="Allow External Icons/Fonts (If used)"
+```
+*(Replace `mikhmon.dyzulk.com` with your actual Mikhmon domain)*
+
---
-## 📸 Screenshots
+## 📸 Gallery
+
+### **Desktop Experience**
+
+| **Login Screen** | **Voucher Check** |
+|:---:|:---:|
+|
|
|
+| *Clean, focused login interface with Voucher & Member tabs.* | *Dedicated modal to verify voucher status/validity without logging in.* |
+
+| **Status Dashboard** |
+|:---:|
+|
|
+| *Rich post-login dashboard displaying real-time quota, validity, and greeting.* |
+
+
+### **Mobile Experience**
+
+
+ Login (Left) • Voucher Check (Center) • Status Dashboard (Right)
---