# How to calculate enrichment for specific categories only

### Why set enrichments for specific categories?

When dealing with various product types, each may need its own set of details. For instance, what you need to know about a gadget will not be the same for a t-shirt. By customizing the information for each [category](/api-reference/endpoints/categories.md), you ensure that every [product](/fundamental-concepts/data-management.md) meets your standards, making it easier to manage and present them effectively.

### Setting a category scope for an enrichment insight

To calculate category enrichment, go to 'Settings' > 'Enrichment Insights'. To add a [category](/fundamental-concepts/data-model.md) to an existing enrichment, hover over the specific enrichment row and click the <i class="fa-pen">:pen:</i>-icon on the right. To create a new enrichment, click 'Create enrichment insight' in the top right corner.

<figure><img src="/files/T1fwfzJ85cpt4jURtnnF" alt=""><figcaption><p>Enrichment insights page</p></figcaption></figure>

When on the create or edit page, click '+ Add new rule' to add a new scope to the enrichment insight. The add and edit pages look the same.

<figure><img src="/files/xrNrPOPoZd4uZRgOgf07" alt=""><figcaption><p>Enrichment edit page where you can add new rules</p></figcaption></figure>

This will open up a window where you can select the scope of the enrichment. You will be presented with a drop down menu. Click to open it, and select 'Entities in specific category'.&#x20;

A new section will show up, prompting you to select a specific [category](/fundamental-concepts/data-model.md). Select the desired [category](/fundamental-concepts/data-model.md) you would like to calculcate enrichment for.

<figure><img src="/files/wD5Fv7aeME5neexHQTJ0" alt=""><figcaption><p>Category selector</p></figcaption></figure>

Once you have chosen the [category](/fundamental-concepts/data-model.md), click 'Next'. This will lead you to the field selector, where you can select which fields need to be filled for the enrichment process to be 100%.

<figure><img src="/files/blbhBJmQVjyENi4f38e7" alt=""><figcaption><p>The field selector</p></figcaption></figure>

Submit and save your changes. This will apply the enrichment insight to the [products](/fundamental-concepts/data-management.md) within the selected [category](/fundamental-concepts/data-model.md).


---

# 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.struct.com/tutorials/guides/how-to-use-enrichment-insights/how-to-calculate-enrichment-for-specific-categories-only.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.
