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

# Quick Start

## **eAuditor cloud – A Comprehensive Solution for IT Infrastructure Management**

System **eAuditor cloud** is a modern and advanced IT infrastructure management tool that uses cloud technology to provide the highest level of security, convenience, and scalability. By storing data in a secure cloud environment, organizations can focus on their key business objectives, eliminating the need to maintain local infrastructure.

### How do I get started?

{% stepper %}
{% step %}
**Go to the eAuditor cloud website**

Open your web browser and go to the [eAuditor cloud - registration](https://app.eauditor.eu/register)

{% hint style="info" %}
[Data Processing Agreement (DPA)](https://www.eauditor.eu/cloud-data-protection-addendum-dpa)
{% endhint %}
{% endstep %}

{% step %}
**Create an account**

Click the **Register** button and complete the registration form.

* Enter basic information (company name, email, password).
* Set a password and accept the terms and conditions.

{% hint style="warning" %}
**Password:**

* At least 8 characters.

* One uppercase and one lowercase letter (A–z).

* One digit (0–9).

* One special character, e.g., @, #, $, etc.
  {% endhint %}

* Confirm your registration via the activation link received by email.
  {% endstep %}

{% step %}
**Download and install eAgent**

* Log in to your account in eAuditor cloud.
* Download the eAgent installer for workstations.
* Install eAgent on the selected endpoint computers (you can add one or more workstations).
  {% endstep %}

{% step %}
**Start managing**

After the agents are installed, data from the devices will appear in the eAuditor cloud panel.\
Now you can remotely monitor, manage, and analyze your IT infrastructure—from anywhere and at any time.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
After **10 consecutive unsuccessful login attempts** the account is temporarily locked. The eleventh login attempt is possible only after **60 seconds**.
{% endhint %}

### Key system features

* **Hardware and software inventory and management** – full control over IT assets in one place.
* **Remote management** – the ability to take over the user's desktop, encrypt BitLocker disks, and monitor activity.
* **Advanced reports and dashboards** – including the Focus feature, which enables precise filtering and grouping of data for better analysis.
* **Data security (DLP)** – comprehensive protection against data leaks, monitoring of file operations, transferred documents, and captured screenshots.
* **Process automation** – from simple tasks such as device tagging to advanced ones such as automated responses to infrastructure anomalies.
* **AI support** – using proprietary BTC AI and integration with OpenAI enables website and process classification, as well as script generation using the built-in bot.

### Why choose the eAuditor Cloud System?

* **Full scalability and availability** – the system works on any device and in any location worldwide.
* **Intuitive interface** – modern design, available in light and dark modes, ensures ease of use.
* **Support for remote work** – tools for monitoring employees and remotely managing their devices.
* **REST API** – open for integration with other systems.

System **eAuditor Cloud** is the ideal solution for organizations of any size that are looking for an efficient, secure, and easy-to-manage tool for data protection and IT management.

***

## Configuration — getting started with the system

The main areas that need to be configured and deployed at the start of using the system.

* **How do I get started?** – An introductory guide to the basic features of the system, which help you quickly understand its capabilities.
* **Agent deployment** – Instructions for installing and configuring the service on computers in the organization. The service enables monitoring and management of IT assets.
* **Organization, administrator, and permissions management** – Configuration of the organizational structure and assignment of roles and permissions for administrators and other users.
* **Computer management** – A centralized view of computers in the organization, enabling device status monitoring, updates, and remote management.
* **User management** – Adding, modifying, and monitoring user accounts in the system, along with assigning appropriate permissions.

**Summary**: System configuration begins with agent deployment and management of computers and users, which enables efficient monitoring of IT infrastructure.

Would you like to learn more? Go to detailed articles in our **Knowledge Base**.


---

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