> For the complete documentation index, see [llms.txt](https://docs.kaana.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kaana.com/product/managing-projects/projects-overview.md).

# Projects Overview

## Projects Overview

Projects are the core of Kaana. They represent revenue initiatives, implementations, or any structured work your team is executing.

### What is a Project?

A project in Kaana contains:

* **Basic Information** — Title, description, status, dates
* **Test Cases** — Use case tests related to requirements
* **Milestones** — Key checkpoints and deadlines
* **Tasks** — Individual work items
* **Documents** — Associated files and resources
* **Activities** — Meeting notes, emails, and updates
* **Requirements** — Business requirements
* **Issues** — Blockers, bugs, and concerns
* **Team Members** — Assigned contacts and stakeholders

### Viewing Projects

#### Project List

Navigate to **Projects** to see all projects you have access to. The list shows:

* Project name and status
* Owner or lead
* Due date
* Progress indicators

#### Filtering Projects

Filter the project list by:

* **Status** — Active, On Hold, Completed, Cancelled
* **Owner** — Projects you own vs. all projects
* **Date Range** — Created or due date ranges
* **Tags** — Custom tags for organization

#### Sorting

Sort projects by:

* Name (A-Z or Z-A)
* Due date (nearest or furthest)
* Created date (newest or oldest)
* Status

### Project Details

Click on a project to view its details page.

{% stepper %}
{% step %}

### Overview Tab

* Project summary and description
* Key dates and milestones
* Status and progress
* Quick stats (tasks, issues, documents)
  {% endstep %}

{% step %}

### Milestones Tab

* View and manage project milestones
* See tasks within each phase
* Track phase completion
  {% endstep %}

{% step %}

### Tasks Tab

* All tasks for the project
* Filter by status, assignee, or phase
* Create new tasks
  {% endstep %}

{% step %}

### Requirements Tab

* Business requirements
* Test cases
* Fit/gap analysis
  {% endstep %}

{% step %}

### Documents Tab

* Attached files and resources
* Version history
* Upload new documents
  {% endstep %}

{% step %}

### Activities Tab

* Meeting notes and logs
* Email records
* Team updates
  {% endstep %}

{% step %}

### Issues Tab

* Linked issues and blockers
* Issue status tracking
* Create new issues
  {% endstep %}

{% step %}

### History Tab

* Timeline of changes
* Who made what changes
* Audit trail
  {% endstep %}
  {% endstepper %}

### Project Status

| Status    | Meaning               |
| --------- | --------------------- |
| Active    | Currently in progress |
| On Hold   | Temporarily paused    |
| Completed | Successfully finished |
| Cancelled | No longer proceeding  |


---

# 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.kaana.com/product/managing-projects/projects-overview.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.
