# Create New a Collection

### How to **Create a Collection**&#x20;

Users with permission can create a **New Collection.** The following guide will walk you through how to create a new collection in just a few simple steps.

#### **🔹 Step 1:** Click on the folder icon

Navigate to **Collections** and Click the **📁 folder icon** at the top right corner of the screen to start creating a new collection.

<figure><img src="/files/We9od9ITpLoUFjRjFNWh" alt=""><figcaption><p>Creating a Collection Folder</p></figcaption></figure>

#### **🔹 Step 2:** Fill in the information in the "New Collection"&#x20;

A new Collection pop-up window will appear. Fill in the necessary information to easily manage and search the collection later:

<figure><img src="/files/LZdRGO6A2KGdxSs19Iex" alt=""><figcaption><p>Fill in the information in the "New Collection"</p></figcaption></figure>

* **Enter Collection Name**\
  Enter a name for your collection in the **Name** field. This name will appear in the Collection list for easy management.
* **Add Categories to Collection:**
  * Add one or more **Categories** to organize your collection. Categories are hierarchical (parent-child structure).
  * You can browse existing categories by clicking the **Categories** button at the top right of the Collection list.
* **Add Tags**\
  Type any **Tag** name and press **Enter** to add it. Tags help with filtering and searching for collections later.
* **Location**\
  You can assign a specific **geographical location** to the collection — useful when organizing assets by region or capture location.
* **Metadata (optional)**\
  Optionally, click **Edit Metadata** to add extra details such as a description, project owner, or related project information.

### How to search for Collections that you have permission to view

#### **Search by Collection Name**

Users can search for a **Collection** by typing keywords into the **search bar** within Collections. **HIVO** will display folders related to the search terms. Click a Collection to view the [Collection Details page.](https://support.hivo.co/collections/collection-detail-page)

<figure><img src="/files/LHyWsgXw5eqvtad9shbb" alt=""><figcaption><p>Search by keyword</p></figcaption></figure>

#### **Filtering Collections**

You can use filters to quickly search and narrow down the list of displayed collections.&#x20;

* **Favorite:** Select the **Favorite** filter to show only the collections you have marked as favorites.
* **Date Created:** Filter collections by **date created**. You can select a specific time range to view collections created within that period.
* **Date Modified:** Filter by **last modified date** to see collections that were recently updated.
* **Tag:** Enter a tag name to display only collections that include that tag. This is a useful way to group collections by topic or project.

<figure><img src="/files/wXjZptJ0DbJK57gqgFJq" alt=""><figcaption><p>Search for a Collection</p></figcaption></figure>

If you have any questions, don't hesitate to ask, we're always here to help!


---

# Agent Instructions: 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:

```
GET https://support.hivo.co/collections/create-new-a-collection.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
