# Feature Preview

## The following features will be released on August 27th:

**Multi File Upload**

A new file uploader now allows users to attach multiple documents at once via drag and drop. Previously, each document had to be added individually using a separate upload field.

**Before**: A separate uploader had to be added for each document.

<figure><img src="/files/SpESzmTVey1saf0C3V1E" alt=""><figcaption></figcaption></figure>

**After**: Multiple files can be added simultaneously in one step.

<figure><img src="/files/CAmpEHSluuai5LY1y57A" alt=""><figcaption></figcaption></figure>

## The following features were released on June 5th:

**New state filter**\
The dashboard now displays all processes within the retention period, regardless of the display limit. These processes can be searched and filtered using the search and filter options. The maximum number of statically displayed processes has been reduced to 1'000. To support more efficient searching, a new filter by process state has been introduced.

Dashboard before&#x20;

<figure><img src="/files/qqCh8HfhZ6iZBfbdUsyr" alt=""><figcaption></figcaption></figure>

Dashboard after:

<figure><img src="/files/c4j7D4wkCzG1CHjWOJLk" alt=""><figcaption></figcaption></figure>

**Link between Signature Order and Process**

In the fidentity dashboard, it is now possible to navigate from a signature order to the corresponding identity process. This link is only available if the user has the appropriate permissions for both the signature order and the associated process section.

Link from process to Signature Order:

<figure><img src="/files/sjWMlTZNwJbA41JzYZyF" alt=""><figcaption><p>Process View – Link to Signature Order</p></figcaption></figure>

Link from Signature Order to process:

<figure><img src="/files/EW8AG97bC8C93hPjNVHN" alt=""><figcaption></figcaption></figure>

## The following feature was released on January 30th:

**Cancel Reason in Dashboard**

Please note that this feature is applicable only to QES customers.

For blocked processes, the cancel reasons already provided via API will now also be displayed under "metadata" in the dashboard. These reasons explain why processes were blocked. Blocked scenarios include, failure to meet the defined minimum age requirement, maximum rescan attempts reached, invalid countries or fraud detected by an agent.

<div align="left"><figure><img src="/files/dn3qrOCzIARVV1p4IvGe" alt=""><figcaption></figcaption></figure></div>

## The following feature was released on January 30th:

**Welcome Screen**

{% hint style="warning" %}
Please inform us by January 6, 2025, if you wish to have the feature **disabled**. The new screen will be available for testing in mid-December 2024. Please refer to the release notes for more details.
{% endhint %}

To better prepare users for the process, a welcome screen is being introduced. This screen provides an overview of the required items for the process and highlights the available video tutorials. During the process the new welcome screen is displayed first, before the initial stepper.

<div align="left"><figure><img src="/files/sdtij0uXQ26TpEzFVf9S" alt="" width="278"><figcaption></figcaption></figure></div>

For QES solutions, the screen is displayed automatically. For non-QES solutions, the screen can be activated by including the "Welcome" process step during initialization:

```postman_json
 "processSteps": [
  {
    "type": "Welcome",
    "subtype": "main"
  },
  ...
]
```

## The following features were released on November 21st:

### November 14: v5.13.5

**Signature Order cancellation**

With the new Cancel button, signature orders can now be canceled. The order status changes to "canceled," and users attempting to access a canceled process via an existing link will see a notification indicating that the process has been terminated. This message applies when no abort redirect has been configured.

<figure><img src="/files/7fycnQY4dtv26vDA2OCq" alt=""><figcaption></figcaption></figure>

### November 4: v5.13.4

**Signature Order search and filter**

In the Signature Order module, processes can now be filtered by title, ID, and signing person. Additionally, filters for date and status have been introduced to streamline process management.

<figure><img src="/files/iyXr267XA2LIEnhll3g3" alt=""><figcaption></figcaption></figure>

### October 31: V5.13.1

**Skip NFC**

With the new "Skip Readout" button, users can choose to bypass the NFC step before it begins. When skipped, the process automatically directs them to an agent review. The fallback NFC readout within the app remains available as a secondary option. This feature is available for QES hybrid tenants.

<div align="left"><figure><img src="/files/HXqbaMFQ9lAv4vqHEIo3" alt=""><figcaption></figcaption></figure></div>

## The following feature was released on October 7th:

#### **Adjustable color for loading bar**

The color of the loading bar can now be customized in our theming app. Both the bar and background colors can be defined.&#x20;

1. loading-animation-color: Loading bar color in light mode
2. loading-animation-background-color: Loading bar background color in light mode
3. loading-animation-color-alt: Loading bar color in dark mode
4. loading-animation-background-color-alt: Loading bar background color in dark mode

<figure><img src="/files/TnFAW1DvYMcn2PzIOXP3" alt=""><figcaption></figcaption></figure>


---

# 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.fidentity.ch/others/release-management/feature-preview.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.
