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

| Permission                          | Project Admin | Team Manager | Reviewer    | Annotator     | Annotator & Reviewer |
| ----------------------------------- | ------------- | ------------ | ----------- | ------------- | -------------------- |
| 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            | ✅             | ✅            | ❌           | ❌             | ❌                    |

## 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>

## 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>
