> 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/getting-started/quickstart/adding-the-first-computer.md).

# Adding the first computer

To monitor and manage a computer in eAuditor Cloud, installation of the eAgent service is required. After installation is complete, the device will automatically connect to the system and appear in the computer list.

### Downloading eAgent

{% stepper %}
{% step %}

#### Log in to eAuditor Cloud.

{% endstep %}

{% step %}

#### Go to: **Features > IT Infrastructure > Computers**

{% endstep %}

{% step %}

#### Click **+ Add computer.**

<div align="left"><figure><img src="/files/b7853d3c79d03b925a1bd98cf7543e6999ff3280" alt="przycisk + Dodaj komputer" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

#### Select the **Installation.**

{% endstep %}

{% step %}

#### Click **Download the agent** next to:

**Windows** - file `.exe`.

<div align="left"><figure><img src="/files/8ee7a234c7c99272d21c21ccb86fde200574fa37" alt="pobieranie instalatora eAgenta" width="375"><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}

### Installation

{% stepper %}
{% step %}

#### Run the downloaded installer on the computer you want to add.

{% endstep %}

{% step %}

#### If Windows displays a User Account Control prompt, allow changes to be made.

{% endstep %}

{% step %}

#### Wait for the installation to complete.

{% endstep %}
{% endstepper %}

{% hint style="info" %}
After the eAgent service is installed successfully, the computer will automatically connect to eAuditor Cloud and begin transmitting data.
{% endhint %}

### Installation check

Return to the **Computers** and check whether the new device appears in the table.

<figure><img src="/files/5cde7602b5eaa1da3e6f6905d4e97dc3be21386c" alt="nowy komputer widoczny w tabeli" width="375"><figcaption></figcaption></figure>

> It may take a short time for the computer to appear and all information to be populated. Data is transmitted gradually after the first eAgent startup.

Detailed information about installation, optional credentials, and troubleshooting can be found on the [**Adding a computer and installing the agent**](/eacloud-docs-en/features/it-infrastructure/computers/adding-a-computer.md).


---

# 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/getting-started/quickstart/adding-the-first-computer.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.
