> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.android-kiosk.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# KB: Knox Mobile Enrollment (KME) Details

More information on Knox Mobile Enrollment can be found here: https://docs.samsungknox.com/admin/knox-mobile-enrollment/welcome.htm


![Profile Type](https://storage.crisp.chat/users/helpdesk/website/f891df320cad6800/profile_868ycf.png)

### Profile
1. Select Android Enterprise
2. Profile Name: Enter relevant profile name such as Kiosk Browser Profile Production
3. Pick your MDM: Other
4. MDM Agent APK: https://kbremote.blob.core.windows.net/apk/current/com.procoit.kioskbrowser.apk
5. Click Continue


![Profile Details](https://storage.crisp.chat/users/helpdesk/website/f891df320cad6800/profiledetails_zb6l4y.png)

### Profile Settings
If you wish to configure additional Kiosk Browser settings you can enter these in the field "Custom JSON Data" (more detail below).
**Disable system applications:** This will disable non essential system applications but please note in some instances this prevents applications with a webview component from working.



![Profile Settings](https://storage.crisp.chat/users/helpdesk/website/f891df320cad6800/profilesettings_gojk2w.png)

### Custom JSON Data
It's possible to configure additional Kiosk Browser settings when using KME, such as remote management registration key/licence key, kiosk URL, JSON Configuration URL.

`
{
       "registration_key":"XYZZ1",
       "licence_key":"123456",
       "kiosk_url":"http://www.mycompany.com",
       "automatic_config_url":"http://www.mycompany.com/klconfig.json"
}
`