> 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/data-loss-prevention/start.md).

# Start

## Getting Started with Data Protection

Data Protection in the eAuditor system enables IT administrators to create advanced workflows based on triggers, actions, and notifications.

### Understanding Core Concepts

* **Trigger** - specifies when the automation should be triggered. It can be associated with time (e.g., a daily schedule), an event (e.g., installation of new software), or device status (e.g., low disk space).
* **Action** - defines what operation should be performed when the trigger conditions are met, e.g., installing an update, executing a script, or shutting down a device.
* **Notification** - feedback sent to the administrator (e.g., email) or to the end user (e.g., an on-screen message).
* **Data Protection Policy** - a set of rules composed of triggers, actions, and notifications. Policies can be assigned to user groups or devices, enabling precise management.

<figure><img src="/files/c0432c8d8ae24d3762b0115a2d1757f8b6936387" alt="" width="375"><figcaption></figcaption></figure>

On the screenshot, the following are marked in red **policies**, and in green **rules**.\
Rules can appear in multiple policies simultaneously because a policy is a collection of rules.

Policies are assigned to objects (such as computers, servers, or users). Every user or device assigned to a given policy is subject to all rules contained in that policy.

Rules within policies can be independently enabled and disabled, pinned or unpinned. Changes are global — they apply to all users and devices assigned to the given policy.

### Main Policy View

#### Data Protection Policy View

The system's main view contains a list of data protection policies, each of which can be expanded to review detailed rules.&#x20;

### How to use the main view?

1. **Browsing Policies**
   * You can expand and collapse the lists of rules assigned to each policy.
   * Policies can be filtered, edited, deleted, or new ones can be created.
2. **Creating New Policies**
   * Use the **+ Add policy**option to begin the configuration process (see: **Creating a New Data Protection Policy**).
3. **Creating Rules**
   * Click **+ Add Rule**to add new rules to an existing policy (see: **Creating a Data Protection Rule**).

## Summary

Getting started with data protection requires familiarization with the core concepts and functionalities available in the system. The following sections of the documentation will cover in detail creating policies, defining rules, configuring actions, and analyzing system behavior based on logs.


---

# 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/data-loss-prevention/start.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.
