> For the complete documentation index, see [llms.txt](https://docs.apruv.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apruv.io/apruv-field-app-guide/app-tabs/service.md).

# Service

The Service tab is the central hub for managing field work assignments. It displays your upcoming routes and jobs assigned to you, as well as past completions.

Each service entry shows the customer name, location, service type, scheduled time, and a QR icon for collecting customer feedback.

#### Syncing your data

Tap the **Refresh** button to sync the latest route updates. Route data syncs directly from your integrated field service software.

#### Upload management

The Service tab organizes your submissions into three views:

| Tab       | What it shows                                               |
| --------- | ----------------------------------------------------------- |
| Upcoming  | Routes where proof of service has not been submitted yet    |
| Pending   | Submissions completed but still waiting to finish uploading |
| Completed | Submissions that have fully uploaded                        |

#### Pausing and resuming uploads

Tap **Pause Upload** to stop new uploads from starting — useful if you are in a poor network area and want to wait until you have a better connection. Any upload already in progress will finish before pausing.

Tap **Resume Upload** when you are ready to continue.

The app also automatically pauses uploads when it detects no network connection and resumes when connectivity returns. The Pause Upload button gives you manual control on top of that.

> **Keep the app open.** Uploads only run while the app is open in the foreground. Keep the app open until your uploads complete. If you background the app, uploads will pause and resume when you return.

#### Working offline

The Apruv Field App requires internet connectivity to upload media files and send customer feedback. If you document services without a connection:

* Media will temporarily store on your device
* Submission may fail until you reconnect

Always confirm that you see a successful submission message to verify your documentation has properly synced.


---

# 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:

```
GET https://docs.apruv.io/apruv-field-app-guide/app-tabs/service.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.
