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

# October 2025 Release Notes

### Asset Panda Web  <a href="#add-a-new-account" id="add-a-new-account"></a>

#### **Editable Field Data Types** <a href="#unify-collections-in-forms-to-streamline-workflows-and-optimize-work-orders" id="unify-collections-in-forms-to-streamline-workflows-and-optimize-work-orders"></a>

The data type of existing fields can be modified after saving a new field. For example, a Text field can be converted to a Number field. Changing the data type will erase all existing values in that field for current records. Note that Pull from another collection data type field cannot be edited once saved.

&#x20;

***

### Integrations &#x20;

#### **Record-Level Tickets Section** <a href="#webhooks" id="webhooks"></a>

A new Tickets tab on each record consolidates ticket information from multiple platforms, including Zendesk, with Jira support coming soon. Users can expand each platform category to view ticket details such as Ticket ID, Status, Subject, Assignee, Requester, and Date.

#### Asset Panda In-App Console for Zendesk <a href="#asset-panda-in-app-console-for-zendesk" id="asset-panda-in-app-console-for-zendesk"></a>

The Asset Panda app is now accessible directly inside the [Zendesk interface](/integrations-store/ticket-management/zendesk-integration.md). This integration allows logging in, searching, and linking Asset Panda records without leaving Zendesk. Two-way linking enables multiple records to be connected to a ticket and vice versa. Linked ticket information is visible in Asset Panda, including clickable Zendesk Ticket IDs.

#### Microsoft Active Directory On-Prem

The configuration page now shows the latest installer and scheduler version numbers and their last update dates. Version details are dynamically fetched and automatically refreshed when new releases become available, helping maintain up-to-date setups.


---

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