> 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/collection-detail-page.md).

# Collection Detail Page

You can find these settings right under the Collection name, including:

<figure><img src="/files/iaIPPzEqSGKZ0hiZN7l6" alt=""><figcaption><p>Collection Page</p></figcaption></figure>

**🔗 Share (Chain Icon)**

* **Function**: Create and manage shareable links.
* **Details**: See *Sharing Collections* for more information.

***

**📤 Create Upload Link**

* **Function**: Temporarily grant upload-only access to external users.
* **Details**: Manage the created upload links.

***

**⬇️ Download**

* **Function**: Download collections with options for custom sizes and image enhancements.

***

**❤️ Favorite (Heart Icon)**

* **Function**: Toggle the favorite status of a Collection.
* **Details**: Collections can be filtered by this status in the Collection search page.
* **Details**: Collections can be filtered by this status in the Collection search page.

***

**⚙️ Settings Collection (Three Dots Icon), i**ncludes multiple customization tabs:

* **Details tab: View & edit info Collection**, such as the name and description. The ‘featured image’ is the banner image shown in the Detail page. ‘Order’ will determine the search ranking of the Collection if the Collection search page is being sorted by ‘default order’. See: Collection Detail Specifications to update these details.

<figure><img src="/files/U15t6859NKMQ0b3Y7Vhf" alt=""><figcaption><p>Collection Detail Page</p></figcaption></figure>

* **Related tab:** Add Collections that are related to this Collection.

<figure><img src="/files/HXv4hv7Uc2pF26ngwwmj" alt=""><figcaption><p>Related Collection</p></figcaption></figure>

* **Permissions tab:** Set who has what permissions to the collection, see[ Collection Permissions](/collections/collection-permissions.md).

<figure><img src="/files/PmB2KaEy1DoxUbDgGh9c" alt=""><figcaption><p>Collection Permissions</p></figcaption></figure>

* **Automations tab:** Set up rules so that the system automatically adds assets to the Collection when the conditions are met, see[ Automated Collections](/collections/how-to-add-asset-s-to-the-collection-s/automatically-add-assets-to-a-collection-via-rule-settings.md).

<figure><img src="/files/vataUbKEb5qOTo2TbrIZ" alt=""><figcaption><p>Automated Collections</p></figcaption></figure>

* **Public tab:** Create a Public Collection.

<figure><img src="/files/1Y3T8E7DwmaeP67LXbrq" alt=""><figcaption><p>Public Collections</p></figcaption></figure>

* **History tab:** Shows a log of all actions taken by Users on this Collection with timestamps. E.g. when the Collection was shared or had its settings modified.

<figure><img src="/files/skFR1Ku0XVoUPBXyC8JH" alt=""><figcaption><p>History Page</p></figcaption></figure>

* **Remove tab**: Deletes the Collection.&#x20;

**Note:** if you instead select the assets that are inside the Collection and remove them using the ‘Remove’ action, this will delete the Assets entirely (from the Collection, Library and elsewhere). See [deleting assets](/assets/removing-and-deleting-assets.md).

<figure><img src="/files/KZyPlsQ4aisqHDU56b7c" alt=""><figcaption><p>Remove 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/collection-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.
