> 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/dlp-policies-and-rules.md).

# DLP Policies and Rules

## Rule View

View **Rules** in the system enables full management of policies and rules that define triggers and actions within the IT infrastructure. Below is a detailed description of the elements visible on the screen.

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

### **Top menu and tabs**

* **New rule tabs**: When [you create or edit a rule](/eacloud-docs-en/features/data-loss-prevention/start/policies.md), a new tab opens at the top of the view. You can have multiple rule tabs open simultaneously. However, keep in mind that at any given time you can create only one new rule — before starting another, the currently edited draft must be saved. The main tab **Rules** remains always active.
* **Closing tabs**: Clicking the **X** in the top-right corner of the tab closes the active tabs. After closing all tabs the user returns to the main policies view.

### Policy update

1. **Policy update**:

   * Button **Update policies** allows manually sending the latest configurations to agents on endpoints. This function becomes available only after changes have been made to a given policy. If the policy has not been modified since the last push, the button remains inactive (grayed out), preventing re-sending the same data.

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

   * **Date of last update**: Under the button information about the last date and time of policy synchronization is displayed.

{% hint style="danger" %}
Policy updates operate based on the agent's connectivity with the server. If the agent on a given endpoint is offline, it will operate based on the last updated policy until it reconnects and downloads changes.
{% endhint %}

### **Policies table**

The table in the main view contains all available automation policies and information about their configuration.

#### **Table headers**:

* **Policy**: Name of the DLP policy (group of rules).
* **Rules**: Number of rules assigned to the given policy.
* **Tags**: Tags assigned to the policy.
* **Objects**: Number of devices assigned to the policy.
* **Users**: List of users assigned to the policy.
* **Excluded users:** List of users excluded from the policy's effect.
* **Active**: Information about the policy's activity (enabled/disabled).
* **Modified by:** The user who made the last change to the policy.
* **Policy description:** Additional information about the policy's purpose.
* **Creation date:** Date and time the policy was created.
* **Modification date**: Date and time of the policy's last modification.
* **Created by:** The user who created the policy.

#### **Table interactions**:

* **Filtering**: You can filter the list of policies based on any column to easily find the policies of interest.
* **Expanding rows**: Clicking the policy name expands its details, such as the list of assigned rules.

<figure><img src="/files/0816fc9efd127d49be74858eab402a31a15fd4db" alt="" width="563"><figcaption></figcaption></figure>

#### **Actions for policies and rules**

1. **Editing a policy**: Clicking the pencil icon allows editing policy details such as name, description, assigned devices and users.
2. **Deleting a policy**: Deleting a policy requires confirmation. After deletion, all rules assigned to it will also be removed.
3. **Rules**:
   * **Editing a rule**: Clicking the edit icon next to a rule opens its details in a new tab where triggers, actions and notifications can be modified.
   * **Copying a rule**:
     * After clicking the copy icon two options are available:
       * **Copy**: Creates a copy of the rule in another policy.
       * **Move**: Moves the rule to another policy, removing it from the current one.
     * **Selecting the target policy**: The administrator must indicate the policy to which the rule will be assigned.
   * **Deleting a rule**: Requires confirmation.

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

{% hint style="warning" %}
**Policy update**

* Configuring policies and rules in the system does not have an immediate effect on agents' behavior until an update is performed by pressing **Update policies.**
* Agents that are offline remain applying the last updated policy until they reconnect to the server.
  {% 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/data-loss-prevention/dlp-policies-and-rules.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.
