# Glossary

FenixPyre has its own vocabulary. Most FenixPyre terms are common English words or computing terms that have a specific meaning within the FenixPyre system.

This glossary lists the most prominent terms and a few less familiar ones with unusual or unexpected definitions.

### **FenixPyre Windows Agent**

FenixPyre Windows Agent is the software installed in client machines for encrypting and opening files securely.

### **FenixPyre Admin Dashboard**

The Admin Dashboard is the place where admins can manage their users, permissions, policies, and applications. Access it at [admin.anchormydata.com](https://admin.anchormydata.com) or admin.fenixpyre.com

### **Protected Folders**

Protected Folders are designated locations within an organization where sensitive content can be accessed. Files outside these folders can't be opened. Examples include common user folders on endpoints, network drives, and cloud-based document-sharing platforms.&#x20;

### **Access Rules**

To access FenixPyre encrypted data, specific conditions must be met. Our system automatically enforces access rules on all files to save time. Currently, we support access rules based on geographic locations, such as country restrictions to the US, and IP address&#x20;

{% hint style="info" %}
Access rules of an organization can be set [here](/fenixpyre-for-admins/admin-dashboard/user-policies/policy-rules-guide.md#file-access-rules).
{% endhint %}

### **Allowed File Extensions**

FenixPyre will only encrypt and open files whose file extension has been added in the FenixPyre Admin Dashboard.&#x20;

{% hint style="info" %}
Configure allowed extensions [here](/fenixpyre-for-admins/admin-dashboard/user-policies/policy-rules-guide.md#allowed-extensions)
{% endhint %}

### **User Applications**

User applications are authorized applications that are permitted to display FenixPyre encrypted data in plain text, assuming the access rules are satisfied.

{% hint style="info" %}
Configure user applications [here](/fenixpyre-for-admins/admin-dashboard/user-policies/policy-rules-guide.md#user-applications)
{% endhint %}

### **Offline Mode**&#x20;

FenixPyre Offline mode allows users to access their files when their devices are not connected to the internet. Enabling this feature is easy from the FenixPyre admin dashboard. When enabled, FenixPyre users will have the "offline access" action available on their FenixPyre right-click menu.

{% hint style="info" %}
Configure offline mode [here](/fenixpyre-for-admins/admin-dashboard/user-policies/policy-rules-guide.md#offline-mode)<br>
{% endhint %}

### **Whitelisting**

Whitelisting refers to designating a specific process or file as trusted, allowing it to operate without interference from security tools,

### Process/Executable

A process refers to a program actively running on your computer. An executable, such as a `.exe` file in Windows, is a file that initiates a program. These are what you authorize the system to trust

### **EDR (Endpoint Detection and Response)**

Endpoint security solutions designed to monitor, detect, and respond to threats on devices such as computers and servers.

### Anti-Virus

Software engineered for the detection and protection against malicious programs, such as malware and viruses.

### **XDR (Extended Detection and Response)**

An advanced solution that combines multiple security elements (endpoints, networks, cloud systems) for a comprehensive threat overview.


---

# Agent Instructions: 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:

```
GET https://docs.fenixpyre.com/references/glossary.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
