# 7.1 Different Views for Item

It allows users to view and organize project items (such as phases, milestones, tasks, and issues) in multiple ways. It provides users with various view options to help them focus on the items they need to work on and better understand their project’s progress.

One of the views available is the **List view**, which shows all items in a list format. Users can sort, filter, and search for items based on different criteria.&#x20;

Another **view** is the **Kanban/board**, which displays items in columns based on their status. Users can move items between columns to update their status and prioritize their work.

The **Calendar view** is another option that shows items in a calendar format, with their due dates displayed on the appropriate dates. This view benefits users who need to plan their work around specific dates or deadlines. Finally, the timeline view provides a visual representation of all items in a project, showing their start and end dates and their progress over time.

The **Gantt chart view** visually represents the project timeline, critical path, revised critical path, etc., showing each task's start and end date and how they relate.

With this feature, users can choose the view that best suits their needs and preferences, making it easier to stay organized and focused on their project tasks. They can also switch between views, providing a comprehensive and flexible project management solution.

**Onethread offers four view modes**. These views can be accessed from both outside and inside of projects.

* [<mark style="color:purple;">**List View**</mark>](/5.-managing-project/5.2-project-dashboard/7.1-different-views-for-item/7.1.1-list-view.md)
* [<mark style="color:purple;">**Kanban/Board View**</mark>](/5.-managing-project/5.2-project-dashboard/7.1-different-views-for-item/7.1.2-board-view.md)
* [<mark style="color:purple;">**Calendar View**</mark>](/5.-managing-project/5.2-project-dashboard/7.1-different-views-for-item/7.1.3-calendar-view.md)
* [<mark style="color:purple;">**Gantt chart View**</mark>](/5.-managing-project/5.2-project-dashboard/7.1-different-views-for-item/7.1.4-gantt-chart-view.md)


---

# 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.onethreadapp.com/5.-managing-project/5.2-project-dashboard/7.1-different-views-for-item.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.
