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

# Project Admins

<span className="inline-block rounded-full border border-sky-600/40 px-2 py-0.5 text-xs font-medium text-sky-700 mr-2">
  Project Role
</span>

## Project Roles

The table below illustrates the role-based access control for various Project actions available to different user types.

<Note>
  Contact [support](mailto:support@encord.com) to gain access to the Viewer role for your Projects.
</Note>

| Permission                                      | Project Admin | Team Manager | Reviewer    | Annotator     | Annotator & Reviewer | Viewer |
| ----------------------------------------------- | ------------- | ------------ | ----------- | ------------- | -------------------- | ------ |
| Attach / Detach Datasets                        | ✅             | ❌            | ❌           | ❌             | ❌                    | ❌      |
| Attach / Switch Ontology                        | ✅             | ❌            | ❌           | ❌             | ❌                    | ❌      |
| Delete                                          | ✅             | ❌            | ❌           | ❌             | ❌                    | ❌      |
| Invite team members                             | ✅             | ✅            | ❌           | ❌             | ❌                    | ❌      |
| Manage team permissions                         | ✅             | ✅            | ❌           | ❌             | ❌                    | ❌      |
| Manage admins                                   | ✅             | ❌            | ❌           | ❌             | ❌                    | ❌      |
| Annotate & review tasks                         | ✅             | ✅            | Review only | Annotate only | ✅                    | ❌      |
| Confirm annotations                             | ✅             | ✅            | ❌           | ❌             | ❌                    | ❌      |
| Control task assignments and status             | ✅             | ✅            | ❌           | ❌             | ❌                    | ❌      |
| Exporting labels                                | ✅             | ❌            | ❌           | ❌             | ❌                    | ❌      |
| Assign and Release Tasks                        | ✅             | ✅            | ❌           | ❌             | ❌                    | ❌      |
| Browse and inspect labels (all workflow stages) | ✅             | ✅            | ✅           | ✅             | ✅                    | ✅      |
| Create and resolve comments                     | ✅             | ✅            | ✅           | ✅             | ✅                    | ✅      |

## Export Labels

Exporting labels is one of the most important tasks a Project Admin performs. You can export labels from a Project at any point in the Project's completeness from any block in the Project Workflow.

<Columns cols={2}>
  <Card title="Exporting labels" icon="file-code" href="/platform-documentation/Annotate/annotate-export/annotate-how-to-export-labels">
    Export your labels from Encord
  </Card>

  <Card title="JSON format" icon="code" href="/platform-documentation/Annotate/annotate-export/annotate-export-json">
    JSON label export format
  </Card>

  <Card title="COCO Format" icon="code" href="/platform-documentation/Annotate/annotate-export/annotate-export-coco">
    COCO label export format
  </Card>

  <Card title="Sync Labels to Cloud Storage" icon="cloud" href="/platform-documentation/Annotate/annotate-export/annotate-how-to-export-labels#export-labels-to-cloud-storage-recommended">
    Sync your labels to Cloud Storage
  </Card>
</Columns>

## Explore

Explore allows you to perform label QA, bulk actions, and view data and label analytics in your Project.

### Bulk Actions

<Columns cols={2}>
  <Card title="Bulk classification" icon="file-code" href="/platform-documentation/Annotate/active-annotate/bulk-actions/annotate-bulk-classify">
    Apply classifications in bulk.
  </Card>

  <Card title="Bulk deletion" icon="code" href="/platform-documentation/Annotate/active-annotate/bulk-actions/annotate-delete-labels">
    Delete labels in bulk
  </Card>

  <Card title="Bulk Edit Class" icon="code" href="/platform-documentation/Annotate/active-annotate/bulk-actions/annotate-edit-object-class">
    Edit object labels in bulk
  </Card>

  <Card title="Bulk Task Prioritization" icon="cloud" href="/platform-documentation/Annotate/active-annotate/bulk-actions/annotate-set-priority">
    Set Task priority in bulk
  </Card>
</Columns>

## Task Management

As a Project Admin, you can manage individual tasks directly from the Label Queue without opening the full task editor. Click the three-dot (**⋯**) menu on any task row to access the following actions:

* **Assign** — Assign the task to a specific project member (available on annotation and review stages).
* **Release** — Unassign the task from its current assignee (available for assigned tasks only).
* **Change priority** — Set a new priority value for the task.
* **Move to stage** — Move the task to another stage in the Project Workflow.

<Note>
  **Assign**, **Release**, **Change priority**, and **Move to stage** are only available to users with the Project Admin or Team Manager role. **View**, **Activity log**, and **API details** are available to all users who can see the queue row.
</Note>

To perform bulk operations on multiple tasks, select the tasks first. The **Actions** button appears in the floating selection toolbar (list and grid views) or in the top action bar (explorer view) once tasks are selected.

For full details on managing tasks in the Label Queue, see the [Label Queue documentation](/platform-documentation/Annotate/annotate-projects/annotate-workflow-queue).

## Project Settings

<Columns cols={2}>
  <Card title="Project Settings" icon="file-code" href="/platform-documentation/Annotate/annotate-projects/annotate-project-settings">
    Configure Project settings for all users.
  </Card>
</Columns>

## Project Management

<Columns cols={2}>
  <Card title="Create Projects" icon="file-code" href="/platform-documentation/GettingStarted/gettingstarted-create-project">
    Learn how to create Projects.
  </Card>

  <Card title="Manage Projects" icon="file-code" href="/platform-documentation/Annotate/annotate-projects/annotate-manage-annotation-projects">
    Learn how to manage Projects.
  </Card>

  <Card title="Project Workflows" icon="file-code" href="/platform-documentation/Annotate/annotate-projects/annotate-workflows-and-templates">
    Learn how to create Project Workflows.
  </Card>
</Columns>
