> 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-verify-app-guide/after-verification.md).

# After Verification

#### Upload management

After a verification is complete, the recording uploads automatically. Uploads run while the app is open in the foreground.

* Keep the app open until the progress bar on each item completes
* If you background the app, uploads will pause and resume when you return
* If an upload fails, a retry button will appear next to the item

> **Keep the app open.** Uploads will continue as long as the Apruv Verify App is open. If you need to use GPS or other apps while driving between appointments, return to the app when possible to allow uploads to finish.

#### Upload notifications

The app will send you a push notification if there are unfinished uploads. If you receive a notification, open the app and keep it in the foreground until all uploads complete.

#### Verification status

Once verification is successfully completed:

* Customer status updates to **Verify: Complete**
* Subscription details remain available for reference
* No further action is required

#### Stats and reports

If enabled for your company, a **Stats** tab is available from the main screen. It shows:

* Total verification value and summary stats
* **Customer Ledger** — a full list of customers with completed verifications and their current status
* Filters to search and sort by date, rep, or status

> You may need to log out and log back in after your company enables this feature for it to appear.


---

# 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-verify-app-guide/after-verification.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.
