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

# Using the Work Timer

In addition to manually entering your hours in a [Work Log](/maintenance/manage/labor.md#log-work-hours), you can start and stop the app's built-in timer to to automatically calculate and save the elapsed time to a Work Log.

<div><figure><img src="/files/2WPB88AUxPQwQwxcosrH" alt="" width="293"><figcaption><p>Start the Timer</p></figcaption></figure> <figure><img src="/files/3B5sjcbe5qiOtnPWIM5A" alt="" width="293"><figcaption><p>Stop the Timer</p></figcaption></figure></div>

To use the time, do the following:

1. Open a Work Request you have permissions to edit as a craftsperson.
2. Tap the green "Start Timer" icon at the bottom, left of the Work Request Form tab.
   1. The icon will turn red to indicate the timer is now running.
   2. A new Work Log with the Start Date and Time is saved.
   3. You can move to other tabs or sections of the app while it runs.
3. Once you've finished, tap the red "Stop Timer" icon to stop the timer.
   1. The the End Date and Time and elapsed hours will save to the Work Log.

> **Note:** This feature can be globally enabled or disabled by the System Administrator.  When disabled, the timer icon will not show at all.  See the [MaintainIt Settings](/system-administration/settings.md) section for more information.


---

# 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://maintainit.imaginitfm.com/maintenance/manage/timer.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.
