> For the complete documentation index, see [llms.txt](https://eaclouddoc.eauditor.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eaclouddoc.eauditor.eu/eacloud-docs-en/features/it-infrastructure/devices.md).

# Devices

View **Devices** in eAuditor Cloud presents IT infrastructure devices that are not computers with the eAgent service installed. These can include printers, monitors, USB drives, telephones, keyboards, and other devices used in the organization.

Devices can be added manually, imported, or automatically discovered - depending on their type and the system configuration.

### What can you do in the Devices section?

In the section **Devices** you can:

* browse devices registered in the system,
* search and filter devices,
* add new devices,
* check detailed device information,
* view its relationships, users, and documents,
* edit device information,
* assign devices to the organizational structure,
* delete devices,
* perform available operations on multiple devices.

{% hint style="info" %}
The scope of available information and operations may vary depending on the device type and the way it was added or discovered in the system.
{% endhint %}

### Device Overview

The device view allows you to browse registered entries and the most important information about them.

You can customize the visible columns, use [the search engine and filters](/eacloud-docs-en/features/it-infrastructure/computers/filtering-and-search.md) and go to the details card of the selected device.

**Go to:** [**Device Overview**](/eacloud-docs-en/features/it-infrastructure/devices/device-overview.md)

### Adding Devices

Devices can be added in several ways - including manually or using automatic discovery mechanisms.

The choice of the appropriate method depends primarily on the device type and the way it is used in eAuditor Cloud.

**Go to:** [**Adding Devices**](/eacloud-docs-en/features/it-infrastructure/devices/adding-devices.md)

### Detail card

Click the device name to open its **Detail card**.

Depending on the available data, you will find information there about the device, its relationships with other infrastructure components, users, alerts, and related documents.

**Go to:** [**Detail card**](/eacloud-docs-en/features/it-infrastructure/devices/device-details-card.md)

### Device management

From the device list, you can perform the available administrative operations, such as editing data, changing assignment, or deleting the device.

For selected operations, you can also select multiple devices and perform a bulk action.

**Go to:** [**Device management**](/eacloud-docs-en/features/it-infrastructure/devices/device-management.md)

### Troubleshooting

If the device does not appear in the system, its data is incomplete, or you cannot perform the selected operation, check the most common causes and ways to resolve the issue.

**Go to:** [**Troubleshooting**](/eacloud-docs-en/features/it-infrastructure/devices/troubleshooting.md)

### Frequently Asked Questions

<details>

<summary><strong>How is a device different from a computer?</strong></summary>

In the section **Devices** contain infrastructure elements that are not computers managed using the eAgent service. These can include printers, monitors, USB drives, or other peripheral devices.

Computers managed by eAgent can be found in the section [**IT Infrastructure > Computers**](/eacloud-docs-en/features/it-infrastructure/computers.md).

</details>

<details>

<summary><strong>How does a device get into eAuditor Cloud?</strong></summary>

Depending on the device type, it can be added manually, imported, or automatically discovered by a properly configured system mechanism.

Detailed information can be found in the section [**Adding Devices**](/eacloud-docs-en/features/it-infrastructure/devices/adding-devices.md).

</details>

<details>

<summary><strong>Does every device require eAgent installation?</strong></summary>

No. eAgent is installed on managed computers. Other devices can be registered in the system without installing the eAgent service on them.

</details>

<details>

<summary><strong>How do I check detailed device information?</strong></summary>

Go to **IT Infrastructure > Devices**, find the device, and click its name. The system will open [**Detail card**](/eacloud-docs-en/features/it-infrastructure/devices/device-details-card.md) containing the available information about the device.

</details>

<details>

<summary><strong>Can I manage multiple devices at the same time?</strong></summary>

For some operations, you can select multiple devices and perform a bulk action. Availability of this option depends on the type of operation being performed.

</details>

<details>

<summary><strong>What should I do if the device does not appear in the system?</strong></summary>

Check how the device should be added or discovered, and make sure the list has not been restricted by active filters.

If the problem persists, go to the section [**Troubleshooting**](/eacloud-docs-en/features/it-infrastructure/devices/troubleshooting.md).

</details>


---

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