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

# Assign Costs

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

On the Costs tab you can enter any additional costs necessary. This can be used to track estimates and invoices or enter ad-hoc parts orders and many other things.  Tap a cost to update it.

<figure><img src="/files/yHMyjlwWDJLTPHLLbh1E" alt="" width="282"><figcaption><p>The Costs Tab</p></figcaption></figure>

## Add a Cost

Click the + button to add a new cost to the current Work Request.

<figure><img src="/files/WsRU2nXve8yTjckG0qGD" alt="" width="282"><figcaption><p>The Add New Cost Form</p></figcaption></figure>

Click the Other Resource Type field to select a category for this cost.  The "Date Used" will default to the current day, but can be updated.

Enter the "Quantity Used" if applicable. Enter the Total amount for this cost in the "Actual Cost" field. Note that the "Actual Cost" will not be multiplied by the "Quantity Used".&#x20;

Additional Comments are available to leave notes.


---

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