# Filtering

Once tasks are assigned and the ball is rolling, you'll want to use filters to make sure you can keep track of all of the tasks assigned. You can adjust filters and your view at the top of this page, see below:

<figure><img src="/files/J4g5bE5WN9AbtnbMDc1O" alt="" width="563"><figcaption></figcaption></figure>

The first way to filter your tasks is based on due date, the type of task, the title, and when it was created. If this isn't what you are looking for, navigate to the upside down triangle by the green + button to see more options, shown below.

<figure><img src="/files/sch0G3qYxfcgIE8N5pJc" alt="" width="375"><figcaption></figcaption></figure>

Here you can filter by who is responsible, the status of the task, and who created the task. Ultimately, it's up to you how you want to filter your page, but with these options you should have everything you need.


---

# 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://help.gleantap.com/tasks/filtering.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.
