> ## 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: Setting the Home Page/Kiosk Url

**By default, Kiosk Browser is set to our welcome page but its very easy to change the URL to point to a website or local html files.**

# Option 1: Website

Go to **Settings** > **General** > **Kiosk Url**
Tap the **three dots** in the top toolbar, then tap **Settings**. 
![](https://storage.crisp.chat/users/helpdesk/website/99f4d12b-e989-4521-a5e7-35225f7de1e6/5aa300f3-cc63-4f97-ba0b-1cd57d8366a8.png)

Enter the default password of **0000** (zero zero zero zero).

![Password Dialog](https://storage.crisp.chat/users/helpdesk/website/99f4d12b-e989-4521-a5e7-35225f7de1e6/7f8bd754-4bae-4598-ada5-0ad3e24898bb.png)

![General Settings](https://storage.crisp.chat/users/helpdesk/website/99f4d12b-e989-4521-a5e7-35225f7de1e6/fe290e06-22de-40ad-8916-57f59a91c81c.png)

Tap **Kiosk Url** and change the URL to a url of your choice, e.g. http://www.google.com and tap ok.

When exiting back to the main browser window (by pressing back) your URL will have loaded.


# Option 2: Using an html file stored on the device

To use a html file stored on the device you must use the file:/// prefix when entering your URL. An example would be something like file:///sdcard/webfolder/index.html within **Settings** > **General** > **Kiosk Url**

Alternatively you can point to kioskbrowser/localcontent by just using a simple variable: %LOCALCONTENT% i.e. %LOCALCONTENT%/index.htm

  
Or %LOCALSTORAGE%/myfolder/index.htm (requires version 2.0.36 or higher to use this [parameter](https://kioskbrowser.crisp.help/en/article/url-parameters-1bbadtx/)).

For more information on file paths please see our [Default Storage Location guide](https://kioskbrowser.crisp.help/en/article/default-storage-location-l83q40/)