> For the complete documentation index, see [llms.txt](https://docs.bdb.ai/bdb-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bdb.ai/bdb-documentation/data-science-lab/various-tabs-to-work-with/dataset/adding-data-sets.md).

# Adding Data Sets

The Dataset tab offers a list of uploaded Datasets which can be added to a project. The user can get a list of uploaded Data Sets and Data Sandbox from the Data Center module under this tab.

The **Add Datasets** page offers the following Data service options to add as datasets:

1. [<mark style="color:blue;">**Data Sets**</mark>](/bdb-documentation/data-science-lab/various-tabs-to-work-with/dataset/adding-data-sets.md) – These are the uploaded data sets from the Data Center module.
2. [**Data Sandbox** ](/bdb-documentation/data-science-lab/various-tabs-to-work-with/dataset/adding-data-sandbox.md)– This option lists all the available Data Sandbox from the Data Center module.

![Add Datasets page](/files/Tmz1WV0a3BXlAYZ8rCqw)

{% hint style="success" %}
*Check out the walk-through to on how to add a data service as a dataset.*
{% endhint %}

![Adding a Data service as a Dataset in the DS Lab](/files/61idQ21q17dxwzkvU3LI)

* Navigate to a Project-specific page and click the ***Dataset*** tab (E.g., the given image displays the Dataset tab under the ***Sample Project***).
* Click the ***Add Datasets*** button.

![Adding Datasets to a Project ](/files/3CEbFOh0LXLbDOl7ScLC)

* The ***Add Datasets*** page opens offering two options to choose data:
  * Data service (gets selected by default)
  * Data Sandbox
* Use the ***Search space*** to search through the displayed data service list.
* Select the required data service(s) using the checkboxes provided next to it.
* Click the ***Add*** option.                &#x20;

![Selecting Datasets](/files/L2RTrvc318s03oRBcYPT)

* The selected data service(s) gets added to the concerned project.
* A notification message appears to inform the same.&#x20;

![Datasets list gets updated with the newly added Datasets](/files/QJbrCfqyuL28ydPBXG7a)


---

# 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://docs.bdb.ai/bdb-documentation/data-science-lab/various-tabs-to-work-with/dataset/adding-data-sets.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.
