# Board View

The Board View shows a project's tasks in horizontal view under task's status. You can see all the tasks of a particular status type under that status. This view helps to get the quick view of tasks with respect to status of the task. You can easily see which tasks have reached a certain status or have been finished.

<figure><img src="/files/l8Osdu9bnkHpAlf7OMbY" alt=""><figcaption></figcaption></figure>

For Example, the task 'Meet-2' has status To Do. Thus, its is shown under 'To Do' Similarly for In Progress, there are 2 tasks specified. As there are no tasks with status 'Backlog', the section is empty. To view a sub-task in the board view, click on ‘![](https://lh3.googleusercontent.com/rjtOCrXu4NjQkv3GwHj2BUSVnyUmqUiDzbnWUn4p-BC2HF9Q4MLWaZgZh1IpLeQUEyfvkWcqL86WOb48SIiVLFbcmqL4eg19IECSb3iCFByk03nTmL0hqhdfD6hmqo2V5HwdxPVsXN-Ul7GOLUZ8JZkiCbEAWb4VuRd3drROjdvYosMGS0CUHeFsNyQG_w)’.

You can simply drag and drop the task to change the status in the board view. Simply drag a particular task and drop it under the status you want to allot.&#x20;

You can also create a task in the board view.&#x20;

<figure><img src="/files/oSXJHfGm8OTxZbU9CBBn" alt=""><figcaption></figcaption></figure>

Simply click on the '+' sign next to task name button to create a 'Sub Task' of that task. You can also create a new task by clicking on 'New Task' button.


---

# 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/board-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.
