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

# Documents Overview

The Documents feature provides centralized storage and management for all your project files.

Updated over a month ago

## What are Documents?

Documents in Kaana are files you upload and associate with:

* Projects
* Organizations
* Activities
* Requirements

Supported file types include:

* PDF documents
* Microsoft Word (.docx)
* Microsoft Excel (.xlsx)
* Images (PNG, JPG)
* And more

## Viewing Documents

### Document Library

Navigate to **Documents** to see all documents you have access to.

The library shows:

* Document name
* Type/format
* Upload date
* Uploader
* Associated projects

### Filtering

Filter documents by:

* **Type** — PDFs, spreadsheets, images, etc.
* **Project** — Documents for specific projects
* **Date** — Upload date range
* **Uploader** — Who uploaded the file

### Searching

Use the search bar to find documents by:

* File name
* Description
* Tags

### Document Details

Click on a document to view:

* Full document information
* Preview (for supported types)
* Version history
* Associated projects and activities
* Comments

## Uploading Documents

### Single Upload

{% stepper %}
{% step %}

### Single upload

* Navigate to **Documents** or a project's Documents tab
* Click **+ Upload**
* Select a file from your computer
* Add details:
  * **Name** — Display name for the document
  * **Description** — What this document contains
  * **Project** — Associate with a project (optional)
* Click **Upload**
  {% endstep %}
  {% endstepper %}

### Drag and Drop

* Drag files directly onto the documents area
* Multiple files can be uploaded at once
* Files are queued and uploaded in order

### From Project

{% stepper %}
{% step %}

### Upload from a project

* Open a project
* Go to the **Documents** tab
* Click **+ Upload** or drag files
* The document is automatically linked to the project
  {% endstep %}
  {% endstepper %}

## Document Versions

Kaana tracks version history for documents.

### Uploading a New Version

{% stepper %}
{% step %}

### Upload a new version

* Open the document
* Click **Upload New Version**
* Select the updated file
* Add version notes (optional)
* Click **Upload**
  {% endstep %}
  {% endstepper %}

### Viewing Version History

{% stepper %}
{% step %}

### View version history

* Open the document
* Click **Version History**
* See all versions with:
  * Upload date
  * Uploader
  * Version notes
* Download any previous version
  {% endstep %}
  {% endstepper %}

## Linking Documents

### Link to Projects

{% stepper %}
{% step %}

### Link a document to additional projects

* Open the document
* Click **Link to Project**
* Select additional projects
  {% endstep %}
  {% endstepper %}

### Unlink from Projects

{% stepper %}
{% step %}

### Unlink a document from a project

* Open the document
* Find the project in the linked list
* Click the unlink icon
  {% endstep %}
  {% endstepper %}

## Downloading Documents

{% stepper %}
{% step %}

### Download a document

* Open the document
* Click **Download**

Or right-click in the document list and select **Download**.
{% endstep %}
{% endstepper %}

## Deleting Documents

{% stepper %}
{% step %}

### Delete a document

* Open the document
* Click the **...** menu
* Select **Delete**
* Confirm deletion

Note: Deleting removes all versions and cannot be undone.
{% endstep %}
{% endstepper %}

## Document Permissions

* View access depends on your project access
* Upload requires edit permissions
* Delete requires appropriate permissions
* Documents follow tenant isolation

***

Related Articles

* [Welcome to Kaana](broken://pages/611c8ed5f7f5e8bdd4f3edfea3e4ab13383bd471)
* [Projects Overview](/product/managing-projects/projects-overview.md)
* [Activities Overview](/product/managing-projects/projects-overview/activities-overview.md)
* [Requirements Overview](/product/managing-projects/requirements-overview.md)
* [Blueprints & Templates](/product/planning-and-resources/blueprints-and-templates.md)

<details>

<summary>Feedback: Did this answer your question?</summary>

😞 😐 😃

</details>


---

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