> For the complete documentation index, see [llms.txt](https://v2.dataos.info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://v2.dataos.info/consume/v1/discover/search-the-hub/filters.md).

# Filters

Filters narrow the Hub to the products that match specific metadata. Use them when the list is large and you want to focus on a domain, a product type, a quality or run status, a set of tags, or the members behind a product. Filters and keyword [search](/consume/v1/discover/search-the-hub.md) work together: search matches text, filters match structured metadata.

## Open the filter panel

Click the filter icon at the top left of the product list to expand the **Filter by** panel. Click a category to expand it, then select one or more values. The **All** / **My Data Products** toggle works alongside filters: keep **All** to filter across the tenant, or **My Data Products** to filter only what you own or are a member of.

## Categories

Each category shows the values available in the selected tenant. Select multiple values within a category, and combine categories at once.

* **Domain:** focus on one business area, such as `marketing`, `logistics`, or `platform`. Use it when you know which part of the business owns the data.
* **Type:** limit to a kind of entity. Select `dataproduct` to see only Data Products.
* **Quality:** *Passing* (no open quality issues, safe to rely on) or *Failing* (open issues worth checking first).
* **Last run:** *Successful* (outputs are current) or *Failed* (outputs may be missing or stale).
* **Tags:** narrow to a topic, source, or convention your team uses.
* **Members:** find products owned or maintained by a specific person, so you know who to trust or contact.

## Combine and clear

Applied values narrow the list to products that match **every** selected category; multiple values within one category match **any** of them. Clear a value to widen the list, or clear all to return to the full list.

Next: open a promising product and continue to [Evaluate](/consume/v1/evaluate/overview.md).


---

# 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://v2.dataos.info/consume/v1/discover/search-the-hub/filters.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.
