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

# Editing

Creating a rule in a data protection policy is a multi-step process consisting of configuring triggers, actions, and notifications. After saving the rule you can manage its operation, edit assignments, and add new rules, which provides high flexibility and efficiency in managing IT infrastructure.

## **Available actions**

* **Adding additional rules**

  You can add additional rules to an existing policy by clicking **+** **Add rule** in the policy view.
* **Creating a new policy**

  If there is a need to configure new policies, select **+ Add policy** and start the process from the beginning.

<div align="left"><figure><img src="/files/6cc584bacff7fb8735208a62ca2cfff8d3d0c913" alt="" width="375"><figcaption></figcaption></figure></div>

* **Copy / move rule**

The system allows copying or moving an existing rule assigned to one policy to another policy.

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

During the operation the user chooses whether the rule should be:

* **copied** - the original rule remains in the current policy, and its copy goes to a new or existing policy,
* **moved** - the rule is removed from the current policy and assigned to another policy.

Next, a new or existing policy to which the rule should be added is specified.

<figure><img src="/files/d916937fefd3563209ba3e3ed06351c09203af47" alt="" width="296"><figcaption></figcaption></figure>

* #### Editing a rule

  Editing a rule allows changing its configuration without creating a new one. You can modify, among others, triggers, conditions, actions, and notifications. The changes take effect from the moment of saving and apply to all policies to which the given rule is assigned.
* #### Deleting a rule

  Deleting a rule permanently removes it from the system. The rule is automatically detached from all policies in which it was used. The operation is irreversible and requires confirmation because it affects the behavior of all rule assignments in the system.

<figure><img src="/files/82a44a599e69361e946a7284c6e01f0a573bdaf4" alt="" width="291"><figcaption></figcaption></figure>

## **Editing assignments**

After creating a policy and its rules, it is possible to edit the assignment of automation policies to user and device groups. To do this:

* Open the policy details.
* Change the assignment of objects (computers) and users as needed.

<figure><img src="/files/41464576c0cfbce1e75868aa64d04bad13ccfe20" alt="" width="188"><figcaption></figcaption></figure>

***

## **Summary**

Creating rules within a data protection policy in the system is a multi-stage process that includes configuring triggers, actions, and notifications.


---

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