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

# Dashboard

The Dashboard is the primary screen you see immediately after logging into Walnut. It acts as a high-level snapshot of your work, projects, and recent activity, allowing you to grasp the current state of your entire workspace at a single glance.

#### What’s on the Dashboard?

The Dashboard is organized into four key areas designed to provide maximum context with minimum navigation:

* **Key Metrics Cards:** Instant summary cards that display critical data points:
  * **Total Projects:** The number of active workspaces you can access.
  * **User Stories:** A count of requirements within your selected project.
  * **Team Members:** The total number of collaborators assigned.
  * **My Action Items:** A dedicated count of tasks specifically assigned to you.
* **Active Projects Section:** A list of your current workstreams. Each card shows the project name, its status (e.g., *Active* or *Configuring Uploads*), and the scale of the project in terms of stories and members.
* **Organization Panel:** Provides your professional profile context, including the Organization Name, your Access Level (e.g., Admin or Member), and your registered email identity.
* **Recent Activity Feed:** A live stream of modifications across your projects, including configuration changes, AI model updates, and edits made by your collaborators.

#### Why the Dashboard is Useful

The Dashboard is designed to streamline your workflow by focusing on four core benefits:

* **Centralized Visibility:** It consolidates information from multiple modules into one screen, so you don't have to hunt for data.
* **Operational Efficiency:** It saves significant time by reducing manual navigation through menus to find project statuses.
* **Smart Prioritization:** By highlighting "My Action Items" and the "Recent Activity" feed, it helps you immediately identify what requires your attention first.
* **Team Transparency:** It improves alignment by showing real-time updates and team modifications, ensuring everyone stays informed of the latest project shifts.


---

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