# Mobile Application

- [Intro](https://docs.epicollect.net/mobile-application/intro.md)
- [Platforms and Media](https://docs.epicollect.net/mobile-application/mobile-application.md): Epicollect5 mobile app is available for Android and iOS.
- [Mobile App Authentication](https://docs.epicollect.net/mobile-application/mobile-app-authentication.md): Mobile App Security: Single-Device Authentication with Continuous Web Access
- [Mobile App Permissions](https://docs.epicollect.net/mobile-application/mobile-app-permissions.md): To deliver a smooth and efficient user experience, Epicollect5 requests several permissions on your device. Here's why these permissions are essential.
- [Add Projects](https://docs.epicollect.net/mobile-application/add-projects.md)
- [Add Entries - Mobile (Single Form)](https://docs.epicollect.net/mobile-application/add-an-entry.md): Add entries to a project that consists of a single form using the mobile app
- [Add Entries - Mobile (Multiple Forms)](https://docs.epicollect.net/mobile-application/add-child-entries.md): Add entries to a project that consists of multiple forms using the mobile app
- [Edit Entries](https://docs.epicollect.net/mobile-application/edit-entries.md)
- [Re-use answers](https://docs.epicollect.net/mobile-application/re-use-answers.md): TEXT and TEXTBOX question types feature a look-up on previously entered answers to save time when collecting entries.
- [Save & Resume Entries](https://docs.epicollect.net/mobile-application/saveresume-entry.md)
- [Upload Entries](https://docs.epicollect.net/mobile-application/upload-entries.md): Entries must be uploaded manually by the users as there is not any automatic syncing feature in Epicollect5.
- [Upload Errors](https://docs.epicollect.net/mobile-application/upload-entries/upload-errors.md): Sometimes entries uploaded are invalid therefore they will generate an error when trying to upload them. For example missing required questions or answers not being unique.
- [Incomplete Entries](https://docs.epicollect.net/mobile-application/upload-entries/incomplete-entries.md): For consistency, each entry must be completed by answering all its questions. An entry flagged as incomplete cannot be uploaded.
- [Missing required aswers](https://docs.epicollect.net/mobile-application/upload-entries/missing-required-aswers.md): Entries with required questions not answered cannot be uploaded.
- [Unsync entries](https://docs.epicollect.net/mobile-application/upload-entries/unsync-entries.md)
- [Export Entries - Mobile](https://docs.epicollect.net/mobile-application/export-entries-mobile.md): Export your project data and media directly from the mobile app, without relying on external integrations or APIs.
- [Entries Limits](https://docs.epicollect.net/mobile-application/entries-limits.md)
- [Download Entries](https://docs.epicollect.net/mobile-application/download-entries.md)
- [Delete Entries (App)](https://docs.epicollect.net/mobile-application/delete-entries.md)
- [Delete Projects (App)](https://docs.epicollect.net/mobile-application/delete-project-mobile-app.md)
- [Location Questions](https://docs.epicollect.net/mobile-application/location-questions.md): Location of the user device can be acquired adding a LOCATION question.
- [Add Bookmarks](https://docs.epicollect.net/mobile-application/add-bookmarks.md)
- [Project Info](https://docs.epicollect.net/mobile-application/project-info.md)
- [Share Media Files](https://docs.epicollect.net/mobile-application/export-photos.md)
- [Adjust Font Size](https://docs.epicollect.net/mobile-application/adjust-font-size.md)
- [Filter Entries](https://docs.epicollect.net/mobile-application/filter-entries.md)
- [Beta Updates](https://docs.epicollect.net/mobile-application/beta-program.md)
- [Xiaomi Troubleshooting](https://docs.epicollect.net/mobile-application/xiaomi-troubleshooting.md): There have been some reports of the Epicollect5 app having issues on Xiaomi devices.


---

# 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://docs.epicollect.net/mobile-application.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.
