# Item Action Button

When users select an item, some action buttons get activated. These action buttons provide quick access to everyday task management actions. The buttons allow users to edit a task quickly, move it to another project, mark it as completed, add it to a sprint, reopen it, delete it, and track time for it. These actions help users stay organized, manage their workload, and keep track of their progress on individual items.

Here’s a brief description of each action button in Onethread’s Item Action Button feature:

* **Edit an item:** Allows users to modify the details of an item, such as a name, description, due date, and assigned team members.
* **Move to another project:** Enables users to transfer an item to another project if it is deemed more suitable for that project.
* **Mark as completed:** This lets users mark an item as completed when it has been finished and update its progress status accordingly.
* **Add to a sprint:** Allows users to assign an item to a specific sprint, a fixed period completing a group of related tasks.
* **Reopen a task:** Allows users to reopen an item previously marked as completed in case it needs further modification or review.
* **Track time for an item:** This allows users to log their time working on an item, which can help track productivity and manage time effectively.
* **Delete an item:** This enables users to remove an item from the project entirely.

<figure><img src="/files/PAbnayiMlbpRvLfggHfS" alt=""><figcaption><p>Item 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/active-item/item-action-button.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.
