# Data Vault

### &#x20;Overview

Sahara AI's Data Vaults provide a secure and decentralized storage solution for AI developers and data providers. Users can create and manage their vaults, import datasets from the Data Hub, upload their own data, and organize datasets efficiently.

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

**This guide walks through:**

* Managing Vaults (Creating, Viewing, and Deleting)
* Importing Data from the Data Hub
* Uploading Data to a Vault
* Managing Datasets

### 1. My Vaults Page

The My Vaults page serves as the main interface for managing user data vaults.

#### Features

* View Vaults: Lists all created vaults.
* Create Vault: Allows users to add new vaults.
* View Details: Provides insights into individual vault contents.
* Delete Vault: Removes unwanted vaults permanently.

#### How to Access

1. Navigate to AI Studio → My Vaults.
2. View all your created vaults.
3. Click View Details to explore individual vaults.

### 2. Creating a New Vault

**To create a data vault:**

1. Click Create Vault on the My Vaults page.
2. A pop-up will appear asking for:

* Vault Name (Required)
* Vault Description (Optional)

3. Click Create to finalize.

*The new vault will now be visible on the My Vaults page.*

### 3. Deleting a Vault

*To delete a vault:*

1. Locate the vault on the My Vaults page.
2. Click the Delete button.
3. A confirmation pop-up will appear.
4. Click OK to confirm, or Cancel to abort.

⚠️ **Note: Deleting a vault permanently removes all stored datasets.**

### 4. Viewing Vault Details

1. Click View Details on any vault.
2. The Vault Detail Page opens, displaying:

* A list of stored datasets.
* Options to Import Data or Upload Data.

### 5. Importing Data from the Data Hub

Users can import datasets they have previously purchased from the Data Hub.

#### Steps to Import Data

1. Navigate to the Vault Detail Page.
2. Click Import.
3. A pop-up will appear with a search bar.
4. Search for datasets available in the Data Hub.
5. Select the dataset by clicking the checkbox.
6. Click Import Selected to transfer it to your vault.

Once imported, the dataset will be available in the vault.

### 6. Uploading Data to a Vault

Users can also upload their own datasets.

#### Steps to Upload Data

1. Navigate to the Vault Detail Page.
2. Click Upload.
3. A pop-up will appear asking for:

* Dataset Name (Required)
* Remarks (Optional)
* Dataset File (Choose a file to upload)

4. Click Save to complete the upload.

⚠️ Supported Formats: (To be determined, list will be updated).

Once uploaded, the dataset will be visible in the vault.

### 7. Managing Datasets

After importing or uploading data, users can view, delete, and inspect dataset details.

#### Viewing Dataset Details

1. Click View Details on a dataset.
2. The Dataset Info Page displays:

* Dataset Name
* Description
* MD5 Checksum
* File Size
* Modality (Text, Image, etc.)
* Content Type
* Creation Timestamp
* Dataset Versions

#### Deleting a Dataset

1. Click Delete on a dataset.
2. A pop-up will ask for confirmation.
3. Click OK to confirm, or Cancel to abort.

⚠️ Note: Deleting a dataset removes it permanently.

### Conclusion

Sahara AI's Data Vaults provide a structured way to manage datasets efficiently, ensuring secure and decentralized data storage. Whether importing data from the Data Hub or uploading custom datasets, users have complete control over their AI training data.

<br>

<br>


---

# 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.saharaai.com/developer-docs-ai-developer-portal/data-vault.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.
