> For the complete documentation index, see [llms.txt](https://help.glpi-project.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.glpi-project.org/documentation/tabs/cost.md).

# Cost

Costs can be linked to the budget in order to estimate whether an expense will fit within the allocated budget.

To manage your budget <a href="/pages/A3TgvpxtbFJT0DeD2Ay4" class="button secondary">go to Budget</a>

You can add costs to your change. It can be :

* Time cost
* Fixed cost
* Material cost

{% hint style="warning" %}
A cost cannot be added once the problem has been closed or resolved.
{% endhint %}

## Add a cost

* To add a cost, click on **Add a new cost**
* You must add the information you wish :
  * **Name**;
  * **Budget**: select the dedicated budget (For more details, see [Budget](/documentation/modules/management/budgets.md));
  * **Begin date**;
  * **End date**;
  * **Duration**;
  * **Time cost**;
  * **Fixed cost**;
  * **Material cost**;

![View cost](/files/dmbPyqlH2H8nzy43I1vO)

If you enter a budget, this expense will be deducted from the budget in question

{% hint style="info" %}
You can modify a cost later once it has been validated.
{% endhint %}

## Delete a cost

* To delete a cost, you need to click on it;
* The information appears in the top insert;
* Click on **Delete permanently;**

![View cost](/files/29NFxZbGVz2wM3S569S7)

If you enter a budget, this expense will be deleted from the budget

{% hint style="warning" %}
Once deleted, you will not be able to go back, you will have to enter the cost manually again
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://help.glpi-project.org/documentation/tabs/cost.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
