# Table View

Table View provides a tabular representation of all project tasks. It makes it easy to see all of your tasks in a row, with columns for the Key, Due Date, Priority, and Assignee.

<figure><img src="/files/8GYeawXZV6k3pzoiwYlv" alt=""><figcaption></figcaption></figure>

You can click on a task to find out more information about it. To access the team's conversation space, just click the chat button and start sharing your ideas. You can also set or change the priority from the table view.


---

# 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.alianhub.com/introduction-to-alian-hub/table-view.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.
