# Devices

View **Devices** in the system presents all devices in the IT infrastructure that are not computers with the eAgent service installed (e.g., monitors, printers, USB drives, phones, keyboards, mice). The system allows automatic detection of some devices via the service, such as USB flash drives or monitors connected to a computer, and manual addition of devices that are not detected automatically.

In this view the user can manage all devices that do not have the agent service installed.

***

## **Adding devices**

The system offers several methods for adding new devices.

### **Manual device addition**

The user can manually add a device using the **Add new**button. If the device type is not available in the system (e.g., cash registers), the user can create a new device type.

<figure><img src="/files/3b7d56ebd08f3d9f20de452fb9be7597db1114a2" alt="" width="375"><figcaption></figcaption></figure>

### **Automatic device detection**

The system automatically detects USB flash drives connected to computers with the eAgent service installed.

### **Device import**

Importing devices from external files (e.g., CSV, Excel) is possible. A detailed description of this process is available in the documentation section [Data import](broken://pages/b7dbed7b486da1d1736559663d07a7985deda13c).

<figure><img src="/files/bce16e7121fa747364b1394d372a58bd7eed86fc" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="info" %}
**\[Device import]**&#x57;e are working on this functionality. We will announce its deployment in the changelog as soon as it becomes available.
{% endhint %}

***

## **User Interface** <a href="#toc1767743493" id="toc1767743493"></a>

**Devices table**

In this section the user can browse a detailed list of devices with the following columns:

* **Device**: Device name in the system.
* **Type**: Device type (e.g., printer, USB flash drive).
* **Model**: Device model.
* **Tags**: Tags assigned to the device (e.g., category, location).
* **Structure**: Organizational structure to which the device is assigned.
* **Device ID**: Unique identifier of the device.
* **Person:** Person assigned to the device

<figure><img src="/files/a81b69cacf1eb9faaa64a285296d150631951729" alt="" width="375"><figcaption></figcaption></figure>

***

## **View customization**

**Column view**

The user can customize the table view by selecting the columns to display. Change the column order by dragging the selected item to a different position using the **Column view**&#x20;

<img src="/files/c14ce17d2da11530369fad80af7eb548224be485" alt="" width="134">

***

## **Device management** <a href="#toc553195338" id="toc553195338"></a>

The user can select one or multiple devices and perform bulk actions such as:

* Editing device information
* Assigning the device to a different organizational unit
* Removing the device from the system

These actions are available under the edit icon.

<img src="/files/36c66f1690d40701b3b1c54f8e524cdd6858ffbc" alt="" width="375">

***

## **Filtering**

Filtering works similarly to other views and is described in the section [**Filtering**](/eacloud-docs-en/getting-started/quickstart/filtering.md).


---

# 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://eaclouddoc.eauditor.eu/eacloud-docs-en/features/it-infrastructure/devices.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.
