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

# Tasks

Section **Tasks** contains operations performed directly on the selected computers.

| Action             | Operation                                                                                                                                   |
| ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------- |
| **Restart**        | Causes the selected computers to restart.                                                                                                   |
| **Shut down**      | Causes the selected computers to shut down.                                                                                                 |
| **Restart eAgent** | Restarts the eAgent service on the selected devices.                                                                                        |
| **Stop eAgent**    | Stops the eAgent service on the selected devices.                                                                                           |
| **Rescan**         | Forces the computer to be rescanned to collect current information about the installed software, operating system, and hardware components. |

#### Restarting and shutting down computers

Before using the action **Restart** or **Shut down** make sure users have finished their work and saved open files.

{% hint style="warning" %}
Restarting or shutting down a computer may result in the loss of unsaved user data.
{% endhint %}

#### Restarting eAgent

Action **Restart eAgent** restarts the eAgent service without restarting the entire computer.

It can be used, among other cases, when eAgent is not working properly.

#### Stopping eAgent

Action **Stop eAgent** stops the service on the selected computer.

{% hint style="danger" %}
After eAgent is stopped, the system will lose the ability to communicate with and remotely manage the device. Restoring the connection requires the service to be started locally by a user with administrator privileges.

The eAgent service starts automatically by default when the operating system starts, unless its configuration has been changed locally.
{% endhint %}


---

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