# Filter

As its name says "**Filter**" task allows you to filter your dataset by a certain value of a certain key:

<figure><img src="/files/rq2MsiRXffzDN9pU4e2V" alt=""><figcaption><p>An example of a simple filter</p></figcaption></figure>

If you are looking for more advanced and selective filtering options, it can be done with "[Transformer](/pipelines/tasks-ip/transformers.md)", "[Processor](/pipelines/tasks-ip/processor.md)" or even "[Code](/pipelines/tasks-ip/code.md)" by using Python.


---

# 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.ylem.co/pipelines/tasks-ip/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.
