---
title: "Projects"
description: "Open the projects list, what each role sees, and how to view, edit, or delete a project."
---

> Documentation Index
> Fetch the complete documentation index at: https://bergflow-docs.pages.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Projects

A **project** is the foundational object in BergFlow. Batches, tasks, deliveries, and reports all live inside one.

## Projects list

Click **Projects** in the left sidebar to open `/projects`. You see every project you can access.

- **Managers / admins** get one table of all projects, plus **Create Project** at the top right.
- **Annotators / reviewers** get two tabs, **All Tasks** and **Skipped Tasks**. They cannot create projects.

Columns typically include project name, client, task type, version, created by, ETA (from throughput), and an actions menu (View, Edit, Delete).

## Edit or delete

On each row, the **⋯** menu (managers / admins):

- **View** opens the project [tabs](/projects/inside).
- **Edit** reopens the create-project sheet with current settings.
- **Delete** soft-deletes after a confirmation dialog.

Annotators only see **View**.

Next: [create a project](/projects/create).

Source: https://bergflow-docs.pages.dev/projects/index.mdx
