> For the complete documentation index, see [llms.txt](https://docs.bossithq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bossithq.com/logistics/map.md).

# Map

## Accessing the Map

In the [**Admin Portal**](https://admin.gobossit.com/), navigate to **Logistics > Map.**

{% hint style="warning" %}
Only users with this permission can access this page: **"User can access map".**
{% endhint %}

## Filtering Options

* **Date**: allows you to filter orders by selected date range
* **Client Type:** allows you to filter based on the platform where the order was placed (e.g., POS, Kiosk, Integration, etc.)
* **Provider:** allows you to filter based on the provider where the order was placed (e.g., POS, Online, Just Eat, etc.)
* **Drivers**: allows you to filter based on the driver assigned to the order

## Tabs

* Heatmap (currently selected): Shows the density of orders.
* Order pins: Displays each order as an individual pin on the map instead of grouped into a heatmap.
* Delivery configuration: Used to configure your delivery area, such as delivery zones, distance limits, or delivery fees (depending on your setup).

### Heatmap

The Heatmap displays where customer orders are concentrated within the selected date range.

* 🔴 Red areas = Highest concentration of orders.
* 🔵 Blue areas = Lower concentration of orders.

This helps you quickly identify where most of your deliveries are going.

<figure><img src="https://1925381409-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5cJdZdmiiIn3u107Grmv%2Fuploads%2F1PnGtwkMtoppRCfn5ptf%2Fimage.png?alt=media&amp;token=d0fea4ee-832c-4c83-b6b7-e6ec23f3c633" alt=""><figcaption></figcaption></figure>

### Order Pins

This shows the exact pin locations of each delivery order within the selected date range.

<figure><img src="https://1925381409-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5cJdZdmiiIn3u107Grmv%2Fuploads%2Fpb9XeWeX14IHfbviGbxM%2Fimage.png?alt=media&amp;token=cbf0c97f-c7f6-4c45-bd80-506e7584acf9" alt=""><figcaption></figcaption></figure>

Once you click an order pin, few information of the order will appear.&#x20;

* Order number
* Status of the order
* Total amount
* Created at
* Driver assigned

Clicking “Details” will direct you to the actual order page.&#x20;

<figure><img src="https://1925381409-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5cJdZdmiiIn3u107Grmv%2Fuploads%2FrqN82JkHcpxvmzw0JgIY%2Fimage.png?alt=media&amp;token=895c9a9d-64a0-497d-a174-2e69938e552b" alt=""><figcaption></figcaption></figure>

### Delivery Configuration

The Delivery Configuration map lets you view the delivery area for the venue.

![](https://1925381409-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5cJdZdmiiIn3u107Grmv%2Fuploads%2FSllFRAC6uu9ezLouXRtK%2Funknown.png?alt=media\&token=85f0c272-0880-450e-8c58-3c6a71ed6a67)

**Venue Location**

* The Red marker indicates the venue's location.

**Main Delivery Area**

* The red shaded polygon represents the venue's main delivery zone.
* Customers whose addresses fall inside this area are eligible for delivery.

**Surcharge Zones**

* This shows areas where surcharge fees apply on top of the standard delivery fee.
* Customers whose addresses fall inside these areas are eligible for delivery with a configurable additional charge. ([Delivery Surcharges](/delivery-areas/delivery-surcharges.md))

<img src="https://1925381409-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5cJdZdmiiIn3u107Grmv%2Fuploads%2FlPoh9bLhvVPmUZGQDtUc%2Funknown.png?alt=media&amp;token=dac4832b-f43b-4bc8-8d66-fbf654163d19" alt="" height="516" width="602">

{% hint style="info" %}
To update your venue's delivery area and surcharge zones, please refer to [Defining Delivery Areas](/delivery-areas/defining-delivery-areas.md).
{% endhint %}


---

# 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.bossithq.com/logistics/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.
