# Getting Started

This is our Mod24 Movers App section that tracks the time and location during an active Move.

All Movers that are marked as Foreman and are Active, will have the option to access our Movers App.

The following is needed to see Moves listed on the Movers app:

* Move date is Today
* Job status is [Accepted](/mod24/jobs/job-status.md#accepted)
* Foreman is assigned as a designated foreman on the Job

{% hint style="info" %}
**IMPORTANT**: Setting the correct timezone on Mover's profile will allow the system to format the date and time in an appropriate timezone for the Customers.
{% endhint %}

To learn more about creating Movers, please visit the [Movers section](/mod24/movers-and-trucks/movers.md).


---

# Agent Instructions: 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.mod24.com/mod24/movers-app/getting-started.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.
