> For the complete documentation index, see [llms.txt](https://docs.struct.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.struct.com/tutorials/guides/how-to-use-enrichment-insights/how-to-filter-entities-by-current-enrichment-value.md).

# How to filter entities by current enrichment value

### Filtering by current enrichment value

To filter [products](/fundamental-concepts/data-management.md) by their enrichment value, navigate to 'PIM' > 'Search'. Use the left menu to add filters and click 'Add filter' to begin.

<figure><img src="/files/gzXwMcHC6aEYwYCpmvbi" alt="The &#x27;Search&#x27; page displaying all products"><figcaption><p>'Search' page displaying all products</p></figcaption></figure>

A dropdown menu will appear, asking you to select the type of filter you want to apply. Click it to display your filter options.

<figure><img src="/files/39B19ZuqEtvrDLTPi7tT" alt="The dropdown menu containing the filter types"><figcaption><p>Dropdown menu containing the filter types</p></figcaption></figure>

We will select the 'Completeness: Electronics Basic Information'. Choosing this option will reveal a slider, showing the progress of the enrichment process.

<figure><img src="/files/6DObEx3OWAQa44Q1EuCe" alt="The completeness slider"><figcaption><p>The completeness slider</p></figcaption></figure>

You can now filter all the [products](/fundamental-concepts/data-management.md) by the completeness of their enrichment.

{% hint style="info" %}
You can mark all the products that show up when filtering by completeness, and add them to a new task by clicking the ![](/files/jhAUh0tRjraQtdldBM0A) above the products table.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.struct.com/tutorials/guides/how-to-use-enrichment-insights/how-to-filter-entities-by-current-enrichment-value.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
