# Filter

In the results table, you have the ability to filter data before exporting it to other applications. There are two types of filters you can apply to narrow down your results.&#x20;

The first filter is a general search field located in the top left of the results table. This filter works across all columns and displays rows that contain a text match to the search term.&#x20;

The second filter is specific to a column, allowing for more precise control. To use this filter, click on the three horizontal line icon in the column header. A pop-up will appear where you can specify the search criteria. You can choose whether the search term should be contained or not contained in the column, whether the column should start or end with it, and more.


---

# 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://mappl-io.gitbook.io/mappl.io-docs/results-table-output/filter.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.
