# Filtering Data in Tables

## Filtering Data in Tables

Explorer's filtering system helps you narrow down large datasets to find specific information. The filtering tools are located in a sidebar on the left side of any data table.

### Using the Filter Sidebar

The filter sidebar organizes all available filtering options into categories. Each category shows:

* Available filter values and their counts
* A search box to find specific values
* Checkboxes to select multiple values

Use the search bar at the top of the sidebar to quickly locate specific filter categories.

### Applying and Managing Filters

To filter your data, expand a category by clicking the "+" icon and select the values you want to filter by. The main table updates automatically to show only matching records.

When filters are active:

* They appear at the top under "Applied Filters"
* Click the "x" next to a filter to remove it
* Use "Clear all filters" to remove all active filters at once

{% hint style="info" %}
Try combining filters from different categories to precisely target the data you need.
{% endhint %}


---

# 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.omics.ai/products/explorer/filtering-data-in-tables.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.
