# Manual Data Enrichment

The app allows you to enhance your product data by categorizing it in the catalog and linking attributes to products without needing a transformation rule. To do this, you can create a new property that isn’t listed in the data feed and complete the categorization in the enrichment tab.

1. Complete steps to [add a property](/how-to-guides/product-data/manage-and-transform-product-properties.md), or work with an existing property.
2. Save the property settings.
3. Navigate to the left hand side menu, **Product Data**, and select **Enrichment**.

#### Within the Enrichment Tab

1. Select the property and specified value within the left panel.
2. Attach the associated product(s) with this value or values by **selecting the product checkbox** in the right panel.
3. Select **Update selected values** to save your value and product association.

#### **Key Tips for Efficient Enrichment**

* **Using the Right-Side Panel**\
  The right-side panel acts as the catalog, allowing you to filter by various product values or use the search functionality to quickly locate and select your desired products.
* **Update Selected Values Button**\
  The **Update Selected Values** button offers additional options when you select the arrow:
  * **Clear Selected Values:** This option removes all selected attributes and with the associated product(s).
  * **Update and Clear Selected Values:** This clears existing selections and applies new ones in a single action. This feature helps streamline updates and ensure accuracy.
* **Be Cautious of Feed Overrides**\
  Enriching product data through this method can override mapped feed property settings. However, be aware that if the feed is re-indexed or if other property settings are applied, it may lead to overlaps or conflicts in the product data.


---

# 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.crobox.com/how-to-guides/product-data/manual-data-enrichment.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.
