# Filter

There are multiple ways to filter rows out of your dataframe within Mito.&#x20;

If you are looking to filter out rows through the user of conditions (greater than, less than, contains, etc), see:

{% content-ref url="/pages/gE3O0X8pEWQPC1SH96Vn" %}
[Filter By Condition](/how-to/filter-data/filter-by-condition.md)
{% endcontent-ref %}

If you are looking to filter out specific values:

{% content-ref url="/pages/ZZmiq86eitdJCtFlHBFl" %}
[Filter By Value](/how-to/filter-data/filter-by-value.md)
{% endcontent-ref %}

If you are looking to just delete specific rows from your dataframe, see [Deleting Rows.](/how-to/deleting-rows.md)


---

# 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.trymito.io/how-to/filter-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.
