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

# Maintenance

- [View Work Requests](https://maintainit.imaginitfm.com/maintenance/view-work-requests.md): View and organize your work to find what you need.
- [Enter a Work Request](https://maintainit.imaginitfm.com/maintenance/enter-a-work-request.md): How to submit a new work order.
- [Manage a Work Request](https://maintainit.imaginitfm.com/maintenance/manage.md): Update information or change the status of a Work Request.
- [Update the Status](https://maintainit.imaginitfm.com/maintenance/manage/update-status.md): Update a Work Request's Status
- [Assign Labor](https://maintainit.imaginitfm.com/maintenance/manage/labor.md): Assign a Work Requests to a Technican and Log Labor Hours
- [Using the Work Timer](https://maintainit.imaginitfm.com/maintenance/manage/timer.md): Track Work Time with the Built-In Timer
- [Assign Parts](https://maintainit.imaginitfm.com/maintenance/manage/parts.md): Add parts to a Work Request.
- [Assign Tools](https://maintainit.imaginitfm.com/maintenance/manage/tools.md): Reserve Tools for Use on a Work Request
- [Assign Costs](https://maintainit.imaginitfm.com/maintenance/manage/costs.md): Assign other costs to a Work Request
- [Checklists](https://maintainit.imaginitfm.com/maintenance/manage/checklists.md): Fill out checklists for maintenance tasks.
- [Add Documents and Pictures](https://maintainit.imaginitfm.com/maintenance/manage/documents.md): Add documents or pictures to a Work Request
- [Reference Documents](https://maintainit.imaginitfm.com/maintenance/manage/reference.md): View Reference Documents for the Work Request
- [Work Request History](https://maintainit.imaginitfm.com/maintenance/manage/history.md): View the history of a Work Request
- [Comments](https://maintainit.imaginitfm.com/maintenance/manage/comments.md): Add comments to a Work Request


---

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