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

# 数据集活动

在TensorBay中，您可以在【活动】页面查看数据集的全部活动日志和引用记录。

## 活动日志

【活动日志】记录了该数据集的操作历史，包括：&#x20;

* 数据集操作：创建数据集、新建draft、提交draft、修改数据集名称等。&#x20;
* 操作权限操作：添加团队成员、更改成员操作权限等。&#x20;
* 数据集引用操作：fork数据集、筛选新建数据集等。

![](https://lh4.googleusercontent.com/r7zuN_IV7qNPcrqDTcXnE6AFkUm_nS4ZwBG1SyLQEdE46pycwkl2YsC8EI1rOLpkAU5aZfEqINOPKqCOe_RillM_En51mjQg4W6Y38IIkHtkSK3xEKJRs66dd5kDUEx_X0FM7gQ6)

## 引用记录

【引用记录】能够查看通过此数据集fork新建的数据集和筛选新建的数据集以及相关信息。

![](https://lh5.googleusercontent.com/qh_eaC13wHW3aJjei6W8rBBHjvcYwOVQTicu7_LSwjJwnitzYpeZDGP3FjoECGbdt_qIwU11vGnJ7Rg7WfadwCNJPb4dV8qlOmDZCtbb2UUB9udwZvULAGCUGWtaNmoTlCV_B6Un)

查看信息：可以点击【数据集名称】跳转数据集首页，点击【user name】跳转用户/团队首页。


---

# 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.cn/guide/tensorbay/version/activity.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.
