# Install Reader Mode on Your Phone

You can install Reader Mode on your smartphone since it's a [Progressive Web Application (PWA)](https://en.wikipedia.org/wiki/Progressive_web_app).&#x20;

> A Progressive Web Appplication (PWA), or progressive web app, is a type of [web app](https://en.wikipedia.org/wiki/Web_app) that can be installed on a device as a standalone application. PWAs are installed using the offline cache of the device's web browser.

👉 Here's a guide to install Reader Mode on your Phone:

* [Install Reader Mode on Iphone](/getting-started/download-app/install-reader-mode-on-your-phone/install-reader-mode-on-iphone.md)
* [Install Reader Mode on Android](/getting-started/download-app/install-reader-mode-on-your-phone/install-reader-mode-on-android.md)


---

# 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://help.readermode.io/getting-started/download-app/install-reader-mode-on-your-phone.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.
