> For the complete documentation index, see [llms.txt](https://docs.imerit.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.imerit.net/core-concepts/projects.md).

# Projects

<figure><picture><source srcset="https://angohub-docs-assets.s3.eu-central-1.amazonaws.com/cover/projects-dark.png" media="(prefers-color-scheme: dark)"><img src="https://angohub-docs-assets.s3.eu-central-1.amazonaws.com/cover/projects.png" alt=""></picture><figcaption></figcaption></figure>

Projects are the main way to organize and distribute labeling tasks in Ango Hub.

In projects, project owners, [managers](/labeling/managing-users-in-projects.md#managers), and leads can upload up to 200k [assets](/core-concepts/assets.md), add annotators, add [reviewers](/core-concepts/reviewing.md), create label sets (annotation ontologies), export their results, and more. Everything done in Ango Hub is done within projects.

## Managing Projects in Ango Hub <a href="#creating-projects" id="creating-projects"></a>

### Creating Projects <a href="#creating-projects" id="creating-projects"></a>

From Ango Hub’s *Projects* page, click on “Create Project” on the top right or the center.

![](/files/MNKNpjme7YlnWcnbO7Xn)

A dialog will pop up asking to input the project type, name, and description. Click on *Create Project* at the bottom to create your project. In most cases, you will want to use *Standard* projects. If you need to annotate 3D Multi-Sensor Fusion data such as point clouds, then select *3D Multi-Sensor Fusion*.

<figure><img src="/files/3y8oyV5iwgKpL6EKQoUh" alt="" width="563"><figcaption></figcaption></figure>

### Pinning Projects <a href="#deleting-projects" id="deleting-projects"></a>

You may pin projects to the top of your project list for easy access.

{% hint style="info" %}
Pinning a project will only pin it for your specific user account.

Other members of your organization will not see your pin.
{% endhint %}

To pin a project, hover over the left side of the row of the project you'd like to pin. A pin icon will appear. Click on it to pin the project.

<figure><img src="/files/8I6yjSog5uuhnjmFjqew" alt=""><figcaption></figcaption></figure>

### Project Tags <a href="#project-tags" id="project-tags"></a>

Organization admins can create tags and use them to organize projects on the *Projects* page. Project tags are shared across the organization.

To manage the tags available in your organization, open the *Projects* page and click *Manage Tags*.

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

From the *Manage Tags* dialog, you can create, rename, and delete project tags.

{% hint style="info" %}
Deleting a project tag removes it from the organization and from every project where it was used.
{% endhint %}

To add tags to a project, click the three dots in the same row as the project and click *Add Tags*. Select one or more tags, then click *Add Tags*.

<figure><img src="/files/0PZiz3t4N8C9qgaXs54L" alt=""><figcaption></figcaption></figure>

Projects with tags show them in the *Tags* column of the project list. Admins can remove a tag from a project by clicking the `x` on the tag.

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

When your organization has project tags, the *Projects* table also includes a *Tags* filter, letting you filter the project list by one or more tags.

### Cloning Projects <a href="#deleting-projects" id="deleting-projects"></a>

You may clone a project to create a duplicate of it.

To clone a project, from the *Projects* page, click on the three dots in the same row as the project you wish to clone and click on *Clone Project*.

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

A dialog will appear, allowing you to select what parts of the project you would like to clone:

<figure><img src="/files/DLoaYSTwEOTqhygjFdT3" alt="" width="563"><figcaption></figcaption></figure>

Click on *Clone*. A duplicate of the selected project will be added to your project list.

### Deleting Projects <a href="#deleting-projects" id="deleting-projects"></a>

To delete a project, from the *Projects* page, click on the three dots in the same row as the project you wish to delete and click on *Delete*.

{% hint style="danger" %}
Deleting projects is an irreversible and destructive action. Once a project has been deleted, it cannot be recovered.

There is **no** "Trash" to which recently deleted projects go.
{% endhint %}

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.imerit.net/core-concepts/projects.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.
