# Connect a dataset

It is possible to connect datasets to a project directly from within the project page if you already have datasets that are owned by the same organization as the project.

### Connect a dataset with the project

The section "**Connected datasets**" shows a list of all connected datasets if any datasets have already been added to the project. A button to connect new datasets is located at the bottom of the table.

![The "Awesome dataset" is already connected.](/files/-LzrNUagm8MGv-HAIbH7)

### Remove the connection

To remove the connection the trash icon in the connected datasets list can be used. This action must be confirmed in a pop-up window.

{% hint style="danger" %}
All tasks related to that dataset will also be deleted. Make sure to export the labeled data. Otherwise, that labeled data may be **irretrievably** lost.
{% endhint %}


---

# 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/connect-a-dataset.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.
