# Views

{% hint style="warning" %}
Depending on the menu and the type of content, one or more views may not be available.&#x20;
{% endhint %}

Each Airdesk view was created for a specific purpose, with specific features. Below is a list of available views:&#x20;

* [**List**](/interface/overview/views.md#lista-grid)
* [**Calendar**](/interface/overview/views.md#calendario-timeline)
* [**Timeline** ](/interface/overview/views.md#calendario-timeline-1)
* [**Kanban**](/interface/overview/views.md#colunas-kanban)
* [**Cards**](#cards)

## List <a href="#lista-grid" id="lista-grid"></a>

{% hint style="info" %}
Airdesk's default view&#x20;
{% endhint %}

The view is composed of columns, similar to a spreadsheet. It allows you to change the size of the columns and reorder when selecting the column.&#x20;

![](/files/-MUEvc0qbiThDWH6dN4b)

By using the view context menu, you can configure which columns you want to view or hide. When selecting the "edit columns" option, the following menu is displayed:

![](/files/-MW4BZjm0h6twkmcU9kn)

In the left side column, you can select which columns you want to keep or hide. In the right-side column, the order of the columns is displayed. It's possible to reorder them or even remove them. There is also a shortcut to restore the columns.

### Pagination

By default, Airdesk displays 50 pages in the results, you should try to keep this value as the default option so that your work performance is the best. When increasing this number, you'll have to wait for the system to load all the data.

<div align="left"><img src="/files/ptbNEX3VEbHjqbDaJ0H2" alt=""></div>

Features available in the paging bar:

| Name   | Feature                              |
| ------ | ------------------------------------ |
| \|◀    | Jump to the homepage.                |
| ◀      | Go back one page.                    |
| \[1-9] | Jump to a specific page.             |
| ▶      | One page forward.                    |
| ▶\|    | Jump to the last page.               |
| 50 🔽  | Select a specific number of results. |

Extra features available:

<div align="left"><img src="/files/-MUEvhxMlJlLbSlCYNTO" alt=""></div>

| Name   | Feature                            |
| ------ | ---------------------------------- |
| 1 - 50 | The result number you are viewing. |
| 1547   | Total number of results.           |
| 🔁     | Update view.                       |

## Calendar <a href="#calendario-timeline" id="calendario-timeline"></a>

Ideal view to visualize, over time, the assignment of projects or tasks.

![](/files/-MUEvsFgznOkDgVXVcb0)

In this view, you can find customization tools in the bottom right corner:

| Name    | Description                                                                  |
| ------- | ---------------------------------------------------------------------------- |
| 🔍-     | Select the magnifying glass with - (minus) symbol to reduce the zoom level.  |
| 🔍 +    | Select the magnifying glass with + (plus) symbol to increase the zoom level. |
| Monthly | Change column size to **Month** / Day.                                       |
| Annual  | Change column size to **Year** / Month.                                      |
| Today   | Shortcut to re-center the calendar to today.                                 |

## Timeline <a href="#calendario-timeline" id="calendario-timeline"></a>

There are some features that allow you to manipulate tasks or projects in a very simple way, such as:

![](/files/-MUEvwcJDicoysqEhH3n)

| Name                 | Description                                                                                                                               |
| -------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
| Side bars            | Select and drag to change the start and end day (times will not be changed).                                                              |
| Move Task or Project | Hover the cursor over it and wait 2 seconds. Then you can drag so that you can move from one day to the next (the hours will not change). |
| Move Calendar        | You can select an empty space and drag to move the calendar.                                                                              |

## Kanban <a href="#colunas-kanban" id="colunas-kanban"></a>

This view is ideal for managing daily work. It's composed by vertical columns that can have personalized names (pipeline / pipeline stages).

![](/files/-MUEvq4svQgLdhzddtR1)

In this view, you can drag from one column to another in order to change the status.

## Cards

With this feature, teams can better view the progress of tasks, cases, projects in a card format.

![](/files/Wv9FAUxt6AmhNRB31Gdp)


---

# 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://en.docs.airdesk.ai/interface/overview/views.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.
