# Getting Started

### Step 1: Set up a project

The project is the shell of the **Data**Gym.ai workflow. It contains all the important components that are needed to create ground truth data for a given computer vision machine learning task.

{% content-ref url="project/create-a-new-project" %}
[create-a-new-project](https://docs.datagym.ai/documentation/project/create-a-new-project)
{% endcontent-ref %}

### Step 2: Add a label configuration

The label configuration lets you configure your very own labeling toolbox with all object classes, their geometry types and additional tags and classifications.&#x20;

![](https://622290927-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LzaIa2HtqaLgqpL5TFA%2F-MA_gAJJTFsi5vVlO1WN%2F-M6iYVX99SXsu8_1-6r3%2Fdg-label-configuration.png?alt=media\&token=53fe2511-12de-4832-b649-9a3f2d857423)

{% content-ref url="label-configuration/what-is-a-label-configuration" %}
[what-is-a-label-configuration](https://docs.datagym.ai/documentation/label-configuration/what-is-a-label-configuration)
{% endcontent-ref %}

### Step 3: Create and add datasets

Once the project is created and the labeling task is well defined, its time to upload your image datasets and add them to the project.

{% content-ref url="dataset/what-is-a-dataset" %}
[what-is-a-dataset](https://docs.datagym.ai/documentation/dataset/what-is-a-dataset)
{% endcontent-ref %}

{% content-ref url="dataset/manage-images" %}
[manage-images](https://docs.datagym.ai/documentation/dataset/manage-images)
{% endcontent-ref %}

### Step 4 (optional): Add collaborators

Machine Learning task usually require hundreds and thousands of images, not a task that you'll be able to do on your own. This is why you can add collaborators to your projects as labelers. They will help you label images and reach your goal faster.

### Step 5: Prepare your tasks

As a project administrator move the open tasks from your BACKLOG into the WAITING state to start labeling.

{% content-ref url="tasks/manage-tasks" %}
[manage-tasks](https://docs.datagym.ai/documentation/tasks/manage-tasks)
{% endcontent-ref %}

### Step 6: Start Labeling

Our world class labeling tool helps you label images quickly and precisely. For Polygons we are already offering our Ai assisted labeling tool that will speed up your teams work.

![Speed up your work with the AI-assisted labeling](https://622290927-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LzaIa2HtqaLgqpL5TFA%2F-M1QxehHRGQAgFdwnvUD%2F-M-OjyXnsVpXvQu7ui4z%2Fdatagym-ai.gif?alt=media\&token=fefa4c27-6bb3-4390-91cf-a1ecd8f3cf39)

{% content-ref url="tasks/process-a-task" %}
[process-a-task](https://docs.datagym.ai/documentation/tasks/process-a-task)
{% endcontent-ref %}

{% content-ref url="label-mode/what-is-the-label-mode" %}
[what-is-the-label-mode](https://docs.datagym.ai/documentation/label-mode/what-is-the-label-mode)
{% endcontent-ref %}

{% content-ref url="label-mode/ai-assisted-labeling" %}
[ai-assisted-labeling](https://docs.datagym.ai/documentation/label-mode/ai-assisted-labeling)
{% endcontent-ref %}

### Step 7: Export your labels

When you are done with all your images, or if you want to already pre-train networks with the images that you have labeled so far, simply press the export button and get your JSON file with all the labeled data.

{% content-ref url="project/export-data" %}
[export-data](https://docs.datagym.ai/documentation/project/export-data)
{% endcontent-ref %}

###


---

# 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.datagym.ai/documentation/getting-started.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.
