> 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/dataset.md).

# Manage Dataset Information

* In **My Dataset** or **Team Dataset**, select the dataset you want to edit and enter the dataset Details page. Click **Enter Draft To Edit** on the upper right corner to enter the Draft List page. After creating a new draft, you can manage your dataset information.

![](/files/-McgkYM-UVNTDAzu9u4Z)

![](/files/-McgkR30_wOJh9hHzKQm)

![](/files/-McgkbFOWtlZ2NHa4oMY)

## Edit Dataset Labels <a href="#id-1" id="id-1"></a>

* Select **Dataset Labels** in the Dataset Information list. Select data types and its application scenarios. Add a custom label to make it easier for you to search for datasets.&#x20;

![](/files/ShOM3xInY0cDp5S9khY8)

## Edit Dataset Descriptions <a href="#id-2" id="id-2"></a>

* Select Dataset Description in the Dataset Information list, where you can describe the dataset in detail, so that others can understand the dataset better.

![](/files/Fx2KMbgwNyX8YwRybUU6)

## Edit Dataset Copyright Information <a href="#id-3" id="id-3"></a>

Select Dataset Copyright Requirements in the Dataset Information list:&#x20;

* Modify copyright owner information: Select a copyright owner in the drop-down box.&#x20;

{% hint style="info" %}
Multiple copyright owners can be added. The drop-down box shows the optional copyright owners. The selection of a copyright owner cannot be repetitive.&#x20;
{% endhint %}

![](/files/19NpDZ4PFHrfBa0EeUTr)

* Edit and remove copyright owners: You can also **edit** and **remove** existing copyright owners.&#x20;

{% hint style="info" %}
For a team member, only admins have the permission to add and edit copyright owners, and members can only choose from the existing copyright owners.&#x20;
{% endhint %}

![](/files/CBBzPtd9UbsmMcsNRg5X)

* Add copyright owners: You can click "**+**" on the right side of the drop-down box to add a new copyright owner. The name of the copyright owner is required, and the profile photo, link, and description are optional.&#x20;

![](/files/zZ3iaAbsUi1YtAOXFn2P)

* After editing the copyright information of the dataset, click Save at the bottom to save your modification.&#x20;


---

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