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

# Step 3: Use Metadata to improve discoverability

export const SiftIcon = ({className}) => <span className={`inline-flex items-center align-middle text-black dark:text-white ${className || ''}`}>
    <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Artwork" x="0px" y="0px" viewBox="0 0 1005.58 733.96" style={{
  enableBackground: "new 0 0 1005.58 733.96",
  width: "2em",
  height: "2em"
}} xmlSpace="preserve">
      <path fill="currentColor" d="M552.16,150.89c-165.6,0-180.29,160.61-300.62,192.32v2.67h601.24v-2.67C747.74,324.18,717.72,150.89,552.16,150.89z   M453.46,583.08c165.6,0,180.29-160.61,300.62-192.32v-2.67H152.84v2.67C257.88,409.78,287.91,583.08,453.46,583.08z" />
    </svg>
  </span>;

## Overview

In this step, you will attach the Metadata key you created to the Run from the LEO dataset in Tutorial 1 and use it to search for and locate that Run.

## Attach Metadata key to a Run

1. Click <SiftIcon className="icon-sift" /> **Sift**, then in the **Run name or description** box, enter the Run name from Tutorial 1.
   * **For example**: fl\_tutorial\_1\_run
2. In the **Runs** table, click the name of the Run.
   * **For example**: fl\_data\_source
3. Click **Edit**.
4. Click **Add Metadata**.
5. In the **Select or create** list, select the name of the created Metadata key.
6. In the **Enter or select value** list, select the created option for the Metadata.
   * **For example**: fl\_option\_1\_data\_source
7. Click **Save Changes**.

## Search for a Run using its attached Metadata key

1. Click <SiftIcon className="icon-sift" /> **Sift**, then in the <Icon icon="stopwatch" /> **Runs** tab, click **Metadata**.
2. In the **Select key** list, select the name of the Metadata key created in the previous step.
3. In the **Enter or select value** list, select the created option for the created Metadata.

Each resource tab in Sift, such as **Runs**, **Assets**, **Annotations**, **Rules**, **Reports**, and **Calculated Channels**, includes a Metadata filter that lets you search for resources using attached Metadata, making it easier to locate specific data as your workspace grows.
