# 3. Hide Unwanted Datasets

Hide datasets created in personal spaces, or for testing purposes which aren't relevant to the entire company.

Click the name of your database in the **left sidebar** to see all the schemas and tables in your data warehouse.

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

Use `Cmd/Ctrl+F` to open a filter where you can search for specific datasets to remove, or use the filters in the right sidebar to show items with the lowest popularity.

This can help identify un-used datasets or datasets only used for testing purposes.

<div data-full-width="true"><figure><img src="/files/l8Ptf4BKfyFhfGV1Bgn2" alt=""><figcaption></figcaption></figure> <figure><img src="/files/uYdyr5xoyZ7xneO5Lkm5" alt=""><figcaption></figcaption></figure></div>

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

Select the datasets you'd like to hide (Use `Shift` on your keyboard to select consecutive items) and click the **Hide** button.

You'll be prompted to confirm before deleting.

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

You'll be able to add the data back if you need to later. See this page on [managing data sources](/data-source-management/manage-data-sources.md) for more information.


---

# 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/getting-started/clean-up.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.
