# 7.1.2.4 Board View Action Buttons

It has some action buttons which activate when you click the 3 dots of a task. Through these action buttons, you can&#x20;

* **Add a task to a sprint:** Tick any task from the list view and press this button to add it to a created sprint.
* **Mark the task as completed:** Select any task and click it. Your task will be marked as completed.
* **Reopen a completed task:** Select any marked as completed task and click it to reopen it.
* Move a task to another project: Select any task and click it to move it to another project.
* **Edit task information:** Select any task and click it. A task modal will open. Update the information and save it.
* **Track the time of a task:** Select any task and click it. The time tracking for that task will start.
* **Delete a task:** Select any task and click it. Press Yes to delete the task.

<figure><img src="/files/rBneBmOi4nqgpckaepCa" alt=""><figcaption><p>Board View Action Buttons</p></figcaption></figure>


---

# 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/7.1.2-board-view/7.1.2.4-board-view-action-buttons.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.
