> For the complete documentation index, see [llms.txt](https://nomadia-docs.gitbook.io/products/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nomadia-docs.gitbook.io/products/operations-and-route-management/how-do-i-geolocate-my-delivery-people.md).

# How do I Geolocate my Delivery People

## 1. Introduction

Being able to locate your delivery team in real-time is crucial for effective resource management. This guide simplifies the process of enabling the necessary access and configuring the mobile application settings so you can easily track your delivery people.

## 2. Initial Configuration

Before starting, the system assumes that you have already set up the delivery people and their planned routes. If these steps are not complete, you must first create the delivery, the delivery people, and the route.

### System Requirements (Access Configuration)

To ensure successful tracking, your delivery personnel must have the correct permissions and access enabled for both the web platform and the mobile application.

**Prerequisite Action**

| Access Type                 | Description                                                           |
| --------------------------- | --------------------------------------------------------------------- |
| **Deliverer & Route Setup** | The delivery person and their assigned route must already be created. |
| **Web Access**              | Necessary for system login.                                           |
| **Mobile Access**           | Required for using the mobile app, which facilitates tracking.        |

## 3. Feature Explanations and Benefits

The system offers key features that help you manage security, permissions, and tracking visibility:

* **Roles and Rights Management**: This is where you grant your delivery people the necessary permissions to operate within the system.
* **Mobile App Configuration**: This section allows you to fine-tune how the mobile app communicates with the system, including synchronization speed and agenda visibility.
* **Privacy Settings**(**GDPR Compliance**):&#x20;  Privacy settings are designed to comply with GDPR regulations. Deliverers control how their personal and location data is shared within the system. Tracking visibility depends on the deliverer’s consent and working configuration.

## 4. Enabling Geolocation Tracking

### Configure the Mobile App

**Edit general settings.**&#x20;

1. Number of days reachable in the agenda
2. Automatic synchronization frequency

![](/files/85a36c93bf9875dffa8dff77c97089c8e105d4e9)

⚠ **Warning**:&#x20;Geolocation tracking respects privacy regulations. Tracking data is available only when the deliverer is active and authorized according to system privacy settings.

### Viewing Geolocation in the Fulfillment Tab

1. Once configuration is complete, you can access the tracking view in Fulfillment Tab
2. **Select Date**: Enter the specific date that has been scheduled for the route you wish to track.

![](/files/c3127fcee6ecdeffb9d1ef3abbc0c9464e97e543)

3. **Open Display Settings**: Click on **settings**.
4. **Modify Tracking View**: Here you can adjust how the tracking information is displayed: **Available fields, Display fields, Appointments to be planned, Map and Agenda**

<figure><img src="/files/sKXZ7iqvAwZL2fk3okrX" alt=""><figcaption></figcaption></figure>

3. Click on the map to activate and display the geolocation history.

<figure><img src="/files/rSze389PbC7l6oJpoTEA" alt=""><figcaption></figcaption></figure>

## 5. Productivity Tips

Here are a few tips to maximize your use of the tracking feature:

* **Customize Your View**: Use the settings menu in the Fulfillment tab to modify what you see on the screen. If you only need location tracking, make sure the **map** and **agenda** displays are enabled.
* **Monitor Tracking Accuracy**: Ensure the mobile application synchronization frequency is configured appropriately to receive timely location updates.&#x20;
* **Keep Synchronization Frequent**: If real-time tracking is critical, check the **automatic synchronization frequency** setting in the mobile app configuration. A higher frequency provides more immediate location updates.


---

# 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://nomadia-docs.gitbook.io/products/operations-and-route-management/how-do-i-geolocate-my-delivery-people.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.
