# Data Sandbox

{% hint style="success" %}
*Check out the given video on how to create a Data Sandbox under the Data Center module.*
{% endhint %}

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

Data Sandbox is an isolated environment in which data can be exposed for the purpose of conducting data science experiments. Data can be uploaded to the sandbox via manual upload or a data pipeline. The supported file types are CSV/Excel/Text/Video/Image/Audio.

* Navigate to the Data Center homepage.
* Click the ***New*** menu.
* Select the ***Data Sandbox*** option from the ***New*** context menu.

![Data Sandbox under the New context menu](/files/OJHSAWalNLzmzT9bDKCX)

* The Data Sandbox form opens.&#x20;
* Provide the following information:
  * Data Sandbox Name
  * Provide description for the Data Sandbox.
* Click the ***Choose File*** option. &#x20;

![](/files/VP0zqSaHXwSBXbRGjPJt)

* Select a data file from the system.

&#x20;     ![](/files/DnjVH8V87cWnfKAZHZti)

* The file gets uploaded to the concerned ***Data Sandbox***.
* Click the ***Save*** Button.      &#x20;
* A confirmation message appears.
* Click the ***Data*** ***Sandbox*** option from the left side panel.

&#x20;    &#x20;

![](/files/0LfbFcJzJksT6tvFowPu)

* &#x20;All the created Data Sandboxes will get listed. The newly created Data Sandbox gets added at the top of the list.

![The newly created Data Sandbox gets added at the top of the Data Sandbox list      ](/files/NiQl0RtnO1dnxS7DU74t)

The Actions icons provided to a listed/saved Data Sandbox are as follows:

<table><thead><tr><th width="150">Icon</th><th width="168.62162162162164">Name</th><th>Action</th></tr></thead><tbody><tr><td><img src="/files/LZcAnd0Af0WXuZwctobH" alt="" data-size="line"></td><td>Upload File Status</td><td>Generates notification message to confirm about the file upload status.</td></tr><tr><td><img src="/files/ZkBJ94bacMto1nkO37h4" alt="" data-size="line"></td><td>Remove</td><td>Redirects to Delete the selected Data Sandbox.</td></tr></tbody></table>

### Uploading a Data Sandbox

* Click the ***Upload File Status*** icon <img src="/files/K3njBwSovaFZYC6kqWN6" alt="" data-size="line"> for a Data Sandbox. &#x20;

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

* A success message appears and the Data Sandbox gets uploaded to the DS Lab module.

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

* Navigate to the DS Lab module.
* You can see the uploaded Data Sandbox listing under the Add Data Sets tab of the DS Lab.&#x20;

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


---

# 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.bdb.ai/bdb-documentation/data-center/data-sandbox.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.
