# Mobile support

Orbeon Forms has a number of features to help with mobile support:

* [Responsive design](/form-runner/features/responsive-design.md) (see also the [blog post](https://blog.orbeon.com/2015/08/responsive-design.html))
* [Native iPhone/iPad date and time widgets](https://blog.orbeon.com/2011/11/orbeon-forms-now-using-native.html)
* [Better numeric input on mobile](https://blog.orbeon.com/2016/01/better-numeric-input-on-mobile.html)

## Limitations

As of Orbeon Forms 2018.2, mobile support has the following limitations:

* The [Summary page](/form-runner/form-runner-pages/summary-page.md) and [Published Forms page](/form-runner/form-runner-pages/published-forms-page.md) pages are not yet responsive.
* There is no mobile application for Orbeon Forms: when using a mobile device, the user must have a connection.


---

# 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://doc.orbeon.com/form-runner/features/mobile.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.
