> 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/assets/editing-warning-indicator.md).

# Editing Warning Indicator

The Editing Warning Indicator feature allows you to notify team members when an asset is actively being edited. This prevents duplicate work, data overwrites, and the accidental use of assets before they are ready.

👉 Note: Editing Warning Indicator is an **Additional Feature** and must be enabled by a Client Admin: **Additional Features → Other → Enable editing status indicator in assets**.

If your organization is unable to enable it, please contact the HIVO Support team.

### 1. How to enable the asset editing warning

* This feature syncs seamlessly across the Library and Connectors (plugins integrated with working tools like InDesign, Figma, etc.).
* The warning status must be manually turned on and off by users and does not automatically detect when an asset is being edited.

#### 🔹 **Step 1: Turn on the editing warning**

* Access the Library or open the Connector in your active application.
* Select the asset -> click View Detail to open the **Asset Detail Page.**
* Locate the toggle switch directly below the asset: ***"Warn others that this asset is being edited."*** And switch the **toggle to On**.&#x20;

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

Display changes after turning on:

* For you: The toggle shows in the On state.
* For teammates: A notification badge displays on the asset detail page with the text: ***This is being edited by \[User Name].***&#x20;

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

* In Library view: Assets with an active editing warning display a pencil icon in the top-left corner to notify other users.

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

#### 🔹 **Step 2: Edit Asset & Upload new version**

👉 Note: The warning is **informational only**. It does not prevent other users from accessing or editing the asset. The warning status remains active until manually turned off, even if you close your browser or exit the application.

Once the editing warning is turned on, carry out your asset edits as usual. This may include updating **metadata, tags, asset information, or editing the asset.**&#x20;

* Editing directly on HIVO using the **Editor feature:**
  * On the asset detail page, switch to **Customize** tab -> select **Open Image Editor** and make your changes.&#x20;
  * Once finished, select **Export** and **Save as new version.**&#x20;
  * Simply enter a version name, and the system will automatically save the new version for that asset.

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

* Editing via a third-party application (not editing directly on HIVO). After completing your edits, **click the plus icon (+) to upload a new version.**

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

#### 🔹 **Step 3: Turn off the warning upon completion**

Once editing is finished and the latest version of the asset is uploaded:

* Switch the ***"Warn others that this asset is being edited"*** toggle back to Off.
* The warning badge visible to other users disappears immediately, signaling that the asset is ready for use.

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

### 2. Who can do what? (User Permissions)

Permissions for this feature are defined based on your role and access rights for each asset:

| **Permission**                   | **Asset Owner** | **User with Edit Access** | **User with View Access** |
| -------------------------------- | :-------------: | :-----------------------: | :-----------------------: |
| Turn on asset warning            |       YES       |            YES            |             No            |
| Turn off warning set by yourself |       YES       |            YES            |             No            |
| Turn off warning set by others   |       YES       |             No            |             No            |
| View warning indicator           |       YES       |            YES            |            YES            |

👉 Note: Users with View-only permission will only see the warning badge when an asset is being edited; the toggle control is completely hidden from them.

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/assets/editing-warning-indicator.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.
