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

# Components

![component view](/files/lI9j24iDDwREORgTmimL)

{% hint style="info" %}
You can add any component by clicking on **Add a new component** at the top of the screen. The component you want to add must already exist. If it is not in the list, you can add new ones in [setup > components](https://github.com/glpi-network/gitbook/tree/main/modules/configuration/components.html).

<img src="/files/UCRoDhiBaI2vrf9D1tSa" alt="component add" data-size="original">
{% endhint %}

## Firmware

The firmware references :

* Firmware
* Manufacturer
* Type
* Version
* Release Date
* Location
* Financial and administrative informative (if activated in setup > General > assets tab)
* Automatic inventory

## Processor

The firmware references :

* Processor
* Manufacturer
* Frequency
* Serial number
* Location
* Number of cores
* Number of threads
* Financial and administrative informative (if activated in setup > General > assets tab)
* Automatic inventory

## Memory

* Memory
* Manufacturer
* Type
* Frequency
* size
* Serial number
* Location
* Position of the device on its bus
* Financial and administrative informative (if activated in setup > General > assets tab)
* Automatic inventory

## Hard Drive

* Hardrive
* Type
* Interface
* Capacity (MIO)
* Serial number
* Location
* Financial and administrative informative (if activated in setup > General > assets tab)
* Automatic inventory

## Network card

* Network
* Manufacturer
* MAC Address
* Location
* Financial and administrative informative (if activated in setup > General > assets tab)
* Automatic inventory

## Battery

* Battery
* Manufacturer
* Type
* Voltage (MV)
* Capacity (MWH)
* Serial number
* Location
* Financial and administrative informative (if activated in setup > General > assets tab)
* Automatic inventory

## Graphics card

* Graphical card
* Chipset
* Memory (MIO)
* Location
* Manufacturer date
* Real capacity (MWH)
* Financial and administrative informative (if activated in setup > General > assets tab)
* Automatic inventory

## Soundcard

* Soundcard
* Manufacturer
* Location
* Financial and administrative informative (if activated in setup > General > assets tab)
* Automatic inventory

## Controller

* Controller
* Manufacturer
* Interface
* Location
* Financial and administrative informative (if activated in setup > General > assets tab)
* Automatic inventory


---

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