> For the complete documentation index, see [llms.txt](https://mava.gitbook.io/mava-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mava.gitbook.io/mava-docs/using-mava-on-mobile.md).

# Using Mava on Mobile

Mava does not have a native iOS or Android apps, however, it is a fully mobile responsive web application that can be used on both iOS and Android devices.

You can read, respond and manage all support requests on mobile, however, settings & analytics are not currently available on Mobile. Please login to Mava a laptop or desktop computer to set up your Mava dashboard or view analytics.&#x20;

## **Access Mava from your phone's home screen**

We suggest adding a shortcut to Mava on your phone's home screen to make it really quick and easy to jump back into the app.&#x20;

### **iPhones (iOS devices)**&#x20;

1. Open the [Mava web app](https://dashboard.mava.app) on your phone's browser
2. Press the share icon at the bottom of your screen
3. Select the 'Add to Home Screen' option

### **Android**

1. Follow this guide: <https://www.androidauthority.com/add-website-android-iphone-home-screen-3181682/>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://mava.gitbook.io/mava-docs/using-mava-on-mobile.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
