> For the complete documentation index, see [llms.txt](https://docs.we360.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.we360.ai/reference/product/workforce-productivity/field-tracking.md).

# Field Tracking

## Overview

Field Tracking is designed to monitor the location and activity of employees who work outside a traditional office setting. This ensures visibility, safety, and accountability for remote and field-based teams.

## Supported Platforms

* **Mobile App**: Fully supported on iOS and Android devices. Field tracking relies on the mobile application to provide location updates.
* **Desktop Agent (Standard Mode)**: The Standard desktop app also includes built-in location tracking, extending whereabouts visibility beyond mobile-only field teams to desktop endpoints on Windows, macOS, and Linux.

## Capabilities

By utilizing background tracking capabilities on the mobile device, We360.ai can map a user's geographical movement throughout their working shift.

* **Real-time Location:** Administrators and managers can view the real-time whereabouts of their field employees directly via the admin web dashboard.
* **Location History:** Location streams are synced to provide historical pathways and timeline data, allowing managers to review routes taken during a shift.
* **Offline Reliability**: The mobile app is designed to work asynchronously. If a user enters an area with poor or no network connectivity during a field assignment, the location data is safely stored locally on the device. Once an internet connection is restored, the data is automatically synced to the dashboard, ensuring no tracking information is lost.


---

# 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.we360.ai/reference/product/workforce-productivity/field-tracking.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.
