> For the complete documentation index, see [llms.txt](https://docs.enzyme.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enzyme.finance/onyx-user-documentation/administration-app/editor/manage-a-collection.md).

# Manage a Collection

## Vault Information

A **Collection** information can be edited from the Vault Collection homepage using the **Edit** function.

<figure><img src="/files/27G1BlqwwmLJkFcg0h89" alt="" width="368"><figcaption></figcaption></figure>

<details>

<summary>Information</summary>

You can update at any moment:

* Collection Name
* Subdomain
* Tagline
* Description

</details>

<details>

<summary>Icon</summary>

<figure><img src="/files/3Pq92Hs5XQFqzFnLWbz8" alt="" width="238"><figcaption></figcaption></figure>

<figure><img src="/files/l9nt2tDYtPwq0hUs92Ea" alt="" width="375"><figcaption></figcaption></figure>

</details>

<details>

<summary>Cover</summary>

<figure><img src="/files/nIf8lzFeHaCjkNCjoHsK" alt="" width="238"><figcaption></figcaption></figure>

<figure><img src="/files/CMf2R9SUvn5nlAH1zfnv" alt="" width="375"><figcaption></figcaption></figure>

</details>

<details>

<summary>Social Channels</summary>

<figure><img src="/files/4shEgcsonFXxVPsZEjgZ" alt="" width="240"><figcaption></figcaption></figure>

</details>

<details>

<summary>Theme</summary>

Your customers will see Vault Collections in either Light or Dark mode, and you can customize the primary colors to reflect your brand.

<figure><img src="/files/6PaFfLMrrJr1dnAoAqGe" alt="" width="348"><figcaption></figcaption></figure>

</details>

## Adding a Vault

Vaults can be added to **Collections** from the Vault Collection homepage using the **Edit Vault Selection** function.

<figure><img src="/files/Xr3yGHnoo7GhJcO7vhNN" alt="" width="375"><figcaption></figcaption></figure>

Select the desired Vaults and **Save Selection**. The Vaults will appear in your Vault Collection, under **Managed Vaults**.

<figure><img src="/files/0AquSNaGvt00LEdh0iwZ" alt="" width="375"><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://docs.enzyme.finance/onyx-user-documentation/administration-app/editor/manage-a-collection.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.
