> For the complete documentation index, see [llms.txt](https://docs.fenixpyre.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fenixpyre.com/fenixpyre-features/screenshot-protection.md).

# Screenshot Protection

**What is Screenshot Protection?**

Screenshot Protection is a Data Loss Prevention (DLP) capability in FenixPyre that prevents users from capturing sensitive application data through OS-level or third-party screenshot and screen-recording tools.

Screenshot Protection is part of FenixPyre's DLP suite, alongside Clipboard Protection, Print Protection, and Dynamic Watermark Display.

***

#### **What Problem Does Screenshot Protection Solve?**

Even when a file is encrypted at rest, its contents are visible on screen while a user works with it. Screen captures and recordings can copy that on-screen content into an unprotected image or video, bypassing encryption entirely. Screenshot Protection prevents these captures from exposing sensitive content.

***

#### **How Does It Work?**

When enabled, Screenshot Protection:

* Blacks out the application window in screen captures to protect sensitive content.
* Detects and restricts standard snipping tools and screen-recording applications.
* Extends screenshot and screen-recording protection across multi-monitor setups.

{% hint style="info" %}
Screenshot Protection is enabled together with Clipboard Protection and Print Protection. When an administrator enables the **Clipboard Protection Service** in the user policy, all three protections are activated together.
{% endhint %}

***

#### **Limitations**

DLP enforcement depends on how each application natively handles system APIs. Applications that use custom UI frameworks or proprietary rendering engines may bypass standard Win32 API calls, which can cause inconsistent enforcement.

***

{% hint style="success" %}
Learn how to configure this from the [screenshot protection](https://docs.fenixpyre.com/fenixpyre-for-admins/admin-dashboard/user-policies/policy-rules-guide#screenshot-protection) from admin dashboard.
{% endhint %}

For more information on how to enable and configure Screenshot Protection, please contact [FenixPyre Support](mailto:support@fenixpyre.com).


---

# 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://docs.fenixpyre.com/fenixpyre-features/screenshot-protection.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.
