# March 2025

### Major Releases

<details>

<summary>API Documentation</summary>

We’re excited to announce the launch of **Unifize API Documentation v1**, designed to help developers seamlessly integrate and extend the Unifize platform.

This release marks an important milestone in enabling greater flexibility, automation, and integration for customers building custom solutions on top of Unifize.

***

#### What’s Included

* ✅ **Authentication & Authorization**
  * Secure access using Personal Access Tokens (PATs)
  * Role-based access control
* ✅ **Core API Reference**
  * Endpoints to create, update, and retrieve records
  * Access users, checklists, conversations, and attachments
* ✅ **Modular Structure**
  * Organized by core modules and use cases
  * Clean, searchable interface for fast navigation
* ✅ **Getting Started Guide**
  * Step-by-step instructions for generating tokens
  * Sample requests and responses
* ✅ **Use Case Examples**
  * Automate record creation
  * Sync external systems (e.g., ERP, PLM)
  * Build dashboards with external reporting tools

***

#### Where to Find It

Explore the full documentation here:\
👉 [Unifize Developer Portal](/developer/introduction.md)

We’ll be expanding this documentation continuously—your feedback helps shape the next version!

***

#### Need Help?

Reach out to your Customer Success Manager or email us at **<support@unifize.com>** for any integration-related queries.

</details>

<details>

<summary>Collapsible Conversations</summary>

We’ve enhanced how data can be captured in Unifize with the ability to include **Forms inside Checklists**. This improvement makes it easier to manage and input **structured, repeatable data**, all within a single record.

***

#### What’s New?

* **Built for Repetitive Data Entry**\
  Perfect for use cases like:
  * Audit responses
  * Defect lists
  * Material or parts tables
  * Batch inspection data
* **Cleaner, More Scalable Checklists**\
  Forms reduce clutter in checklists by grouping repetitive data fields into one table-style input.

***

#### Why It Matters

This update helps teams:

* Capture complex data sets in a clean, repeatable way
* Avoid long, scroll-heavy checklists for repetitive input
* Improve the accuracy and structure of critical process data

***

### Learn More

For more information, check out the full guide:\
👉 [Checklist Layout Settings](/admin-guide/customization-and-configuration/checklist-layout-settings.md)

</details>

***

<details>

<summary>Minor Releases &#x26; Bug Fixes</summary>

Admins can now select multiple items in the Manage view. This enables bulk selection of different records corresponding to any process.

</details>


---

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