> For the complete documentation index, see [llms.txt](https://docs.dataloy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dataloy.com/release-8.33/voyage-management-system/step-by-step-guides/positions/the-map.md).

# The Map

The map used in Positions visualises whatever is present in the Vessel and Cargo columns.

* Resizable and responsive — defaults to roughly half the screen, with pan and zoom.
* Toggle Area zones on or off using the existing map layer control.
* A legend shows the three vessel statuses and can be collapsed to save space.

<table><thead><tr><th width="189.2821044921875">Status</th><th>What it means</th></tr></thead><tbody><tr><td><strong>Still at sea</strong></td><td>Current date is after the vessel's open date, based on its last scheduled port call and estimated days at sea.</td></tr><tr><td><strong>Soon arrive at port</strong></td><td>Current date falls within the laycan period for the open position.</td></tr><tr><td><strong>Soon finish discharge</strong></td><td>The vessel has been marked as Berthed.</td></tr></tbody></table>

* Only ports with at least one open vessel or cargo show a marker; marker badges show how many vessels/cargoes are at that port.

<figure><img src="https://content.gitbook.com/content/T536CY4tvH0JL2iWyQY8/blobs/JC36ZqnNqkrnv2so4sSy/Screenshot%202026-09-24%20at%2014.38.07.png" alt=""><figcaption></figcaption></figure>

* Click a marker to open a Quick View pop-over for that port. The pop-over lists vessels and cargoes sorted by soonest-available first.

<figure><img src="https://content.gitbook.com/content/T536CY4tvH0JL2iWyQY8/blobs/dI2Mk6t4vXS9O3u06TfA/Screenshot%202026-09-24%20at%2014.36.57.png" alt=""><figcaption></figcaption></figure>

* Use the port search bar to jump straight to a port
* Hovering a card in either list column outlines the card and highlights its marker on the map; filtering either list updates the map to match.


---

# 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://docs.dataloy.com/release-8.33/voyage-management-system/step-by-step-guides/positions/the-map.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.
