# Return to Venue

Once all orders have been delivered, a pop-up will appear:

*"**Need directions back?** Press "Yes to get a route back to the venue, press "No" to continue using the app."*

Clicking **Yes** on this will pull up the venue's coordinates in Google Maps.

<figure><img src="/files/pOnbTxB9C8qqrhE5fBEO" alt="" width="262"><figcaption></figcaption></figure>

Driver will then be on **Returning** status. Once the driver is at the venue (or within configured distance), click **Ready** to check-in again.


---

# 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.bossithq.com/driver-app/orders/return-to-venue.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.
