> For the complete documentation index, see [llms.txt](https://docs.graviti.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.graviti.com/guide/tensorbay/version/setting.md).

# Dataset Settings

On TensorBay, you can manage and set up your dataset. You can modify the dataset name, manage the dataset members and their permissions, view the storage location of the dataset, and delete the current dataset.&#x20;

{% hint style="info" %}
Only the creator or admin of the dataset can set up permissions.&#x20;
{% endhint %}

* On the Dataset Details page, select **Settings** to enter the Settings interface.&#x20;

![](/files/-Mch5TTVzeFKbDRElgHG)

## **Modify Dataset Name/ Alias** <a href="#id-1" id="id-1"></a>

* In General Settings on the left navigation bar, click the edit icon![](https://lh4.googleusercontent.com/WbQQyYsb2x7h3qeLUTYH_ztDH8-mZUXlWWW2RaGfpXpnxOHmRqPnAHoTv2JytZbDH2Eu708y7-nqRUgdd2ISbMRshLPS3XK4rEyFkisfgP7nmpwAzqOedMKftYvUUo5Xy1Z-Tdg) on the right to edit Dataset Name or Alias. Note: The length of a dataset name is limited to 80 and only English letters, numbers, spaces, hyphens "-", and underscores "\_" are allowed.&#x20;

![](/files/-Mch57Ek4t4yYzpCpC_I)

* After revision, click **Confirm** to confirm the revision. Please make sure that dataset names are not duplicated.&#x20;

![](/files/-Mch5Hs-MGrh3ZcHJMhs)

## **Dataset Visibility Settings** <a href="#id-2" id="id-2"></a>

* You can set the visibility of a dataset when it is created, or modify the visibility in the dataset settings.&#x20;
* If you adjust the visibility to Public, you agree that any community user can search, view, retrieve, and browse all data files in this public dataset.&#x20;

![](/files/-Mch5dI8npWQwYnMWxnD)

## **Dataset Member and Permission Management** <a href="#id-3" id="id-3"></a>

* Select **Members** in the left navigation bar of the Settings page, and view all members of the dataset, including the creator of the dataset, super admins, and members.&#x20;

{% hint style="info" %}
If you are a team user, the team admin has administrative rights to the team dataset by default.
{% endhint %}

![](/files/-Mch5ll43XNrcFhrqlk-)

* Add Member: You can click **Invite Members** to add new members to the dataset.

![](/files/-Mch5pHPwlnhvWwIWkQ3)

* Select the member in the group member list to add. Click **Send Invitation** to confirm.&#x20;

{% hint style="info" %}
You can only add members in your team.
{% endhint %}

![](/files/T2IL0YlFWbjE1B3QNHQa)

![](/files/YHMsyPQipZxEtBs9F4lW)

## **Dataset Storage Location** <a href="#id-4" id="id-4"></a>

* You can view the default storage information of the dataset in **Storage Information** in the left navigation bar.

![](/files/-Mch5x1SaT-NbqJeGCqf)

## **Delete Dataset** <a href="#id-5" id="id-5"></a>

* Click **Delete The Dataset** to delete the dataset.&#x20;

{% hint style="danger" %}
This will delete the dataset and all of its versions. The action cannot be undone, and any use of the dataset will be disabled after deletion.&#x20;
{% endhint %}

![](/files/-Mch646CQxijtQBPvShJ)


---

# 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.graviti.com/guide/tensorbay/version/setting.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.
