# What is a project?

### Description:

A project holds a label configuration and is connected to one or multiple datasets that need to be labeled with the given label configuration.

In order to label images, a label configuration has to be defined and the images must be assigned to the project. This assignment is done within the project. There's a 1:1 relation between a project and its label configuration. However, many images can be assigned to the project through the connected [datasets](/documentation/dataset/what-is-a-dataset.md).&#x20;

The combination of the label configuration and one image is managed as a task. These [tasks ](/documentation/tasks/what-is-a-task.md)are managed within the project and can be managed by the administrator.

### Related documents:

{% content-ref url="/pages/-LzqIedacr2GkP2lbpw2" %}
[Create a new project](/documentation/project/create-a-new-project.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LzqP6z11F-QWGp4nzZJ" %}
[Update a project](/documentation/project/update-a-project.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LzqP6iNf8Y1yBi1mQ\_o" %}
[Delete a project](/documentation/project/delete-a-project.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LzqPtS\_nGXzUtXHmIy-" %}
[Connect a dataset](/documentation/project/connect-a-dataset.md)
{% 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/project/what-is-a-project.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.
