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

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