diff --git a/content/en/docs/software_and_hardware/idmelon_kiosk/deploy_idmelon_kiosk.md b/content/en/docs/software_and_hardware/idmelon_kiosk/deploy_idmelon_kiosk.md
index 3b518f4..c1e3f54 100644
--- a/content/en/docs/software_and_hardware/idmelon_kiosk/deploy_idmelon_kiosk.md
+++ b/content/en/docs/software_and_hardware/idmelon_kiosk/deploy_idmelon_kiosk.md
@@ -95,7 +95,9 @@ Editing the **configs.xml** file enables you to tailor the IDmelon Kiosk app to
### Configuration Keys
```xml
-https://myapps.microsoft.com
+
+ https://myapps.microsoft.com
+
false
true
true
@@ -119,8 +121,8 @@ Editing the **configs.xml** file enables you to tailor the IDmelon Kiosk app to
```
-- **KioskURL:** The default webpage the kiosk app loads upon startup.
-- **SelfService:** Set it true if the **KioskURL** is a custom url (e.g., self-service url).
+- **KioskURLs:** The addresses that must be opened when the kiosk app starts.
+- **SelfService:** Set it true if the **KioskURLs** are anything other than myapps.microsoft.com.
- **MultiTabMode:** Enables (true) or disables (false) multi-tab browsing. Setting this to false activates full-screen mode.
- **ExtensionEnabled:** Toggles browser extensions on (true) or off (false).
Note: The Browser extension is required for the automation process. (When a card taps on the reader, the login automation will start).
@@ -139,6 +141,21 @@ Editing the **configs.xml** file enables you to tailor the IDmelon Kiosk app to
- **KeepDisplayAwake:** Controls whether the system is allowed to follow normal power‑saving rules (default = false) or whether it should keep the display awake at all times.
- **Policies:** Configurable rules that define the app’s behavior and user experience, such as allowed/blocked URLs, editing permissions, and security limits. (see [Policies](#policies) for more details)
+#### Kiosk URLs
+
+Add your URLs inside `` as `` elements.
+If the URL requires authentication, set `auth_required="true"`.
+
+If multiple URLs are authenticated by the same platform, set `auth_required="true"` on only one of them. For example:
+
+```xml
+
+ https://myapps.microsoft.com
+ https://excel.cloud.microsoft
+ https://idmelon.com
+
+```
+
#### Configuring Server Address
The IDmelon Kiosk app allows you to specify the target server address using the ServerAddress tag in the configuration file. By default, it connects to the IDmelon server. If you need to connect to a dedicated environment, follow these steps: