# Location Details

On this page there is a map that connects points between addresses of the move.

![Example of Pickup and Delivery along with distances](/files/-MXlX-iBnQ3KwTbYIQx1)

The map connects pickup and delivery addresses and shows the shortest route from one point to another, or a potential route the truck would travel.

### Distance&#x20;

In this section we show miles between certain points in the move:

* **Parking** - this marks the company location
* **Pickup** - first pickup address on the move
* **Delivery** - last delivery address on the move

{% hint style="warning" %}
All distances are air distances between two points, they are not the actual route that truck travels when driving.
{% endhint %}

Distance information is useful if your company is charging the additional mileage.

### Move in progress

When the move is in progress, the app will allow its users to track the truck's current location on the map.


---

# 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.mod24.com/mod24/jobs/untitled.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.
