> 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/release-notes/fenixpyre-cloud-releases/march-2025.md).

# March 2025

## High Performance Encryption tool, Enhanced UI and much more

Our March release includes new enhanced UI for the user listing page, revamped Sharing Permissions Management and a new high-performance encryption/decryption tool, designed to encrypt large sets of existing data while onboarding to FenixPyre.

### **What's New? 🌟**

* **High-performance Encryption Decryption tool**\
  We've introduced a new encryption tool to help you easily protect your existing files while onboarding to FenixPyre. It quickly secures large amounts of data using strong AES-256 encryption, runs smoothly even with large datasets, and works reliably without needing constant attention.

### Enhancements :fire:

* **Sharing Permissions Management**

  Admins now have the ability to manage sharing permissions, including options such as edit, create, and upload etc. You can also configure settings like the default editor, default expiration for shared links, and the maximum expiration for shared links. Additionally, sharing access levels can be restricted to Public, Restricted, or Organization, with a default access level selection available from the dashboard. [Learn more](/fenixpyre-for-admins/admin-dashboard/sharing-settings.md)

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

* **New User Details Page**\
  Easily manage user profiles, policies, and linked devices with our centralized User Details Page. Get a clear view of user roles, policy precedence, and active/inactive agents-all in one place for seamless policy management and device tracking!

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

* **Protected Folders**\
  You can now easily add a SharePoint/OneDrive folder as protected folder by copying the url to the protected folder input box.

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


---

# 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/release-notes/fenixpyre-cloud-releases/march-2025.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.
