# Reading local HTML content with a browser

You can not browse local HTML (...) content with the browser. This is a side-effect of confining the browser with apparmor to prevent disclosing sensitive information from the files in the phone.

But there is a workaround which I do use to read my diary, written in HTML and niced with photos. Create a MyWebContainer.desktop file with the following lines:

```
[Desktop Entry]
Name=diario2016
Type=Application
Exec=webapp-container --enable-addressbar --enable-back-forward --webappUrlPatterns=/home/phablet/diario2016/* /home/phablet/diario2016/diario.html
Icon=/home/phablet/diario2016/Diary-Icon.png
Terminal=false
X-Ubuntu-Touch=true
```

and place this as root into the place: \~/.local/share/applications/MyWebContainer.desktop

Ofcourse, you need as well some nice icon file. After this, reload the app screen and it should show up.

I write it on my netbook and just copy it over with

```
$ rsync -arv diario2016 phablet@10.42.0.1:.
sending incremental file list
diario2016/diario.html

sent 1,727 bytes  received 161 bytes  3,776.00 bytes/sec
total size is 13,712,842  speedup is 7,263.16
```

Last updated: Thu Mar 31 10:47:40 CEST 2016


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guru-1.gitbook.io/bq-aquaris-e-4-5-ubuntu-phone/en/chapter34.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
