> For the complete documentation index, see [llms.txt](https://prohelp.assetpanda.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prohelp.assetpanda.com/release-notes/2025-release-notes/march-2025-release-notes.md).

# March 2025 Release Notes

## Asset Panda Web&#x20;

### [**Account Management**](/settings/account-management.md)

The redesigned Account Management page in Settings provides a streamlined interface for a quick overview and access to essential settings. You can now:

* Rearrange the order of accounts, modules, collections, fields, and forms.
* Show or hide collections or fields to customize visibility.
* Deactivate automations and forms when they are no longer needed.\
  &#x20;

You can view all fields within a collection, rearrange them, and create new ones. Changes apply to everyone with module access, and new sessions will retain the updated settings. Reordering is as simple as dragging and dropping rows.

&#x20;

* **Show or Hide Collections or Fields:** Control the visibility of collections and fields based on your preferences. Hidden collections or fields remain stored in the system and can be re-enabled anytime.
* **Deactivate Automations and Forms:** Disable automations and forms that are not required without deleting them. This ensures that workflows remain flexible while preserving previously configured settings.

&#x20;

### [**Automation - Send Email**](/settings/account-management/automations.md)

The **Send notification** action has been redesigned to support dynamic email values. You can send emails based on:

* An email field in the collection.
* User roles.
* Additional configurable options.

The email body now supports a **rich text editor**, allowing you to format content and include hyperlinks.

&#x20;

### [**Automation - Update Field Value**](/settings/account-management/automations.md)

You can now configure an automation action to update field values. This allows linked collection records to update dynamically based on the trigger record value.

&#x20;

***

## Integrations <a href="#integrations" id="integrations"></a>

&#x20;

### [**Microsoft Intune – Filter Devices by ‘Groups’ Before Loading**](/integrations-store/device-management/microsoft-intune-integration.md)

You can now filter devices by groups before loading them into the system. Only active devices will be loaded if no filters are applied and All Devices is selected.

&#x20;

### [**Zendesk – Delta Sync**](/integrations-store/ticket-management/zendesk-integration.md)

After an initial full sync, subsequent updates will run as Delta Syncs, aligning with Asset Panda Pro integrations. You can trigger a full sync manually by updating the mapping page.

&#x20;

### [**Zendesk – Filtering by Organization and Status Field**](/integrations-store/ticket-management/zendesk-integration.md)

You can now filter Zendesk tickets by selecting:

* One or more organizations.
* Specific status values before importing into Asset Panda.

If no filters are applied, all tickets will be imported. Otherwise, only the matching tickets will be loaded.

<br>


---

# 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://prohelp.assetpanda.com/release-notes/2025-release-notes/march-2025-release-notes.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.
