# Filter, Group and Sort Tasks

You can get your task list as you want to see.

#### **1. Filters**

**Purpose:** Show only tasks that meet specific criteria (e.g., only "In Progress" tasks or tasks assigned to you).

**How to use:**

* Open the **project**.
* Click on the **Filter icon** (funnel symbol) in the top-right.
* Choose criteria like:
  * **Assignee**
  * **Status**
  * **Due Date**
  * **Custom Fields**
* You can apply **multiple filters** at once.

{% hint style="info" %}
Filters can be **saved** as a custom view (e.g., "My Tasks", "Overdue", etc.) through [Advanced Search option](/fundamentals/reporting/dashboards/filtered-views.md)
{% endhint %}

{% embed url="<https://www.loom.com/share/fcbd42f39ee7444fa7a4796cfcea55f7?sid=6d04b6c7-e58c-4103-b390-4d02988856e8>" %}

#### **2. Group By**

**Purpose:** Visually group tasks by a specific attribute (e.g., by assignee, status, or select field).

**How to use:**

* Click the **Group By** dropdown (looks like stacked bars).
* Select the field to group by:
  * **Status** (default for Kanban)
  * **Assignee**
  * **Priority**
  * **Custom Fields**

{% embed url="<https://www.loom.com/share/dee9bd485ce5439c83fb773608d7f2e2?sid=be5ffa95-d4bf-4225-8f8e-cdc5da5d9099>" %}

#### **3. Sort**

**Purpose:** Reorder tasks based on specific fields.

**How to use:**

* Click the **Sort icon** (A→Z or up/down arrow).
* Choose what to sort by:
  * **Due Date**
  * **Start Date**
  * **Priority**
  * **Custom Fields**
  * **Name**
* You can choose **ascending** or **descending** order.

{% embed url="<https://www.loom.com/share/e392c3253dc5491ea028c70211b6c84f?sid=76d777eb-354a-4bc2-b794-df7812749a3c>" %}

#### **Save Your View**

Once you've applied filters, sorting, and grouping:

* Click on the **View dropdown** at the top.
* Click **“Save”** to preserve this layout.
* You can toggle between different saved views anytime.


---

# 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://guide.smarttask.io/fundamentals/task/filter-and-sort-task.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.
