# Project Documents

The Project Documents module allows Project Owners and users to upload and documents associated with the Project.&#x20;

To access the Project Documents section, click on this icon from the Projects Page:

![](/files/-MityPkeBbWaRGELtcGx)

The Project Documents page will open.&#x20;

## Upload a new Project Document

1. On the Project Documents page, click on Add New.&#x20;

![](/files/-Mitys-NQaCc9sD_jfLh)

2\. The Add Project Documents page will open.

3\. Two options are available here:&#x20;

![](/files/-MitzWT2_VPrxIUvi3es)

* **Add Documents**
  1. Click on Upload files under Add Documents to select and add the files to attach to this project.
  2. These documents can be downloaded and viewed by Project users
* **Add Links**
  1. Insert the document link in the space given and click on Add.&#x20;
  2. Clicking on the link will redirect users to the document page.
* The documents will now be available on the Project Documents page for all Project users to access

{% hint style="warning" %}
Only Project Owners can delete a document/link that has been uploaded/added.&#x20;
{% endhint %}

{% hint style="danger" %}
**File size for uploads**

File size for uploads should be less than 10MB and allowed formats are ( .doc, .docx, .pdf, .csv, .xls, .xlsx, .txt, .odt, .json, .ppt, .pptx, .jpg, .jpeg, .png)
{% endhint %}


---

# Agent Instructions: 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.dckapintegrator.com/project-manager/project-documents.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.
