> 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/labor.md).

# Assign Labor

Select a Work Request from a list to [manage it](/maintenance/manage.md).  Then select the Labor tab (people icon).

From the Labor section, you can assign new personnel to work on the request and log time to the request. Existing Assignments and Work Logs will show.  Tap an assignment or work log to update it. If you do not have permissions to update, this won't do anything. Supervisors can edit any record.  Craftspersons/Technicians can only update their own Work Logs.

<figure><img src="/files/F61z1hfNe7UywdTKwLGN" alt="" width="293"><figcaption><p>The Labor Tab</p></figcaption></figure>

## Assigning Work to a Technician

If you are a supervisor or a technician that is marked as a Planner, you can assign other people to your work requests.  Click the + button and select "Assign Craftsperson" from the pop up menu.  Regular craftspersons/technicans that are not Planners will be taken directly to the Work Log screen and won't see the menu pop up.

<figure><img src="/files/tBeOxOCYunPcVAFXkY7K" alt="" width="293"><figcaption><p>Assign a Work Request to a Technician</p></figcaption></figure>

Select the Craftsperson from the list.  You may optionally fill out the other fields.  If you do not select a Date and Time Scheduled, the current date and time will be used. Click the Save button to save the assignment.  If the work request is already Issued, the assignee will be notified immediately, otherwise they will be notified at the time the work request is issued.

{% hint style="info" %}
In order for the craftsperson to receive email, the "Notify Craftsperson" option must be checked in the [Service Level Agreement](https://help.archibus.com/user_en/archibus.htm#../Subsystems/webc/Content/fim/managing_wc/update_user/sec_group_to_roles.htm) (SLA) in Web Central.
{% endhint %}

## Log Work Hours

Technicans and Supervisors can log their labor hours for work requests. Click the + button and select "Work Log" from the pop up menu.  Regular craftspersons/technicans that are not marked as Planners will be taken directly to the Work Log screen and won't see the menu pop up.

<figure><img src="/files/myzVAxp8qvwwzdqhgco1" alt="" width="293"><figcaption><p>Enter the Hours You Worked</p></figcaption></figure>

By default, your Craftsperson Code will be filled in.  Supervisors can change this to enter hours for other team members.  For accurate timekeeping, it's helpful to fill in the Date Started field to make sure the hours are logged to the correct day.  Otherwise, the only timestamp available is the date and time the hours were entered.

Fill in one or more of the Hours fields.  The different fields (Regular, Overtime, and Doubletime) correspond to the matching hourly rates that can be set for each craftsperson for calculating labor costs. Click the Save button to save the log.


---

# 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/labor.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.
