> For the complete documentation index, see [llms.txt](https://docs.walnutai.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.walnutai.ai/overview-and-tracking/action-item/managing-your-action-items.md).

# Managing Your Action Items

You can manage your Action Items directly from the directory view to streamline your workflow. This centralized hub allows for quick updates and structural organization without navigating away from the main list.

**Direct Directory Management**

Use the dropdown options within the directory view to update key fields instantly:

* **Attributes:** Update the Status, Priority, Assignee, and other attributes without opening the individual item.

<figure><img src="/files/3zgORZ1fLc05pyvwMYOV" alt=""><figcaption></figcaption></figure>

* **Edit:** Click Edit to make detailed changes to the Action Item’s content or metadata.
* **Delete:** Click Delete to permanently remove the Action Item from the project.

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

**Organizing with Folders**

To improve structure and clarity, you can group related Action Items into folders. This is particularly useful for organizing work based on specific releases, modules, sprints, or any custom workflow structure.

**Steps to Create a New Folder:**

* Click Add Folder within the Action Items module.

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

* Enter a Title and Description that clearly identifies the folder's purpose.

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

* Drag and drop the associated Action Items (such as specific User Stories or Features) to the folder.

**Quality Insights & Traceability Overview**

* **Quality & Tracking:** Provides teams with a real-time health check of the User Story. By viewing the quality score, test case pass/fail status, and linked defects in one place, stakeholders can instantly understand implementation readiness, risk areas, and validation progress. This eliminates guesswork and ensures no failed validations are overlooked before release.
* **Metadata:** Automatically capturing details like Created By, Last Updated By, and Last Updated Date ensures full traceability. It promotes accountability and provides clear visibility into who made changes and when, which is especially valuable during audits, reviews, or when investigating requirement shifts.
* **Attachments:** Keeping requirement documents, designs, screenshots, and supporting files directly within the User Story ensures complete context in a single place. This reduces dependency on external tools, prevents information loss, and enables teams to quickly reference everything they need without searching across multiple platforms.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.walnutai.ai/overview-and-tracking/action-item/managing-your-action-items.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
