> 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.md).

# Action Item

Action Items are trackable units of work created to ensure that project tasks, requirements, and issues are properly addressed and completed. They represent actionable work that requires clear ownership, focused attention, and consistent follow-through.

In Walnut, Action Items act as a central hub for tracking and managing all project deliverables, including Epics, Features, User Stories, Defects, and Tasks. This unified system ensures every requirement is documented, assigned, and monitored through to completion.

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

**Types of Action Items**

Walnut provides a unified system for managing several distinct work types:

* **Epic:** A large body of work representing major business objectives or high-level initiatives that can be broken down into smaller deliverables like Features or User Stories.
* **Feature:** A functional component or capability that delivers specific business value, usually derived from an Epic and divided into multiple User Stories.
* **User Story:** A requirement written from the end user's perspective defining specific functionality (e.g., “As a \[user], I want \[functionality], so that \[benefit]”).
* **Task:** Technical or operational activities required to complete a User Story, Feature, or Defect, usually assigned to team members for completion within a single sprint.
* **Defect:** A bug or issue where the system deviates from defined requirements; these are logged, prioritized, and tracked until resolved.


---

# 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:

```
GET https://docs.walnutai.ai/overview-and-tracking/action-item.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.
