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

# 1.6.3

## What's Changed

### \[New Feature] Editing Warning Indicator

HIVO provides an Editing Warning Indicator to notify users when an asset is currently being edited, reducing the likelihood of overlapping edits by multiple users.

👉 This feature can be enabled by Client Admin: **Additional Features → Assets → Enable editing status indicator in assets.**

#### **🔹** How it works:

* Users with edit permissions can turn on the option *"Warn others that this asset is being edited."* on the Asset Detail Page (Library & Connector).
* Other users will see the notification *"This asset is being edited by \[Username]"*.
* It is purely informational and does not lock the asset.
* The warning can be manually turned off by the user who activated it or by the Asset Owner.

👉 View detailed instructions for the [**Editing Warning Indicator**](https://support.hivo.co/assets/editing-warning-indicator) here.

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

***

### Reporting Interface and User Experience Improvements&#x20;

The Reporting interface has been updated and standardized to provide a more consistent experience across reports in HIVO.&#x20;

#### **🔹 What’s New?**

* Standardized UI for list-view reports, including data tables and filters.
* Added Pagination to applicable reports for easier data browsing.
* Updated several report filters, including Client ID for Superusers.
* Added the Export CSV option for additional reports that previously did not support it.
* Implemented several default Dashboards.

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

#### 👉 Explore it now at [**Reporting**](https://support.hivo.co/reporting).

This update makes Reporting more cohesive, user-friendly, and convenient when filtering, viewing, and exporting data. HIVO will continue to optimize the Reporting architecture and further refine reports in future releases.

***

### Display Recent Places on Fullscreen Dashboard&#x20;

The Fullscreen Dashboard now includes a **"Recent Places"** option, allowing users to quickly access recently uploaded assets directly from the Dashboard.

👉 Client Admins can enable this option at: **Client Settings → Dashboard Settings → Edit Default Dashboard(s)**

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

Once activated, Recent Places will appear on the Fullscreen Dashboard, making it easier for users to track and navigate back to newly added content in HIVO.

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

👉 See how to configure the [**Dashboard Settings** ](https://support.hivo.co/client-profile/client-profile-settings/branding-and-appearance/dashboard-settings)here.

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.6.3.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.
