# Racks

A rack is a piece of equipment such as a patch bay or computer cabinet used to organize, host and physically connect different network equipments and servers in a datacenter or technical room.

A rack is a dedicated object in GLPI that virtually represents the physical structure of a rack or cabinet. It is designed to :

* **Organize equipment**: A rack is used to visualize and manage the physical equipment (servers, switches, routers, UPS, etc.)
* installed in it.
* **Facilitate physical management**: It enables you to track where equipment is installed in a physical space (technical room, datacenter, etc.).
* **Optimize space**: Racks help ensure that space is used efficiently, and that there's still room for new equipment.

![module assets - global view racks](/files/Nu7tN6G3chCUjJ9MHqkb)

When you add a rack (by **+ Add** at the top of the screen), you can add certain information:

* Name
* [Data center position](/documentation/tabs/common_fields/data_center_position.md)
* [Location](/documentation/tabs/common_fields/location.md)
* [Technician in charge](/documentation/tabs/common_fields/technician_in_charge.md)
* [Group in charge](/documentation/tabs/common_fields/group_in_charge.md)
* [Serial number](/documentation/tabs/common_fields/serial_number.md)
* [User](/documentation/tabs/common_fields/user.md)
* [Comments](/documentation/tabs/common_fields/comments.md)
* Position in room
* Number of units
* Height
* Max. Power (in watts)
* Max. weight
* [Status](/documentation/tabs/common_fields/status.md)
* [Rack type](/documentation/tabs/common_fields/asset_type.md)
* [Manufacturer](/documentation/tabs/common_fields/manufacturer.md)
* [Model](/documentation/tabs/common_fields/model.md)
* [Inventory number](/documentation/tabs/common_fields/inventory_number.md)
* [Group](/documentation/tabs/common_fields/group.md)
* [Server room](https://github.com/glpi-network/gitbook/blob/main/modules/management/data-centers.md#server-room)
* Door orientation in room (North, East, South, West)
* Width
* Depth
* Measured power (in watts)
* Background color

## Items

The [Item](/documentation/modules/assets/tabs/rack_items.md) tab shows the position of each element in the rack. You can modify, add or remove an item from your park to your rack.

## Impact Analysis

[Impact analysis](/documentation/tabs/impact_analysis.md) enables an infrastructure diagram to be drawn up, showing the dependencies and impacts in the event of equipment loss. This can be saved and exported

## Contracts

GLPI supports [contracts](/documentation/modules/management/contract.md) management, in order to manage contract types such as loan, maintenance, support...

Contracts management allows to:

* make an inventory of all contracts related to the organization assets
* integrate contracts in GLPI financial management
* anticipate and follow contract renewal.

## Documents

The [document](/documentation/modules/management/documents.md) tab lets you link different types of file to a material (PDF, txt, png, etc.) You can attach a document already uploaded to GLPI or add a new one directly from this tab.

## Tickets

View all [tickets](/documentation/modules/tabs/tickets.md) linked to the computer

## Problems

This tab refers to all hardware-related [problems](/documentation/modules/assistance/problems.md). Problems can also be linked to tickets, projects, etc. This allows you to have a complete scenario when necessary.

## Changes

[Changes](/documentation/modules/assistance/changes.md) lists all changes related to a material. From this tab, you can't link a change directly, you can do it from **Assistance** > **Changes** > **Items**. You can create a new change from this page, which will be linked to the material you have selected.

## Reservations

The [reservation](/documentation/modules/tools/reservations.md) tab lets you reserve equipment, view the reservation schedule, or cancel the possibility of reserving this equipment. By default, equipment cannot be reserved; you must first authorize this action manually.

## Historical

[Historical](/documentation/modules/tabs/historical.md) lists all the actions carried out on the object in question

## All Information

For an item, all information is displayed on one page from the *All* tab. This shows all of the tabs of an object's form in one view, one below the other.


---

# 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/modules/assets/racks.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.
