> For the complete documentation index, see [llms.txt](https://help.mywayroute.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.mywayroute.com/guides/proof-of-delivery.md).

# Proof of Delivery

The app provides several features for managing stops when you on route, such as taking photos, setting statuses, adding notes, collecting signatures, and more. These features depend on the app settings, particularly the “Proof of Delivery” option.

### Behavior of the “Done” Button

The functionality of the “Done” button in route-following mode changes based on the “Proof of Delivery” setting:

• **When “Proof of Delivery” is ON:** The “Done” button opens the Proof of Delivery screen.

• **When “Proof of Delivery” is OFF:** The “Done” button closes the current stop and activates the next one.

### Proof of Delivery Features

Multiple statuses are available, including:

• **Arrived:** Automatically selected when marking “Success” or “Failed” for precise arrival tracking.

• **Success:** Allows adding proof such as photos, signatures, and details.

• **Failed:** Requires selecting a predefined failure reason or adding a custom reason.

Customizing Arrived Status:

If necessary, you can uncheck the “Arrived” status. This prevents the app from marking the stop as visited, which will impact the calculated travel distance.

<div><figure><img src="/files/ylYIxMUwIcoO9ZRS7jRr" alt=""><figcaption><p>only Arrived status in set</p></figcaption></figure> <figure><img src="/files/Kt1cjwENbJUUmcivUcvk" alt=""><figcaption><p>Arrived and Success</p></figcaption></figure> <figure><img src="/files/bUuLJpGcqb2v35LipnrL" alt=""><figcaption><p>Arrived and Failed</p></figcaption></figure></div>

You can quickly pick the "Proof of Delivery" status from route following mode by swiping stop to the right (see screenshot below) and picking the desired status.

<figure><img src="/files/Hm0dpgyRouZetQQZNxWz" alt="" width="188"><figcaption><p>Proof of Delivery status by swipe</p></figcaption></figure>


---

# 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://help.mywayroute.com/guides/proof-of-delivery.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.
