# Task Display

The Task View interface gives you two main views for managing task lists: List View and Kanban View. Each mode displays task information in a different way, helping you choose the one that best suits your needs.

### Switch Between View Modes

To switch between List Style and Kanban Style, click the 'Display' icon located in the top right corner, next to the "Settings" gear icon.

<figure><img src="/files/zh6tBT88Dt7SECxlehI3" alt=""><figcaption><p>Switch between view modes</p></figcaption></figure>

### List View

#### 👉 Customize Display Columns

* Click the 'Settings' gear icon.
* Click the checkbox next to each column name to select the columns you want to display in the task list.

You can also set the maximum number of search results to display (up to 256).

<figure><img src="/files/noWjT25Hu7Fh6MjVrOJs" alt=""><figcaption><p>Customize display columns</p></figcaption></figure>

#### 👉 Arrange Tasks

Click the Modified column to sort the task list in order of creation time (down arrow is descending from newest, up arrow is ascending from oldest).

<figure><img src="/files/JMn2eqzRGfpHKKZhYtZD" alt=""><figcaption><p>Arrange Tasks</p></figcaption></figure>

#### 👉 Live Edit

Some data fields, such as task name or status, let you edit column values ​​directly by clicking them. This feature saves you time compared to having to open task details to change information.

<figure><img src="/files/5DF9kYBXpFn6rgynCI3B" alt=""><figcaption><p>Live edit</p></figcaption></figure>

### Kanban View

The Kanban view displays tasks as cards that can be dragged and dropped between different status columns. The status columns displayed are based on the default status options you configured.

<figure><img src="/files/Us8inSZXux75bhaZoKud" alt=""><figcaption><p>Task Kanban View Modes</p></figcaption></figure>

{% hint style="info" %}
**Note:**&#x20;

* *A column will be created for every distinct task status, including any ‘custom’ statuses.*
* *To learn more about customizing task status, please refer to the '*[*Task Status*](https://support.hivo.co/tasks/task-actions/task-status)*' guide.*<br>
  {% endhint %}


---

# 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://support.hivo.co/tasks/task-display.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.
