> 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/sensitive-assets.md).

# Sensitive Assets

## What happens when an Asset is marked as Sensitive?

Sensitive assets will have a 'Sensitive' watermark on the thumbnail image in the Library. Users with the [User Right to be able to view sensitive assets](/client-profile/users/list-of-user-rights.md) will still be able to search for sensitive assets in the regular search results. You can use the Library's "sensitive" filter (click the down arrow in the search bar) to see only sensitive content:&#x20;

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

### Who can mark Assets as sensitive?

Users with the [User Right to be able to view sensitive assets](/client-profile/users/list-of-user-rights.md) via the '**Can marked asset sensitive'** User Right will be able to mark Assets as sensitive:

<figure><img src="/files/9SIcwNRWWTRvMBGJAB9K" alt=""><figcaption></figcaption></figure>

### How to Mark Assets as Sensitive in the Library

You can mark Asset as sensitive in two ways:&#x20;

* **In Library Actions**: [Select the Asset ](https://support.hivo.co/library/selecting-assets)you want to mark => Select 'Action' and select the '**Sensitive**' option from the action menu.

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

### How to Mark Assets as Sensitive from the Asset Detail Page

* **In the Asset Details Page**: Open the asset's details page, click on the '[**permissions**](/assets/asset-detail-page.md#asset-permissions)' gear icon => select the '**Sensitive**' option.&#x20;

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

### How to Mark Assets as Sensitive During Upload

You can also mark assets as sensitive immediately upon upload in the '[Asset details](https://support.hivo.co/assets/asset-detail-page)' step during upload:

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

### Default Sensitive Settings in Client Profile

To set a blanket rule to mark all assets in the account as sensitive after a certain date, navigate to Client Profile => Settings tab => [Sensitive Settings](https://support.hivo.co/client-profile/client-profile-settings/sensitive-settings). Here you can set a Client-wide default sensitivity date and configure options to notify Admins when Assets are marked as sensitive.

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


---

# 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/sensitive-assets.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.
