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

# Actions

Actions make it possible to perform the same operation on one or multiple computers without having to open each device card separately.

Available operations have been divided into groups:

* **Management**,
* **Tasks**,
* **Tools (Tools)**,
* **Installation**.

{% hint style="info" %}
The availability of individual actions depends on the plan you have, user permissions, and the status of the selected computers.
{% endhint %}

### Performing a group action

{% stepper %}
{% step %}

#### Open the Computers view

Go to:

**Features > IT Infrastructure > Computers**
{% endstep %}

{% step %}

#### Select computers

Select the checkboxes next to the computers on which you want to perform the operation.

You can select one or multiple computers.

<div align="left"><figure><img src="/files/7e1e1aeba39fb524aac37bd5b499220ab716cd2e" alt="zaznaczanie komputerów w tabeli" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

#### Open the actions panel

After selecting the computers, choose the **Actions**. The system will display a panel containing the available operations.

<div align="left"><figure><img src="/files/6456d6a65174bde9dbfa1dd9c78f3c9cca3ab0b0" alt="przycisk akcji grupowych" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

#### Select an operation

Select the appropriate action from the section:

* **Management**,
* **Tasks**,
* **Tools (Tools)**,
* **Installation**.

<div align="left"><figure><img src="/files/9fb953ed883dd766c7337755fd21b6fd9d2ea1a5" alt="dostępne akcje - komputery" width="375"><figcaption></figcaption></figure></div>

To trigger the action **hold down the icon**.
{% endstep %}

{% step %}

#### Complete the required settings

If the selected operation requires additional configuration, fill in the fields displayed by the system.
{% endstep %}

{% step %}

#### Confirm execution

Review the selected computers and settings, and then confirm the operation.

For actions such as shutdown, restart, device removal, or uninstalling eAgent, make sure that executing them will not interrupt users' work.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
To perform an action on one computer, choose the action button for the workstation you are interested in. The action will be performed only on that computer.
{% endhint %}

### Related articles

* [Management](/eacloud-docs-en/features/it-infrastructure/computers/actions/management.md)
* [Tasks](/eacloud-docs-en/features/it-infrastructure/computers/actions/tasks.md)
* [Tools](/eacloud-docs-en/features/it-infrastructure/computers/actions/tools.md)
* [Installations](/eacloud-docs-en/features/it-infrastructure/computers/actions/installation.md)

### Frequently asked questions

<details>

<summary><strong>Why can't I see all actions?</strong></summary>

The availability of operations depends on the plan you have, user permissions, organization configuration, and the status of the selected computers.

</details>

<details>

<summary><strong>Why is the selected action inactive?</strong></summary>

An action may be unavailable if the conditions required to perform it have not been met, e.g. the computer is Offline, the required component has not been installed, or the function is not available in the plan you have.

</details>

<details>

<summary><strong>Can I perform an operation on several computers at once?</strong></summary>

Yes. Select the chosen devices in the table, and then choose the appropriate operation from the panel **Actions above the table**.

</details>

<details>

<summary><strong>What happens if one of the selected computers is Offline?</strong></summary>

An operation that requires communication with eAgent cannot be performed on a computer that is not connected to eAuditor Cloud. The method of further handling depends on the type of task and its configuration.

</details>

<details>

<summary><strong>Can computer removal be undone?</strong></summary>

No. Removal is an irreversible operation. Re-adding the device requires installing eAgent.

</details>

<details>

<summary><strong>What is the difference between removing a computer and uninstalling eAgent?</strong></summary>

**Removing a computer** removes its entry from eAuditor Cloud. **Uninstalling eAgent** removes the service from the device, but leaves the computer entry in the system.

</details>

<details>

<summary><strong>Does a computer without eAgent installed still use a license?</strong></summary>

Yes. If the device entry remains in eAuditor Cloud, it still uses a license. The seat is released only after the computer is removed from the system.

</details>

<details>

<summary><strong>Can eAgent shutdown be undone remotely?</strong></summary>

No. After stopping the service, the system loses connection with the device. Restarting eAgent must be performed locally using an account with administrator privileges or by restarting the computer; the service should start again

</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/computers/actions.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.
