# Status

The status provides information about the state of the machine. By default, there is no status. You can create as many statuses as you like, which can be used by rules. You can also add statuses in **Setup > Dropdowns > Common > Statuses of items**

{% hint style="info" %}
some plugins may add statuses such as [Uninstall](https://glpi-plugins.readthedocs.io/en/latest/uninstall/index.html)
{% endhint %}

![user](/files/1JBKvyw7aivhPpy1X8Yq)

* To create a status, click on **+**
* If it's necessary, check the box **Child entities** (this status will be visible in the sub-entity of the one you are in)
* Add a **Name** (the one that will appear on the computer's file)
* Choose if this status is **Child of**
* Define if the **item with this status can be showed in assistance**
* Select the visibility of the status in :
  * Computers
  * Monitors
  * Network devices
  * Devices
  * Phones
  * Printers
  * Licenses
  * Certificates
  * Enclosures
  * PDUs
  * Lines
  * Racks
  * Versions
  * Clusters
  * Contracts
  * Appliances
  * Database instances
  * Cables
  * Unmanaged devices
  * Passive devices
  * System board items
  * Firmware items
  * Processor items
  * Memory items
  * Hard drive items
  * Network card items
  * Drive items
  * Battery items
  * Graphical card items
  * Sound card items
  * Controller items
  * PCI device items
  * Case items
  * Power supply items
  * Generic device items
  * Sim card items
  * Sensor items
  * Camera items
* Click **+ Add**

Once the status has been created, you can add another or select it from the drop-down list.


---

# 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/common_fields/status.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.
