> 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.16.md).

# 1.5.16

## What's Changed

### \[Improvement] Easier navigation from Search Results

HIVO has improved the search experience to make it easier to locate assets within their folder structure and continue browsing in context.

**🔹 Before**

* There was no quick way to navigate from an asset in the search results to its containing folder.
* Entering a folder from the search results immediately cleared the general search.

**🔹 What's New**

* In [**Asset View mode**](https://support.hivo.co/library/library-view-modes), a new **View Asset's Folder** action is available for each asset.
* Selecting **View Asset's Folder** opens the folder containing the asset and automatically switches the Library to **Folder View**, making it easier to browse related assets in context.

The general search is now only cleared when you intentionally enter a folder from the search results, providing a more predictable search experience.

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

***

### \[Improvement] Improved navigation after Upload&#x20;

([Upload new assets](https://support.hivo.co/upload/uploading-new-assets))

HIVO has improved the post-upload experience when using **Folder View** or **Tree View** in the Library.

**🔹 Before**

After uploading assets, clicking **View Batch** or **Show Folder** from the upload confirmation page could open the Library without displaying the newly uploaded assets or their destination folder.

**🔹 What's New**

* Clicking **View Batch** or **Show Folder** after an upload takes you directly to the destination folder containing your newly uploaded assets.
* Your newly uploaded assets are immediately visible, making it faster to verify uploads and continue working without having to manually locate the folder.

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

***

### \[New Feature] Product Metadata Reporting

HIVO has expanded the Reporting section with a new **Product Metadata Report**, providing deeper visibility into the metadata stored within the Product module.

**🔹 What's New**

* Added a new **Product Metadata Report** to the **Reporting** page.
* For clients using a custom Product module name, the report will reflect that naming convention.
* View a summary of all metadata fields used within Products, including:
  * Metadata Keys
  * Metadata Values
  * Usage Counts

<figure><img src="/files/iB1aGndcFk1KCmCXa342" 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.16.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.
