> 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/december-2025-release-notes.md).

# December 2025 Release Notes

### Asset Panda Web <a href="#core-application-updates" id="core-application-updates"></a>

#### Reporting Updates <a href="#check_mark-reporting-v3" id="check_mark-reporting-v3"></a>

Summation is available on collection tables and reporting page.

* Supported column types - Numeric, Currency, Percentage, Formula – Math, Formula – Duration
* All values within a column can be automatically summed and displayed in an aggregated top row
* Collection group by - Summations can be applied within grouped data views
* Configurable options - Users can choose to display either sum or count for applicable columns
* Reports and collections can be exported with the summation row in PDF, Excel, or CSV formats
* Option to export only the summation row independently is available
* Summation and count is included for saved views&#x20;

#### Language Translation <a href="#check_mark-language-translation-in-app-v3" id="check_mark-language-translation-in-app-v3"></a>

New languages added! We’ve added support for Turkish, Polish, Indonesian (Bahasa Indonesia), Vietnamese, and Thai in Asset Panda Pro. You can switch your language preference under your User Profile.

*(Please note: This translates the app interface only; custom data remains as is.)*

***

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

#### SFTP Imports <a href="#sftp-imports" id="sftp-imports"></a>

Asset Panda now supports importing and updating records directly from files hosted on an SFTP server. This makes it easier to manage large or recurring data updates without manual uploads.

Users can connect to an SFTP server, select files, map file columns to Asset Panda fields, and apply duplicate-check rules to update existing records. Import configurations can be saved as templates and reused for future imports, with validation and clear error messaging to guide setup and execution.

#### Microsoft Active Directory (On-Prem) Updates <a href="#microsoft-active-directory-on-prem-automation-logs-in-web-app" id="microsoft-active-directory-on-prem-automation-logs-in-web-app"></a>

Sync activity for the Microsoft Active Directory On-Prem integration is now visible directly in the Asset Panda web app.

After a sync completes, users can view a summary showing how many records were loaded, failed, or skipped, along with key details like the integration name, trigger source, and sync date and time. If issues occur, users can direct to the local log file for full technical details. The experience is consistent with automation logs available for other integrations.

#### Microsoft Intune: Two-Way Sync <a href="#microsoft-intune-two-way-sync" id="microsoft-intune-two-way-sync"></a>

The Microsoft Intune integration now supports two-way sync, allowing updates made in Asset Panda to be pushed back to Intune.

Users can map supported, Intune-editable device fields and keep information consistent across both platforms. Validations ensure only eligible fields (Ownership, Managed Device Name, Notes) are updated, and detailed integration logs clearly indicate successful updates or errors. Changes are reflected in both systems without requiring manual updates.

#### Google Calendar Updates <a href="#google-calendar-integration" id="google-calendar-integration"></a>

Admins can now enable or disable Google Calendar syncing at the module level, with disabled modules automatically pausing existing syncs. Users can manage their own Google Calendar connection from their profile, including connecting, disconnecting, and viewing connection status. Users can also choose which module calendars sync to Google Calendar, while Asset Panda events continue to appear on the dashboard regardless of Google sync settings.

#### Hexnode UEM <a href="#hexnode-uem-integration" id="hexnode-uem-integration"></a>

Asset Panda now integrates with Hexnode UEM, enabling visibility into devices, applications, and policies managed in Hexnode.

The integration imports device and hardware inventory, installed applications, and device policies, along with organizational and group structures. This helps teams maintain accurate, centralized device data while continuing to manage endpoints in Hexnode.


---

# 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/december-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.
