# Where's my data?

If you have any questions about where you data lives, you can always start at the [search bar](/features/search.md) at the top of the page.

Using search can quickly take you to a dataset even if you already know where it lives in your hierarchy. The search has filters which can narrow down results to a specific BI tool or type of data asset, but if you already know which tool the information you're looking for is in, you can sort through that information in different ways.

If you know you're looking for a data table or column, click the database it belongs to in the left sidebar.

![](/files/-MhtNHWgqnhsg3Aiv64F)

## Database Pages

From here, use `Cmd/Ctrl+F` or click the :mag: icon in the header to open a filter in the page. Type in a filter to narrow the results, or use the filters on the right side of the page.

![](/files/-Mibrx95lP2ZChiuPV2w)

Customize the information you see on this page by clicking the filter icon ![](/files/2qSgPtoqlNo1YzsBK7Tw)at the right side of the header.

![](/files/-MibsH-5iVQDZj1dhuvB)

### Filters

Change the **Data Type** in the dropdown to see all columns in a database. It will show all tables and views by default.

![](/files/-Mibsb83m4hrRPkNhPM4)

Check any of the [Category or Status Tag](/features/tags.md) boxes to show data with those tags applied.

![](/files/-MibsohlVszAKA0pitOv)

Find datasets which have no [Owners assigned](/data-management/data-ownership.md), or ones which belong to specific users or teams.

![](/files/-MibtLFz9KMVAvtKrF6J)

![](/files/-MhpElB2e84CughnNVEO)

See your most popular and least popular datasets, as well as those with no popularity, documentation, or tags. These filters can help you identify where you need to [add documentation](/data-management/add-documentation.md) or distinguish between excellent and subpar datasets [using tags](/data-management/tag-management.md).

![](/files/-MibtF63OBW_C8eF6l55)


---

# 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.selectstar.com/data-discovery/wheres-my-data.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.
