# Editing Collection Metadata

## Overview

Collection metadata helps users discover and understand your data resources. As an administrator, you can customize metadata to provide context, usage information, and organizational structure for your collections.

## Working with Collection Metadata

Collection metadata includes essential information like names, descriptions, and tags. This metadata helps users:

* Find relevant collections through search and filtering
* Understand the contents and purpose of collections
* Learn about data sources and usage terms
* Discover related collections through tags

## Adding and Updating Metadata

Start by accessing your collection's metadata settings:

1. Open [Collections](/products/publisher/collections.md) and select your target collection
2. Navigate to the "About" tab
3. Update your collection information
4. Save your changes to apply them immediately

## Key Metadata Elements

Each collection includes several metadata fields:

* `Names` identify your collection and appear in search results
* `Descriptions` explain your collection's contents and purpose using rich text formatting
* `Tags` categorize your collection and improve discoverability
* `URLs` provide permanent links to your collections

## Metadata Best Practices

* Write clear, informative descriptions that explain your collection's value
* Use relevant tags to improve collection findability
* Keep names concise but descriptive
* Include any important usage terms or data source information
* Maintain consistent naming and tagging conventions across collections

## Notes

* The `Description` text-box supports a variety of text formatting features such as bolding, italics, links, and lists.
* To create tags, type a keyword into the `Tags` input field and then press the `TAB` or `ENTER` key.


---

# 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://docs.omics.ai/products/publisher/collections/editing-collection-metadata.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.
