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

# PROTECT Glossary

<table><thead><tr><th width="189">Term</th><th>Definition</th></tr></thead><tbody><tr><td>Activity Log</td><td>A log that records events generated by agents, users, and protection operations.</td></tr><tr><td>Agent</td><td>The GuardWare PROTECT software installed on an endpoint. It enforces protection policies, encrypts files, and manages access to protected data.</td></tr><tr><td>Application</td><td>A program that PROTECT is allowed to trust. Approved applications can open, edit, save, encrypt, and decrypt protected files.</td></tr><tr><td>Audit Log</td><td>A record of activities performed within PROTECT, including policy changes, encryption events, and user actions.</td></tr><tr><td>Authorised Website</td><td>A website configured in PROTECT where protected files can be uploaded and downloaded seamlessly through the browser extension.</td></tr><tr><td>Automatic Protection</td><td>A feature that encrypts files automatically when they match configured protection criteria.</td></tr><tr><td>Avoid Folders</td><td>Directories excluded from automatic encryption. Files in these folders stay unencrypted unless a protected subfolder overrides the rule.</td></tr><tr><td>Browser Extension</td><td>The GuardWare PROTECT extension installed in Chromium-based browsers that automatically decrypts files during upload and re-encrypts them during download.</td></tr><tr><td>Classification</td><td>The process of identifying and categorising files based on their sensitivity or content. It also refers to the sensitivity label applied to a file.</td></tr><tr><td>Data-Centric Security (DCS)</td><td>A security approach that protects the data itself rather than relying only on network, endpoint, or perimeter controls.</td></tr><tr><td>Data Type</td><td>A collection of detection rules used to identify sensitive information within files. Data Types can contain Sensitive Words, Regular Expressions, and Filename Expressions.</td></tr><tr><td>Decrypt</td><td>The process of removing encryption from a protected file so authorised users can access its contents.</td></tr><tr><td>Detours</td><td>A setting that stops protected Office files from being automatically saved or synced to OneDrive or SharePoint while they are being edited.</td></tr><tr><td>Encrypt</td><td>The process of applying PROTECT encryption to a file to prevent unauthorised access.</td></tr><tr><td>Encryption Policy</td><td>A rule that determines when and how files are automatically protected.</td></tr><tr><td>Endpoint</td><td>A device such as a workstation, laptop, or server where the PROTECT Agent is installed.</td></tr><tr><td>GuardWare Management Console</td><td>The web-based administration interface used to configure PROTECT settings, policies, users, devices, applications, websites, and keys.</td></tr><tr><td>Immediate Data Disposal</td><td>The ability to revoke access to protected files, making them inaccessible even if copies exist elsewhere.</td></tr><tr><td>In-Use Encryption</td><td>Encryption that remains active while a file is being viewed or edited, ensuring continuous protection.</td></tr><tr><td>Key Revocation</td><td>The process of invalidating encryption keys, preventing access to protected files.</td></tr><tr><td>MIP</td><td>Short for Microsoft Purview Information Protection. PROTECT can use MIP for Office files, or combine MIP with PROTECT for layered protection. </td></tr><tr><td>Offline key lifespan</td><td>The time a user can open protected files without reconnecting to the PROTECT server. When the period expires, the device must reconnect to refresh access.</td></tr><tr><td>Persistent Encryption</td><td>Encryption that stays with the file wherever it is stored, shared, or transferred.</td></tr><tr><td>Policy Assignment</td><td>The process of applying a protection policy to users, groups, endpoints, or Data Types.</td></tr><tr><td>Protected File</td><td>A file that has been encrypted by PROTECT and is subject to access controls.</td></tr><tr><td>PROTECT Device</td><td>An endpoint running the PROTECT Agent. Devices appear in the console for monitoring and remote actions. </td></tr><tr><td>PROTECT Usage Profile</td><td>A view that shows the Security Groups and user policy that apply to a user. It helps explain which PROTECT actions the user can access.</td></tr><tr><td>Remove Protection</td><td>The action of permanently removing PROTECT encryption from a file.</td></tr><tr><td>Restrict Circulation</td><td>A control that prevents other users from expanding file access by adding more Security Groups. It keeps control with the original owner.</td></tr><tr><td>Right-click menu</td><td>The main end-user entry point for PROTECT in Windows Explorer. Users can add protection, remove protection, change protection, and apply sharing controls from there. </td></tr><tr><td>Rule</td><td>A configurable condition used by PROTECT to determine when an action such as encryption should occur.</td></tr><tr><td>Security Group</td><td>A group of users assigned permissions to access, decrypt, or manage protected files. </td></tr><tr><td>Seamless Download</td><td>A feature that automatically re-encrypts files downloaded from authorised websites.</td></tr><tr><td>Seamless Upload</td><td>A feature that automatically decrypts protected files when they are uploaded to authorised websites.</td></tr><tr><td>Sensitive Word</td><td>A keyword or phrase used by PROTECT to identify sensitive content within files.</td></tr><tr><td>User Policy</td><td>A policy applied to users or groups that determines their protection and access settings. It controls what appears in the client and in the right-click menu.</td></tr></tbody></table>


---

# 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.guardware.com/protect/about/protect-glossary.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.
