# Managing problems

A problem is the source of incidents that can be tracked in GLPI. Symptoms, causes and impacts can be referenced. Problems are most often reported by technicians rather than users.

{% hint style="info" %}
**Example of problems and related changes**

&#x20;In this example, we will take a problem to which a change will be linked. This is one case among many, the aim being to see the possible links between elements, **`tickets --> problems --> changes`**.
{% endhint %}

{% hint style="success" %}
**Concrete example**

The accounting department reports major slowdowns on the file server. Tickets have alerted the IT department, which has to take the requests into account, analyse the source of the problem and act accordingly.
{% endhint %}

## Create a problem

A problem is created like a ticket.

* From **`assistance`** > **`problems`** click on **`add`**
* Fill in the fields required to report a problem

The special feature of problems is that a **`analyses`** insert is available. In this box, you can enter :

* Symptoms
* Impact
* Causes

![Alt text](/files/YxUThrv53o30fpQeTG51)

<div align="left"><img src="/files/RKdmMlB6y3uIAT9oxYyK" alt="Alt text"></div>

* Click on **`add`**

***

### Link tickets

Problems are often created following feedback from user tickets. You can attach all related tickets to your problem to get a more global view of the impact.

![Alt text](/files/VtqNDYTFAen7EfZRjNsl)

***

### Linking a change

You can link a change if the problem requires a modification to an element of the infrastructure, a procedure, etc.

Please refer to the article [change](/tutorials/helpdesk/changes.md) if this applies to you. This section continues the example and shows you how to create and track a change.

***

### Add a cost

The estimated cost of the problem can be added in order to evaluate the expenses incurred.

* Click on add a cost
* Add a name
* Indicate the duration of the problem
* Indicate the different types of cost (time, fixed, material)
* Indicate the budget affected (the total cost will be directly deducted from the budget indicated)
* Indicate the start and end dates of the problem

![Alt text](/files/uVrBXJeyyQlYIG93a4Bo)

## Project

If the case requires it, you could add a project. For example, if the problem had repercussions on other departments, a project may need to be set up to improve the company's processes or infrastructure. The problem may be linked to a change that gives rise to a project that may impact several departments.

## Items

You can add elements affected by the problem. By elements, we mean any element of the park

* From the **`add an item`** section, select the type of item concerned from the drop-down list
* Select the item(s) concerned
* Click on **`add`**.

![Alt text](/files/Fj2laPHxsMU2SimbmZqQ)

## Impact analysis

The impact analysis enables you to see the linked elements and to have an overview of the impact that a breakdown in the infrastructure could have.

* To add an item, click on
* Select the type of equipment you wish to add
* Choose the item from the available list
* Use the icon to attach items
* With the icon, you can manage the colours of the relationships between elements.

![Alt text](/files/Rgkk0p9ilalrbWcrd6lH)

{% hint style="info" %}
**Impact analysis**

To use the impact analye, the materials must have been created previously, either through inventory feedback or manually.
{% endhint %}

## Note

It is possible to add notes. The note is a free text field with no formatting facility.

## Knowledge base

You can add one or more articles to the knowledge base.

* In the **`Link to a knowledge base entry`** section, add the article(s) you wish to add.


---

# 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/tutorials/helpdesk/problem.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.
