> ## Documentation Index
> Fetch the complete documentation index at: https://confidence.spotify.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction to metric collections

> Reference documentation for metric collections in Confidence.

Metric collections let you group related metrics together for easier discovery and collaboration.
A collection acts as a curated list of metrics, for example all engagement metrics for a product
launch or the key metrics owned by your team.

Everyone in your organization can view collections. You can control who can
edit a collection through permissions.

## Add and Remove Metrics

On a metric detail page, select **Add to collection** in the page header.
In the dialog, check the collections you want to add the metric to, or clear to remove it.
Click **Save** to apply your changes.

A single metric can belong to multiple collections. Adding a metric to a collection creates a
reference, not a copy.

## Filter by Collection

On the Metrics list page, open the filter bar and select a collection from the **Collection** filter
to show only metrics that belong to that collection.

The collection filter is also available in the metrics picker when adding metrics to an
experiment, helping you quickly narrow down the selection.

## Permissions

The collection owner and admins can manage access by selecting **Permissions**
on the collection page.

## Related Resources

<CardGroup cols={2}>
  <Card title="Manage metric collections" href="/docs/how-to-guides/manage-metric-collections">
    Step-by-step guide for creating and managing metric collections
  </Card>

  <Card title="Metrics" href="/docs/metrics/introduction">
    Learn about metrics in Confidence
  </Card>

  <Card title="Labels" href="/docs/labels/introduction">
    Categorize resources with custom tags
  </Card>
</CardGroup>
