# Data Discoverability

The previous [article](/data-governance/modifying-asset-details.md) covered how data assets can be enriched in the platform.

Now, we’ll be looking into how those enrichments can assist with searching and filtering Data Assets in the Resource Catalog.&#x20;

1. Navigate to the Resource Catalog page.

<figure><img src="/files/DJ2VsDKn6FQFBX6HYtoa" alt=""><figcaption></figcaption></figure>

2. Use the Filter panel to specify the type, owner, deployed date, or tags to narrow down your search.&#x20;

<figure><img src="/files/rzY0U8IiolOewyplSDAE" alt=""><figcaption></figcaption></figure>

3. Click on *Apply Filter*. You will see the filters applied reflected on the resource catalog.

<figure><img src="/files/Zqyg8rdjn3omIr7KNRoj" alt=""><figcaption></figcaption></figure>

4. Next, search for the deployed data assets using the search bar. The searched term is matched against the name and description of the asset, and if found, the matched asset is returned in the results.

<figure><img src="/files/ssIYwl1WJqGB4StmbgYp" alt=""><figcaption></figcaption></figure>

This concludes the searching and filtering of data assets in the resource catalog. In the next [article](/data-governance/data-profile.md), we will look at how to generate the data profile for the above asset.


---

# 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://documentation.astera.com/data-governance/data-discoverability.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.
