> ## 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: Bookmarks Bar

**In certain scenarios you may wish to provide easy access to a number of websites as well as the default homepage, this is where the bookmarks feature is useful. It provides a side menu where the end user can tap a website from a predefined list of websites. The bookmarks bar is automatically closed if still open after 40 seconds.**

 
**Setup Bookmarks**
There are two settings to control how websites appear in the list of bookmarks. The first is **Settings** > **Toolbar** > **Bookmarks**. This controls the urls shown in the list. Separate each url with a comma.

**Settings** > **Toolbar** > **Bookmark Names**.  This controls the "friendly" names shown in the bar, if not specified the urls will be used as names instead. Separate each name with a comma.  

You can also use **Settings** > **Toolbar** > **Bookmarks Title** to change the header on the bookmarks bar (default wording is _Bookmarks_).

**Example:**
Bookmarks: http://www.google.com/images, http://www.bbc.com, http://www.android-kiosk.com/jstest.htm
Bookmark Names: Images,BBC,JS Test


![](https://storage.crisp.chat/users/helpdesk/website/99f4d12b-e989-4521-a5e7-35225f7de1e6/d2b96a5b-52ec-4af3-818c-37e26591763a.png)

**How to access bookmarks**
You can access bookmarks in the main interface by turning on **Settings** > **Toolbar** > **Bookmarks Icon.** This will display an extra icon on the toolbar as per below:


![](https://storage.crisp.chat/users/helpdesk/website/99f4d12b-e989-4521-a5e7-35225f7de1e6/f625d602-2d02-4faa-a838-c60f2376af3c.png)

Alternatively you may provide access to bookmarks via our [JavaScript interface](https://kioskbrowser.crisp.help/en/article/javascript-functions-zw59nj/) with the following two functions.

```
showBookmarks()
hideBookmarks()
```