# 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: 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://help.glpi-project.org/documentation/tabs/cost.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.
