> For the complete documentation index, see [llms.txt](https://jtheta-ai.gitbook.io/docs.jtheta.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jtheta-ai.gitbook.io/docs.jtheta.ai/domain-specific-workflow/general-image-annotation/create-project.md).

# Create Project

Once inside the selected workspace, you will see the Workspace Dashboard, which typically includes:

* List of existing projects
* Project status overview
* Quick actions like Create Project

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

### **Open the Project Creation Wizard**

* Click Create Project to start the setup wizard.

The project creation wizard generally consists of the following guided steps:

1. Project Details
2. Upload Images
3. Annotation Settings
4. Assign Team Members
5. Review & Confirm

***

### **Select Data Modality Type**

You will first be asked to select the data modality or task type for your project.

Available modalities:

* Image (General Image Annotation)
* Satellite Imagery
* Medical Imagery (DICOM)
* 3D Point Cloud (LiDAR)

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

**For this workflow:**\
Select Image (General Image Annotation) (the first option).

***

### **Fill Project Details**

Provide the basic metadata for your project:

* Project Name → required
* Description → optional
* Tags → optional keywords for organization and search

**Examples:**

* [**Project Name:** Street Scene Object Detection](#user-content-fn-1)[^1]
* [**Description:** Bounding box annotation for cars and pedestrians in urban scenes](#user-content-fn-1)[^1]
* [**Tags:** street, vehicles, object-detection](#user-content-fn-1)[^1]

Click Next to proceed.

These details help you quickly identify and manage the project within larger workspaces that may contain multiple datasets and projects.

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

## **Round Robin Distribution for Annotators and Reviewers**

### Overview

Round Robin Distribution ensures that annotation and review tasks are evenly assigned among available users in a cyclic order. This approach helps balance the workload and prevents any single user from being overloaded with tasks.

### How It Works

#### 1. Annotator Round Robin Assignment

* When new annotation tasks are created, they are assigned to annotators in a sequential manner.
* Example (with three annotators: A, B, and C):
  * Task 1 → Annotator A
  * Task 2 → Annotator B
  * Task 3 → Annotator C
  * Task 4 → Annotator A (cycle repeats)
* If an annotator is unavailable (inactive or removed), the system skips them and assigns the task to the next available user.

#### 2. Reviewer Round Robin Assignment

* After an annotator completes a task, it is assigned to a reviewer using the same Round Robin method.
* Example (with two reviewers: X and Y):
  * Task 1 (Annotated) → Reviewer X
  * Task 2 (Annotated) → Reviewer Y
  * Task 3 (Annotated) → Reviewer X (cycle continues)
* If a reviewer is unavailable, the next available reviewer takes over.

### Key Features

✅ Fair Workload Distribution – No single user gets an uneven number of tasks.\
✅ Automatic Skipping – Inactive or unavailable users are bypassed.\
✅ Real-time Adjustments – If a new user joins mid-cycle, they are included in the next rotation.

### Scenarios & Edge Cases

* If all annotators or reviewers are unavailable, tasks remain unassigned until a user is available.
* If an annotator or reviewer leaves a project, the system dynamically redistributes their tasks.

For detailed guidance on creating a project for annotation, please refer to the attached video tutorial. This video demonstrates the step-by-step process, including selecting the data modality and finalizing the project setup.

The Project Settings page allows users to view and modify project details.\
&#x20;

* Project creator can create class during the project creation process and enable/disable  annotators to create new classes or during annotation.
* Project creator can enable/disable AI-Assist feature for Annotators&#x20;

[^1]:


---

# 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, and the optional `goal` query parameter:

```
GET https://jtheta-ai.gitbook.io/docs.jtheta.ai/domain-specific-workflow/general-image-annotation/create-project.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
