> For the complete documentation index, see [llms.txt](https://docs.cw.crisisworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cw.crisisworks.com/concepts-and-fundamentals/mobile-app/track-my-route.md).

# Track my Route

## Overview

Tracking your route draws your path on the map as a Route and runs in the background while you work.

This makse it useful to check that you haven’t missed inspecting properties.

Note that the accuracy depends on a number of factors, including the capabilities of your mobile device and Location/GPS reception in your area.

Routes can be uploaded to the cloud as an [Information](broken://pages/nQaLaful7q945ISCYKvS) item (of type Route). This register is found in the Operations module. If your [Event ](broken://pages/ylAtIym7y0EI6jro5Yvs)does not have this register enabled, route tracking may not work. Ensure that your System Administrator has enabled this before trying to use the feature.

{% embed url="<https://www.youtube.com/watch?v=5aaLSb2wCIA>" %}
Track route video
{% endembed %}

## Enabling in Settings

The option is available in the Settings menu.

<figure><img src="/files/odroty8SdxP64QgVqdoW" alt="" width="324"><figcaption><p>Track my Route option in the Settings menu</p></figcaption></figure>

When turning it on you’ll need to give your Route a name (for example Monday patrol) and switch ‘Enabled’ from OFF to ON. You can set a minimum track distance to limit the amount of data.

## Completing your Route

It is important that once your route has been completed that you switch 'Enabled' from ON to OFF. This will complete the route and automatically create an Information item.

## Viewing your Route

To view your the path you took for this route, touch the ‘View Route on Map' button. The screen will also let you know the total distance you covered.

<figure><img src="/files/tTeWFScvrFi5bNiYuV2U" alt="" width="334"><figcaption><p>A Route indicated by a multipointline.<br>Approximate current location is indicated by the blue dot.</p></figcaption></figure>

## Saving your Route to the Cloud

{% content-ref url="/pages/nQaLaful7q945ISCYKvS" %}
[Broken mention](broken://pages/nQaLaful7q945ISCYKvS)
{% endcontent-ref %}

To save the Route as a record in the cloud, touch the ‘Upload Route Data’ button. These are saved as Information records of type Route for yourself and any others with access.

<figure><img src="/files/Xxe24hHKqhKSddpCQIxd" alt="" width="375"><figcaption></figcaption></figure>

Uploaded routes can be viewed in the Information register by searching for your routes using the Route filter.


---

# 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:

```
GET https://docs.cw.crisisworks.com/concepts-and-fundamentals/mobile-app/track-my-route.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.
