> For the complete documentation index, see [llms.txt](https://support.hivo.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.hivo.co/changelog/1.5.15.md).

# 1.5.15

## What's Changed

### \[New Feature] Grouped Collections *(Custom Feature)*

[**Grouped Collections**](https://support.hivo.co/grouped-collections) lets you organize and share multiple collections through a single, centralized workspace. Instead of creating and managing separate links for each collection, you can group related collections together and share them with clients, partners, or internal teams using one secure link.

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

**🔹 What's New**

With **Grouped Collections**, you can:

* Organize multiple collections into a single, structured group.
* Share multiple collections with one secure link.
* Manage grouped content from a centralized location.
* Control sharing permissions, expiration dates, and track engagement through view counts and link activity.
* Collaborate by leaving comments, requesting changes, and resolving feedback directly on shared assets.

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

***

### \[New Feature] Custom UI Shared Link

[**Custom UI Shared Link**](https://support.hivo.co/assets/share-asset-s-via-url-link#id-4.-how-can-i-customise-the-ui-of-a-shared-link) option allow users to customize the appearance of Shared Link pages to enhance user experience and maintain brand consistency when sharing assets externally.

* Previously, Shared Link pages used the default system interface only. Users could not customize the appearance or apply their own branding when sharing assets externally.

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

* Now, Users can **customize the Shared Link interface** with their own branding using the new Custom UI Shared Link feature.

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

**🔹 What's New**

* Users can now customize:
  * Background Image for the header section
  * Logo Image displayed on the Shared Link interface
* The system supports 2 methods for configuring images:
  * Select directly from: Asset Library/ Collection
  * Use image URLs from external sources
* Supported Image Formats: PNG, SVG
* How to configur&#x65;**:** Select the asset(s) -> Click the **Actions** button > Select the **Share** option -> Then, the Share link dialog will open and in the Options step -> Enable the **Custom UI Shared Link**.

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

***

### \[Enhancements] QR Code Submission Notification Settings

Previously, the system automatically sent notifications for new QR code submissions without allowing admins to control which users received notifications.

Now, the system supports configuring specific users or user groups to receive notifications when there is a new QR code submission.

**🔹 What's New**

When creating a [**Consent Request Link with QR Code**:](/consent/consent-requests-links-with-qr-code/creating-a-consent-request-link-with-qr-code.md)

* Go to **Step 2 – Settings** -> Enable the option '**Send notifications for each submission**'.&#x20;
* In the **Notifications** section, select specific users or user groups who should receive notifications

<figure><img src="/files/0e9qEK9iAI0WPMike36u" alt=""><figcaption></figcaption></figure>

* Only eligible users with the '***Can Request Consent***' permission will appear and can receive notifications.

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

***

### \[Improvement] More flexible External Asset Approval

The [**External Asset Approval**](https://support.hivo.co/approvals/asset-approvals#external-approval-workflow-1) workflow now gives asset owners greater control over how external reviewers can interact with shared assets.

**🔹 Before**

* Admins/Asset owners could not control whether reviewers were allowed to download assets or submit revised versions.

**🔹 What's New**

* When creating an **External Asset Approval** request, Admins/Asset owners can choose whether external reviewers are allowed to:
  * **Download** the shared asset.
  * **Upload a new version** as part of the review process.

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

* If these options are enabled, external reviewers will see **Download/ Upload New Version/ or both** actions on the approval page.
* Every uploaded revision is automatically saved as a **new asset version** with a unique version name, ensuring existing versions are never overwritten and preserving the complete version history.

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

If you have any questions, don't hesitate to ask, we're always here to help!


---

# 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://support.hivo.co/changelog/1.5.15.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.
