> For the complete documentation index, see [llms.txt](https://docs.datasaur.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.datasaur.ai/workspace-management/project-management/manage-documents-in-an-ongoing-project.md).

# Manage Documents in an Ongoing Project

In some cases, you may need to update the documents inside an ongoing labeling project. You can manage project documents without creating a new project. This includes adding new documents and deleting existing ones.

To learn which roles can add or delete project documents, see [Role & Permission](/workspace-management/role-and-permission.md).

## Add new documents

To add new documents to an existing project:

1. Go to the **Projects** page.
2. Click the three-dot menu on the project you want to update.
3. Select **Add new documents to the project.**
4. You will be directed to the file upload page.

<figure><img src="/files/7VPUMf6j9nVSLIpZQGvA" alt=""><figcaption></figcaption></figure>

There are three steps in the file upload page: upload, assign, and preview.

### **Upload files**

Upload your new files and make sure the file types match the original project setup.

### **Assign documents**

Assign team members to the uploaded documents. Assignments apply to the entire batch of documents, not individual documents. If you need more granular control, you can skip this step and assign documents later in **File** → **Settings** → **Assignment** after the upload is complete.

Role options may be limited based on a member’s previous assignment in the project. The table below shows how previously assigned roles map to available options.

<table><thead><tr><th width="57">#</th><th width="252.99993896484375">Previous Assigned Role</th><th>Available Roles</th></tr></thead><tbody><tr><td>1</td><td>Not assigned</td><td>Labeler, Reviewer, Labeler and Reviewer</td></tr><tr><td>2</td><td>Labeler</td><td>Labeler, Labeler and Reviewer</td></tr><tr><td>3</td><td>Reviewer</td><td>Reviewer, Labeler and Reviewer</td></tr><tr><td>4</td><td>Labeler and Reviewer</td><td>Labeler and Reviewer</td></tr></tbody></table>

For example, if a member was assigned as a labeler during project creation, they can only be assigned as **Labeler** or **Labeler and Reviewer** for newly uploaded documents.

Available roles also depend on the workspace role. For example, if a workspace admin has not been assigned to the project and you try to assign them to newly uploaded document, only **Reviewer** and **Labeler and Reviewer** will be available, since a team admin cannot be assigned as a labeler only.

### **Preview files**

You can preview the files you uploaded before completing the process. This lets you check whether the correct files were added.

## Delete documents

You can delete documents from an ongoing project in two ways.

#### Delete from the Projects page

To delete documents from the **Projects** page:

1. Go to the **Projects** page.
2. Open **Manage documents** for the project.
3. Delete documents in one of these ways:
   * Click the **Delete** button for a specific file to remove that file only.
   * Use the checkboxes to select multiple files, then delete them in bulk.

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

#### Delete from inside a project

To delete documents from inside a project:

1. Open the project in **Reviewer mode**.
2. Open the **List of files** extension.
3. Delete documents in one of these ways:

   * Right-click a specific file and select **Delete**.

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

   * Use the checkboxes to select multiple files, then delete them in bulk.

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

## Additional information

* Project status:
  * Adding or deleting documents does not change the [project status](/workspace-management/project-management/project-status-workflow.md).
  * If you assign new documents to users who already completed their work, their labeling status changes back to **In progress**.
* Webhook events — Instead of implementing a new webhook event for adding documents, we are reusing the project created event. We are also planning to implement a separate event before rolling this out for general release.
