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

# Copying

## Copy Trigger in DLP policies

Trigger **"Copy"** allows monitoring of data copied to the clipboard by the user on the device. The rule analyzes the clipboard contents for specific types of data in accordance with the security policy.

A properly configured policy allows you to:

* Perform a selected action automatically (e.g., block the operation).
* Display a notification to the user with a message about the action taken.

## Available configuration options

### **Type of data to monitor**

Specify the clipboard contents to be monitored:

* **Copying file paths** Control copying of file locations (e.g., document path strings).
* **Copying images** Tracking copying of graphics and images.
* **Copying text** Monitor copying of text fragments to the clipboard (e.g., personal data, passwords).

<figure><img src="/files/68feba1841b8fc34997114795c9e19878cde0557" alt="" width="184"><figcaption></figcaption></figure>

#### NOTE!

The "Copy" trigger covers all standard types of data that can be placed into the clipboard. In practice this means:

* **File paths**\
  If a user selects a file in Explorer and chooses "Copy", the path text itself (e.g., `C:\Data\Report.xlsx`) is also placed into the clipboard. The system will detect this and, according to the policy, either log it or block further pasting if a blocking action is active.
* **Images**\
  Any copy of an image to the clipboard is subject to monitoring regardless of source. This includes: clicking "Copy" on an image, screen snips, and even a standard Print Screen. The system will log such an event or block pasting the image if the policy prescribes it.
* **Text**\
  The system responds to any text copied while working on a device with the agent: from documents, web pages, applications, terminals, and messengers. If the policy has an active blocking action, further pasting will be stopped and the incident may be recorded.

### Example of use

**Objective:** Monitoring of copied textual data.

* **Configuration:** Data type set to "Text".

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

* **Action:** Block the text copying operation and display a message informing about the security policy violation.

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

### Summary

Trigger **"Copy"** is an effective tool for protecting sensitive data within the organization. It enables precise monitoring of clipboard copy operations and taking automatic actions, supporting enforcement of DLP security policies.


---

# 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/triggers/copying.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.
