> 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/collections/how-to-add-asset-s-to-the-collection-s/add-an-asset-to-collection-from-the-asset-detail-page.md).

# Add an asset to collection from the Asset Detail page

This is a quick way to assign a specific asset to a Collection while you’re viewing its detailed information. Follow these steps:

#### 🔹 Step 1: **Open the asset’s detail page**

* From the Library, click on the asset’s name or thumbnail to go to its detail view.

#### 🔹 Step 2: **Go to the “Related” tab**

* This tab is usually located alongside other tabs like metadata, versions, etc.
* Here, you’ll see a list of Collections the asset currently belongs to (if any).

<figure><img src="/files/1GbGBwijo8evgNiB47xv" alt=""><figcaption><p>Go to the “Related” tab</p></figcaption></figure>

#### 🔹 Step 3: **Add asset to Collection**

* Click the pencil icon to start editing.
* Select the Collection you want to add the asset to, or deselect to remove the asset from an existing Collection.
* Click **“Submit”** to apply the updates.

<figure><img src="/files/Og1OgBcja6KQUXagI9NY" alt=""><figcaption><p>Add asset to Collection</p></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/collections/how-to-add-asset-s-to-the-collection-s/add-an-asset-to-collection-from-the-asset-detail-page.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.
