> 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/~/changes/eaCuYFhybbREuBouwZp6/library/library-actions.md).

# Library Actions

Library Actions can be performed one or more Assets to complete a certain workflow, task or action.

## Choosing a Library Action

First [select the assets](/~/changes/eaCuYFhybbREuBouwZp6/library/selecting-assets.md), then the **ACTIONS** button in the top right of library will become clickable which contains a list of available actions to perform on your selected assets. Once you have clicked the **ACTIONS** button, the menu will appear:

<figure><img src="https://2446612760-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0sjg5GpIPr5HzBTJYqYe%2Fuploads%2FMaCUIm3eJvlvtiK13Q5z%2FScreenshot%202024-05-24%20at%2011.49.17%E2%80%AFam.png?alt=media&amp;token=8c438f09-2ef5-456f-ac83-1be54782678f" alt="Library Actions"><figcaption><p>Library Actions</p></figcaption></figure>

## Available Library Actions

The following Library Actions are available to full access Admin users once the **ACTION** button has been clicked (**Note**: Regular or Light users may not see all these options in their account due to an accounts [User Rights](/~/changes/eaCuYFhybbREuBouwZp6/client-profile/users/list-of-user-rights.md) configuration)

* Favourite - [See: Favourite Assets](/~/changes/eaCuYFhybbREuBouwZp6/assets/favourite-assets.md).
* Nudge - [See: Nudge Asset](/~/changes/eaCuYFhybbREuBouwZp6/assets/sharing-assets.md#nudge-asset).
* Share - [See: Shared Links](/~/changes/eaCuYFhybbREuBouwZp6/assets/sharing-assets.md#shared-links).
* Rename - See: Rename Assets.
* Edit Tags - Add or remove [tags](/~/changes/eaCuYFhybbREuBouwZp6/assets/tagging-assets.md) from all selected Assets.
* Edit Metadata - Add new [metadata](/~/changes/eaCuYFhybbREuBouwZp6/assets/asset-metadata.md) entries to selected Assets. If an Asset already contains the added field, it will be overwritten.
* Edit Folder - Enter in a new [folder](/~/changes/eaCuYFhybbREuBouwZp6/library/view-modes.md) path for the selected Assets. In the input field, existing folders will appear as options, or you can type in a new path. Hit enter to add the value, or backspace to delete a nesting level.
* Edit Related - See: Related Assets.
* Edit Permissions - Modify [permissions](/~/changes/eaCuYFhybbREuBouwZp6/assets/asset-detail-page.md#asset-permissions) on the selected Assets.
* Edit Collections - Add or remove the selected Assets from given [Collections](/~/changes/eaCuYFhybbREuBouwZp6/collections.md).
* Edit Tasks - Add or remove the selected Assets from a given Task.
* Approve - [See: Approvals](/~/changes/eaCuYFhybbREuBouwZp6/approvals.md).
* Edit Archive Date - [See: Archiving Assets](/~/changes/eaCuYFhybbREuBouwZp6/assets/archiving-assets.md).
* Edit Sensitive Date - [See: Sensitive Assets](/~/changes/eaCuYFhybbREuBouwZp6/assets/sensitive-assets.md).
* Edit License Expiry Date - [See: License Expiry Settings](/~/changes/eaCuYFhybbREuBouwZp6/client-profile/client-profile-settings/license-expiry-settings.md).
* Remove - [See: Removing Assets](/~/changes/eaCuYFhybbREuBouwZp6/assets/remove-assets.md) (**Note:** You can contact <support@hivo.com.au> to recover accidentally deleted Assets).
* Automations
  * Detect Tags - Generate [automatic tags](/~/changes/eaCuYFhybbREuBouwZp6/assets/tagging-assets.md) on the selected Assets.
  * Detect Faces - Runs [facial recognition](/~/changes/eaCuYFhybbREuBouwZp6/recognition.md) on selected assets.
  * Create Thumbnail Versions - Generates a 300x300 .jpeg Version with a minimal download size (\~15kb). This Version is used across HIVO for small previews, such as in the Library.
  * Create Web Versions - Generated a scaled down version of the image Assets for reduced file size, down to a max width of 2048px. The dimensions will be retained.
* Export Data - See Export Data.


---

# 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/~/changes/eaCuYFhybbREuBouwZp6/library/library-actions.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.
